summaryrefslogtreecommitdiff
path: root/Documentation/process
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2019-03-18 20:34:21 +0300
committerJonathan Corbet <corbet@lwn.net>2019-03-25 18:53:56 +0300
commitcc809ed885097eafff7b711ef03c20261651ec3a (patch)
treed0642eb3892d5ffefc8b8c5182cc63db8f396546 /Documentation/process
parent9834857754fffde7008123503fe8f1d66f526eb5 (diff)
downloadlinux-cc809ed885097eafff7b711ef03c20261651ec3a.tar.xz
Documentation: fix core_pattern max length
The buffer size for core_pattern is 128, but one character is used for terminating null byte, so the actual limit is 127: # printf '%0999d' > /proc/sys/kernel/core_pattern # tr -d '\n' < /proc/sys/kernel/core_pattern | wc -c 127 Signed-off-by: Jakub Wilk <jwilk@jwilk.net> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/process')
0 files changed, 0 insertions, 0 deletions