Skip to content

Commit

Permalink
find(1): Mark -not as an extensions to POSIX
Browse files Browse the repository at this point in the history
While here, change mdoc macro from Ic to Fl.

PR:		253499
Reported by:	Michael Siegel <bugcounterism at malbolge.net>

(cherry picked from commit 75e6f66)
  • Loading branch information
debdrup authored and gbergling committed Mar 20, 2021
1 parent bb70c9d commit 001d849
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions usr.bin/find/find.1
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
.\" @(#)find.1 8.7 (Berkeley) 5/9/95
.\" $FreeBSD$
.\"
.Dd April 18, 2020
.Dd February 23, 2021
.Dt FIND 1
.Os
.Sh NAME
Expand Down Expand Up @@ -1016,9 +1016,9 @@ and
as well as
.Ic -amin , -anewer , -cmin , -cnewer , -delete , -empty , -fstype ,
.Ic -iname , -inum , -iregex , -ls , -maxdepth , -mindepth , -mmin ,
.Ic -path , -print0 , -regex , -sparse
.Ic -not , -path , -print0 , -regex , -sparse
and all of the
.Ic -B*
.Fl B*
birthtime related primaries are extensions to
.St -p1003.1-2001 .
.Pp
Expand Down

0 comments on commit 001d849

Please sign in to comment.