diff options
author | Jelle van der Waa <jvanderw@redhat.com> | 2025-06-16 15:32:09 +0200 |
---|---|---|
committer | Alejandro Colomar <alx@kernel.org> | 2025-06-19 02:45:42 +0200 |
commit | f2f77f09174fdcea4ca8088e2334fc3945be6291 (patch) | |
tree | 8997b6f2639e2e82605fb833d54b4df64006842a | |
parent | 99c9623cee2a0fdfcadeb571cb9376b32d23f216 (diff) | |
download | man-pages-f2f77f09174fdcea4ca8088e2334fc3945be6291.tar.gz |
man/man5/core.5: Document the new %F identifier in core_pattern
Signed-off-by: Jelle van der Waa <jvanderw@redhat.com>
Message-ID: <20250616133212.131064-1-jvanderwaa@redhat.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r-- | man/man5/core.5 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/man5/core.5 b/man/man5/core.5 index 5565022148..b1361eea08 100644 --- a/man/man5/core.5 +++ b/man/man5/core.5 @@ -174,6 +174,11 @@ Pathname of executable, with slashes (\[aq]/\[aq]) replaced by exclamation marks (\[aq]!\[aq]) (since Linux 3.0). .TP +%F +PIDFD of dumped process +.\" commit b5325b2a270fcaf7b2a9a0f23d422ca8a5a8bdea +(since Linux 6.16). +.TP %g Numeric real GID of dumped process. .TP |