From 30b91020a7170b6d5412cf20ee12cb03b6dfcf2a Mon Sep 17 00:00:00 2001 From: jmc Date: Wed, 4 Jan 2023 07:33:00 +0000 Subject: [PATCH] - use Fl instead of Ar for print0; from josiah frentsos - while here, describe it as a primary rather than an option --- usr.bin/grep/grep.1 | 8 ++++---- 1 file 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 -- 2.20.1