Module Name: src
Committed By: kim
Date: Sun Nov 1 16:34:02 UTC 2020
Modified Files:
src/usr.bin/find: find.1
Log Message:
Document the -not operator
To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/usr.bin/find/find.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/find/find.1
diff -u src/usr.bin/find/find.1:1.89 src/usr.bin/find/find.1:1.90
--- src/usr.bin/find/find.1:1.89 Mon Jul 3 21:34:57 2017
+++ src/usr.bin/find/find.1 Sun Nov 1 16:34:02 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: find.1,v 1.89 2017/07/03 21:34:57 wiz Exp $
+.\" $NetBSD: find.1,v 1.90 2020/11/01 16:34:02 kim Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -739,6 +739,7 @@ The operators are listed in order of dec
This evaluates to true if the parenthesized expression evaluates to
true.
.It Cm \&! Ar expression
+.It Cm -not Ar expression
This is the unary
.Tn NOT
operator.
@@ -846,7 +847,7 @@ utility syntax is a superset of the synt
.St -p1003.2
standard.
.Pp
-The options and the
+The options, the
.Ic -amin ,
.Ic -anewer ,
.Ic -asince ,
@@ -873,7 +874,9 @@ The options and the
.Ic -rm ,
and
.Ic -since
-primaries are extensions to
+primaries, and the
+.Ic -not
+operator are extensions to
.St -p1003.2 .
.Pp
Historically, the