diff options
-rw-r--r-- | man5/proc.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man5/proc.5 b/man5/proc.5 index b8f4ff66..cc716f1b 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -113,8 +113,8 @@ unless the process is a zombie. In the latter case, there is nothing in this file: that is, a read on this file will return 0 characters. The command-line arguments appear in this file as a set of -null-separated strings, -with a further null byte (\(aq\\0\(aq) after the last string. +strings separated by null bytes (\(aq\\0\(aq), +with a further null byte after the last string. .TP .IR /proc/[pid]/coredump_filter " (since kernel 2.6.23)" See |