summaryrefslogtreecommitdiff
path: root/sys/man/1
diff options
context:
space:
mode:
authorKyle Milz <krwmilz@gmail.com>2021-11-01 17:07:28 +0000
committerqwx <qwx@sciops.net>2021-11-01 17:07:28 +0000
commitca73f673473457152d6f1b2e9030495f8dec5c49 (patch)
treecaa99e6f9158331ea3297328457cf6aaeb633bf4 /sys/man/1
parent27af159fdcb135e5876788653d2aa6bf080725de (diff)
man grep args spacing diff
Diffstat (limited to 'sys/man/1')
-rw-r--r--sys/man/1/grep4
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.