diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-06-09 12:36:38 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-06-09 12:39:17 +0200 |
| commit | b65e24c34aa8c899cbc47b1f4dda918bdabd8449 (patch) | |
| tree | edac6592afa8f42bb7d2dc1063edfd5cd6ba4a23 /man5 | |
| parent | b463b03fd597276ebc1f88ee6ce2aa541c197a2a (diff) | |
| download | man-pages-b65e24c34aa8c899cbc47b1f4dda918bdabd8449.tar.gz | |
proc.5: Add a detail to /proc/[pid]/comm
Note the connection to the "%e" specifier in
/proc/sys/kernel/core_pattern.
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man5')
| -rw-r--r-- | man5/proc.5 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man5/proc.5 b/man5/proc.5 index d6a3035a88..32e9e0be81 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -565,6 +565,12 @@ and operations, and is employed by .BR pthread_setname_np (3) when used to rename threads other than the caller. +The value in this file is used for the +.I %e +specifier in +.IR /proc/sys/kernel/core_pattern ; +see +.BR proc (5). .TP .IR /proc/[pid]/coredump_filter " (since Linux 2.6.23)" See |
