git: 001d849a4871 - stable/13 - find(1): Mark -not as an extensions to POSIX
Gordon Bergling
gbe at FreeBSD.org
Sat Mar 20 10:22:31 UTC 2021
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=001d849a4871e3792a69ad3dfb24061018712bac
commit 001d849a4871e3792a69ad3dfb24061018712bac
Author: Daniel Ebdrup Jensen <debdrup at FreeBSD.org>
AuthorDate: 2021-02-23 15:23:09 +0000
Commit: Gordon Bergling <gbe at FreeBSD.org>
CommitDate: 2021-03-20 10:20:28 +0000
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>
(cherry picked from commit 75e6f664c469927ca73ecd7b16a8058bc292a451)
---
usr.bin/find/find.1 | 6 +++---
1 file 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
More information about the dev-commits-src-branches
mailing list