Oops, add -false to the operators list in the manual page for find(1), as added

in revision 1.17 of option.c.

MFC after:	1 week
This commit is contained in:
Juli Mallett 2002-08-15 18:30:13 +00:00
parent 65acff377a
commit c9776a935f

View File

@ -694,6 +694,7 @@ This evaluates to true if the parenthesized expression evaluates to
true.
.Pp
.It Cm \&! Ar expression
.It Cm -false Ar expression
This is the unary
.Tn NOT
operator.