]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man5/core.5: Document the %f and %C core_pattern specifiers
authorEmanuele Rocca <emanuele.rocca@arm.com>
Fri, 13 Mar 2026 19:15:54 +0000 (20:15 +0100)
committerAlejandro Colomar <alx@kernel.org>
Sun, 15 Mar 2026 23:49:09 +0000 (00:49 +0100)
Whilst going through the relevant kernel code in fs/coredump.c,
I noticed that two core pattern specifiers supported by Linux are
missing from man5/core.5.  Document them now.

Signed-off-by: Emanuele Rocca <emanuele.rocca@arm.com>
Message-ID: <abRiap_UrhFzNxPs@NH27D9T0LF>
Acked-by: Oleksandr Natalenko <oleksandr@natalenko.name>
Message-ID: <4718783.LvFx2qVVIh@natalenko.name>
Acked-by: Lepton Wu <ytht.net@gmail.com>
Message-ID: <CALqoU4xVdo_-W+yv7Rf77+G0wG6Dvit5dqZyhmPHpU+Qhbsm=Q@mail.gmail.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man5/core.5

index 8c26aa07e17ef19e28a2a93626fab04be77e13c2..4da5819b64996b06a98acd58485867bf54d2f13e 100644 (file)
@@ -154,6 +154,11 @@ A single % character.
 %c
 Core file size soft resource limit of crashing process (since Linux 2.6.24).
 .TP
+%C
+CPU the task ran on
+.\" commit 8603b6f58637ce196d68f7749633ea81af196d66
+(since Linux 6.2).
+.TP
 %d
 .\" Added in git commit 12a2b4b2241e318b4f6df31228e4272d2c2968a1
 Dump mode\[em]same as value returned by
@@ -179,6 +184,11 @@ Pathname of executable,
 with slashes (\[aq]/\[aq]) replaced by exclamation marks (\[aq]!\[aq])
 (since Linux 3.0).
 .TP
+%f
+Actual filename of executable, which may differ from %e
+.\" commit f38c85f1ba6902e4e2e2bf1b84edf065a904cdeb
+(since Linux 5.9).
+.TP
 %F
 PIDFD of dumped process
 .\" commit b5325b2a270fcaf7b2a9a0f23d422ca8a5a8bdea