git: 75e6f664c469 - main - find(1): Mark -not as an extensions to POSIX

Daniel Ebdrup Jensen debdrup at FreeBSD.org
Tue Feb 23 16:16:38 UTC 2021


The branch main has been updated by debdrup (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=75e6f664c469927ca73ecd7b16a8058bc292a451

commit 75e6f664c469927ca73ecd7b16a8058bc292a451
Author:     Daniel Ebdrup Jensen <debdrup at FreeBSD.org>
AuthorDate: 2021-02-23 15:23:09 +0000
Commit:     Daniel Ebdrup Jensen <debdrup at FreeBSD.org>
CommitDate: 2021-02-23 16:15:35 +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>
---
 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-all mailing list