diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-06-08 11:56:22 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-06-08 11:56:22 +0000 |
| commit | 75b94dc35ca88fc72d0381c72c535180851bf08f (patch) | |
| tree | 107dfea45855463eaa970ccff1b6074c305ac09a /man5/proc.5 | |
| parent | ca7b3c180c14583f36bf24c7f31cc8ba342e23d8 (diff) | |
| download | man-pages-75b94dc35ca88fc72d0381c72c535180851bf08f.tar.gz | |
Change "e.g. " to "e.g., ", or in some cases, "for example, ".
Change "i.e. " to i.e.., ", or in some cases, "that is, ".
Diffstat (limited to 'man5/proc.5')
| -rw-r--r-- | man5/proc.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man5/proc.5 b/man5/proc.5 index e59bd43068..c3c4a9dae0 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -89,8 +89,8 @@ The last entry contains two zeros. .I /proc/[number]/cmdline This holds the complete command line for the process, unless the whole process has been swapped out or the process is a zombie. -In either of these latter cases, there is nothing in this file: i.e. a -read on this file will return 0 characters. +In either of these latter cases, 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 after the last string. .TP @@ -1390,7 +1390,7 @@ The default value in this file "/sbin/hotplug". .IR /proc/sys/kernel/domainname " and " /proc/sys/kernel/hostname can be used to set the NIS/YP domainname and the hostname of your box in exactly the same way as the commands -domainname and hostname, i.e.: +domainname and hostname, that is: .br .br |
