Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx> --- man5/core.5 | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/man5/core.5 b/man5/core.5 index 86c8c57..9e328f9 100644 --- a/man5/core.5 +++ b/man5/core.5 @@ -127,7 +127,12 @@ by the following values when a core file is created: a single % character .TP %p -PID of dumped process +PID of dumped process (as seen in the current namespace) +.TP +.\" Added in git commit 65aafb1e7484b7434a0c1d4c593191ebe5776a2f +%P +global PID of dumped process (as seen in init's namespace) +(since Linux 3.12) .TP %u (numeric) real UID of dumped process @@ -138,6 +143,11 @@ PID of dumped process %s number of signal causing dump .TP +.\" Added in git commit 12a2b4b2241e318b4f6df31228e4272d2c2968a1 +%d +dump mode; matches PR_SET_DUMPABLE and /proc/sys/fs/suid_dumpable +(since Linux 3.7) +.TP %t time of dump, expressed as seconds since the Epoch, 1970-01-01 00:00:00 +0000 (UTC) -- 1.9.0 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html