On Tue, Jan 03, 2023 at 11:55:34AM -0500, Josiah Frentsos wrote:
> Index: grep.1
> ===================================================================
> RCS file: /cvs/src/usr.bin/grep/grep.1,v
> retrieving revision 1.51
> diff -u -p -r1.51 grep.1
> --- grep.1    26 Jun 2022 10:57:36 -0000      1.51
> +++ grep.1    3 Jan 2023 16:52:05 -0000
> @@ -304,7 +304,7 @@ 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
> +.Fl print0
>  option in
>  .Xr find 1 .
>  .El
> 

fair enough. find(1) itself uses "Ic", but i suppose that makes sense for
find.1, not grep.1. i also changed the description of print0 from
"option" to "primary", since that is the language find(1) uses.

jmc

Reply via email to