aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ebdrup Jensen <debdrup@FreeBSD.org>2021-02-23 15:23:09 +0000
committerDaniel Ebdrup Jensen <debdrup@FreeBSD.org>2021-02-23 16:15:35 +0000
commit75e6f664c469927ca73ecd7b16a8058bc292a451 (patch)
treea2da2d550f1606d3e6e55c20f8c4f9080ddd9e9a
parent7d4c444374d53e54ce197138df64bf40c1fb05a3 (diff)
downloadsrc-75e6f664c469927ca73ecd7b16a8058bc292a451.tar.gz
src-75e6f664c469927ca73ecd7b16a8058bc292a451.zip
find(1): Mark -not as an extensions to POSIX
While here, change mdoc macro from Ic to Fl. PR: 253499 Reported by: Michael Siegel <bugcounterism at malbolge.net>
-rw-r--r--usr.bin/find/find.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1
index ce7a231c3c7d..43b1262352a6 100644
--- a/usr.bin/find/find.1
+++ b/usr.bin/find/find.1
@@ -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
@@ -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