core.5: Document %E specifier for core_pattern

Reported-by: Junjiro Okajima <jro@mx3.ttcn.ne.jp>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-01-17 21:36:44 +13:00
parent 037f4132fb
commit d7e34031fb
1 changed files with 5 additions and 1 deletions

View File

@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH CORE 5 2010-11-15 "Linux" "Linux Programmer's Manual"
.TH CORE 5 2012-01-17 "Linux" "Linux Programmer's Manual"
.SH NAME
core \- core dump file
.SH DESCRIPTION
@ -134,6 +134,10 @@ hostname (same as \fInodename\fP returned by \fBuname\fP(2))
%e
executable filename (without path prefix)
.TP
%E
pathname of executable,
with slashes (\(aq/\(aq) replaced by exclamation marks (\(aq!\(aq).
.TP
%c
core file size soft resource limit of crashing process (since Linux 2.6.24)
.PD