diff options
author | Kyle Milz <krwmilz@gmail.com> | 2021-11-01 17:07:28 +0000 |
---|---|---|
committer | qwx <qwx@sciops.net> | 2021-11-01 17:07:28 +0000 |
commit | ca73f673473457152d6f1b2e9030495f8dec5c49 (patch) | |
tree | caa99e6f9158331ea3297328457cf6aaeb633bf4 /sys/man/1 | |
parent | 27af159fdcb135e5876788653d2aa6bf080725de (diff) |
man grep args spacing diff
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/grep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/man/1/grep b/sys/man/1/grep index 4792e1055..d326d1ca0 100644 --- a/sys/man/1/grep +++ b/sys/man/1/grep @@ -40,11 +40,11 @@ with the addition of a newline character as an alternative with lowest precedence. Normally, each line matching the pattern is `selected', and each selected line is copied to the standard output. -The options are +.PP +The options are: .TP .B -c Print only a count of matching lines. -.PD 0 .TP .B -h Do not print file name tags (headers) with output lines. |