From 6a7093c3f3cdf5573a3aece304669225f5c90459 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 9 Jun 2020 12:32:46 +0200 Subject: [PATCH] core.5: minor tweaks Signed-off-by: Michael Kerrisk --- man5/core.5 | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/man5/core.5 b/man5/core.5 index 995ac3a62..5b62bdeb9 100644 --- a/man5/core.5 +++ b/man5/core.5 @@ -161,17 +161,17 @@ by the following values when a core file is created: .PD 0 .TP 4 %% -a single % character +A single % character. .TP %c -core file size soft resource limit of crashing process (since Linux 2.6.24) +Core file size soft resource limit of crashing process (since Linux 2.6.24). .TP %d .\" Added in git commit 12a2b4b2241e318b4f6df31228e4272d2c2968a1 -dump mode\(emsame as value returned by +Dump mode\(emsame as value returned by .BR prctl (2) .B PR_GET_DUMPABLE -(since Linux 3.7) +(since Linux 3.7). .TP %e The process or thread's @@ -187,45 +187,45 @@ in .BR proc (5). .TP %E -pathname of executable, +Pathname of executable, with slashes (\(aq/\(aq) replaced by exclamation marks (\(aq!\(aq) (since Linux 3.0). .TP %g -(numeric) real GID of dumped process +Numeric real GID of dumped process. .TP %h -hostname (same as \fInodename\fP returned by \fBuname\fP(2)) +Hostname (same as \fInodename\fP returned by \fBuname\fP(2)). .TP %i TID of thread that triggered core dump, as seen in the PID namespace in which the thread resides .\" commit b03023ecbdb76c1dec86b41ed80b123c22783220 -(since Linux 3.18) +(since Linux 3.18). .TP %I TID of thread that triggered core dump, as seen in the initial PID namespace .\" commit b03023ecbdb76c1dec86b41ed80b123c22783220 -(since Linux 3.18) +(since Linux 3.18). .TP %p PID of dumped process, -as seen in the PID namespace in which the process resides +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) +(since Linux 3.12). .TP %s -number of signal causing dump +Number of signal causing dump. .TP %t -time of dump, expressed as seconds since the -Epoch, 1970-01-01 00:00:00 +0000 (UTC) +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 +Numeric real UID of dumped process. .PD .RE .PP