diff options
author | d.hatayama@fujitsu.com <d.hatayama@fujitsu.com> | 2020-02-13 05:51:49 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-02-13 21:37:00 +0300 |
commit | 895f2c20a88a343d12c387dab9d785ff665cb4ac (patch) | |
tree | 8f51f9badf026252686c9be58c79237451fe02f7 /Documentation/admin-guide/sysctl | |
parent | 56e6b3b0b381abd0484802828764d01552ff76ab (diff) | |
download | linux-895f2c20a88a343d12c387dab9d785ff665cb4ac.tar.xz |
docs: admin-guide: Add description of %c corename format
There is somehow no description of %c corename format specifier for
/proc/sys/kernel/core_pattern. The %c corename format specifier is
used by user-space application such as systemd-coredump, so it should
be documented.
To find where %c is handled in the kernel source code, look at
function format_corename() in fs/coredump.c.
Signed-off-by: HATAYAMA Daisuke <d.hatayama@fujitsu.com>
Link: https://lore.kernel.org/r/TYAPR01MB4014714BB2ACE425BB6EC6B7951A0@TYAPR01MB4014.jpnprd01.prod.outlook.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide/sysctl')
-rw-r--r-- | Documentation/admin-guide/sysctl/kernel.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/admin-guide/sysctl/kernel.rst b/Documentation/admin-guide/sysctl/kernel.rst index def074807cee..b08ba4e63291 100644 --- a/Documentation/admin-guide/sysctl/kernel.rst +++ b/Documentation/admin-guide/sysctl/kernel.rst @@ -213,6 +213,7 @@ core_pattern is used to specify a core dumpfile pattern name. %h hostname %e executable filename (may be shortened) %E executable path + %c maximum size of core file by resource limit RLIMIT_CORE %<OTHER> both are dropped * If the first character of the pattern is a '|', the kernel will treat |