summaryrefslogtreecommitdiff
path: root/usr.bin/grep
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2023-01-04 07:33:01 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2023-01-04 07:33:01 +0000
commitb1880379d3f28fa0f607f40ab086594457fab9fa (patch)
treee14d2fa86e636fdbdfb65cf3bc92173f4a13d320 /usr.bin/grep
parented5e8d751574894cf81e0a84576341650fe9ccad (diff)
- use Fl instead of Ar for print0; from josiah frentsos
- while here, describe it as a primary rather than an option
Diffstat (limited to 'usr.bin/grep')
-rw-r--r--usr.bin/grep/grep.18
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/grep/grep.1 b/usr.bin/grep/grep.1
index 8701df169f6..7b5d15b57da 100644
--- a/usr.bin/grep/grep.1
+++ b/usr.bin/grep/grep.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: grep.1,v 1.51 2022/06/26 10:57:36 op Exp $
+.\" $OpenBSD: grep.1,v 1.52 2023/01/04 07:33:00 jmc Exp $
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -28,7 +28,7 @@
.\"
.\" @(#)grep.1 8.3 (Berkeley) 4/18/94
.\"
-.Dd $Mdocdate: June 26 2022 $
+.Dd $Mdocdate: January 4 2023 $
.Dt GREP 1
.Os
.Sh NAME
@@ -304,8 +304,8 @@ file name.
This option makes the output unambiguous, even in the presence of file
names containing unusual characters like newlines.
This is similar to the
-.Ar -print0
-option in
+.Fl print0
+primary in
.Xr find 1 .
.El
.Sh EXIT STATUS