Re: [PATCH] man/man5/core.5: document the new %F identifier in core_pattern
From: Alejandro Colomar <alx@kernel.org>
Date: 2025-06-19 00:45:11
Attachments
- signature.asc [application/pgp-signature] 833 bytes
From: Alejandro Colomar <alx@kernel.org>
Date: 2025-06-19 00:45:11
Hi Jelle, On Mon, Jun 16, 2025 at 03:32:09PM +0200, Jelle van der Waa wrote:
From: Jelle van der Waa <redacted> Signed-off-by: Jelle van der Waa <redacted>
Patch applied. Thanks! <https://www.alejandro-colomar.es/src/alx/linux/man-pages/man-pages.git/commit/?h=contrib&id=1c8f4389a62fab1811609b22fb16fd7e5831887c> Have a lovely day! Alex
--- man/man5/core.5 | 5 +++++ 1 file changed, 5 insertions(+)diff --git a/man/man5/core.5 b/man/man5/core.5 index 556502214..b1361eea0 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-- 2.49.0
-- <https://www.alejandro-colomar.es/>