diff options
author | Stuart Morrow <morrow.stuart@gmail.com> | 2021-11-01 20:49:43 +0000 |
---|---|---|
committer | qwx <qwx@sciops.net> | 2021-11-01 20:49:43 +0000 |
commit | 3f495077869362629de9d0c0b070ffca10ceb729 (patch) | |
tree | a1d10c5fa5001e0bf77d4dc279f84b5dfac61966 /sys/man/1 | |
parent | cdf3be65eac3c925451c0cb82393effd1c308327 (diff) |
mainly just spelling and typos
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/grep | 2 | ||||
-rw-r--r-- | sys/man/1/ps | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys/man/1/grep b/sys/man/1/grep index d326d1ca0..16b5e9c75 100644 --- a/sys/man/1/grep +++ b/sys/man/1/grep @@ -111,7 +111,7 @@ invokes .I grep with .B -n -(plus aditional flags, if provided) +(plus additional flags, if provided) and forces tagging of output lines by file name. If no files are listed, it recursively searches the current directory for all files matching diff --git a/sys/man/1/ps b/sys/man/1/ps index 13d2919f9..839ca322f 100644 --- a/sys/man/1/ps +++ b/sys/man/1/ps @@ -109,8 +109,8 @@ flag causes to print the arguments for the process. Newlines in arguments will be translated to spaces for display. .PP .I Pstree -prints the processes as a tree in a two colum layout where -the first colum being the process id and second column +prints the processes as a tree in a two-column layout where +the first column being the process id and second column the program name and arguments indented and prefixed with line drawing runes to reflect the nesting in the hierarchy. .SH FILES |