diff --git a/man5/core.5 b/man5/core.5 index 01515fb13..d43a2f599 100644 --- a/man5/core.5 +++ b/man5/core.5 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH CORE 5 2014-01-24 "Linux" "Linux Programmer's Manual" +.TH CORE 5 2014-03-14 "Linux" "Linux Programmer's Manual" .SH NAME core \- core dump file .SH DESCRIPTION @@ -126,23 +126,8 @@ by the following values when a core file is created: %% a single % character .TP -%p -PID of dumped process, -as seen in the PID namespace in which the process resides -.TP -%P -.\" Added in git commit 65aafb1e7484b7434a0c1d4c593191ebe5776a2f -PID of dumped process, as seen in the initial PID namespace -(since Linux 3.12) -.TP -%u -(numeric) real UID of dumped process -.TP -%g -(numeric) real GID of dumped process -.TP -%s -number of signal causing dump +%c +core file size soft resource limit of crashing process (since Linux 2.6.24) .TP %d .\" Added in git commit 12a2b4b2241e318b4f6df31228e4272d2c2968a1 @@ -151,13 +136,6 @@ dump mode\(emsame as value returned by .B PR_GET_DUMPABLE (since Linux 3.7) .TP -%t -time of dump, expressed as seconds since the -Epoch, 1970-01-01 00:00:00 +0000 (UTC) -.TP -%h -hostname (same as \fInodename\fP returned by \fBuname\fP(2)) -.TP %e executable filename (without path prefix) .TP @@ -166,8 +144,30 @@ pathname of executable, with slashes (\(aq/\(aq) replaced by exclamation marks (\(aq!\(aq) (since Linux 3.0). .TP -%c -core file size soft resource limit of crashing process (since Linux 2.6.24) +%g +(numeric) real GID of dumped process +.TP +%h +hostname (same as \fInodename\fP returned by \fBuname\fP(2)) +.TP +%p +PID of dumped process, +as seen in the PID namespace in which the process resides +.TP +%P +.\" Added in git commit 65aafb1e7484b7434a0c1d4c593191ebe5776a2f +PID of dumped process, as seen in the initial PID namespace +(since Linux 3.12) +.TP +%s +number of signal causing dump +.TP +%t +time of dump, expressed as seconds since the +Epoch, 1970-01-01 00:00:00 +0000 (UTC) +.TP +%u +(numeric) real UID of dumped process .PD .RE .PP