summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2019-10-07 20:51:34 +0000
committertedu <tedu@openbsd.org>2019-10-07 20:51:34 +0000
commitbc5680179a36c401ff40733c20fe08757ef48857 (patch)
tree49791c529fe70cf0b0533211e20f8ce641c66931
parentUnify name; feedback from jmc@ (diff)
downloadwireguard-openbsd-bc5680179a36c401ff40733c20fe08757ef48857.tar.xz
wireguard-openbsd-bc5680179a36c401ff40733c20fe08757ef48857.zip
jmc is a stickler for consistency.
-rw-r--r--usr.bin/grep/grep.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/grep/grep.1 b/usr.bin/grep/grep.1
index 4f2c0482b09..9f0d8a262fc 100644
--- a/usr.bin/grep/grep.1
+++ b/usr.bin/grep/grep.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: grep.1,v 1.48 2019/10/07 17:47:32 tedu Exp $
+.\" $OpenBSD: grep.1,v 1.49 2019/10/07 20:51:34 tedu Exp $
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -47,7 +47,7 @@
.Op Fl m Ar num
.Op Fl -binary-files Ns = Ns Ar value
.Op Fl -context Ns Op = Ns Ar num
-.Op Fl -label Ar name
+.Op Fl -label Ns = Ns Ar name
.Op Fl -line-buffered
.Op Ar pattern
.Op Ar
@@ -284,7 +284,7 @@ do not search binary files;
and
.Ar text :
treat all files as text.
-.It Fl -label Ar name
+.It Fl -label Ns = Ns Ar name
Print
.Ar name
instead of the filename before lines.