=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/find/find.1,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- src/usr.bin/find/find.1 2005/12/27 12:24:37 1.50 +++ src/usr.bin/find/find.1 2006/09/24 09:10:09 1.51 @@ -1,4 +1,4 @@ -.\" $OpenBSD: find.1,v 1.50 2005/12/27 12:24:37 jmc Exp $ +.\" $OpenBSD: find.1,v 1.51 2006/09/24 09:10:09 jmc Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -444,11 +444,11 @@ The operators are listed in order of decreasing precedence. .Pp .Bl -tag -width "(expression)" -compact -.It Cm \&( Ns Ar expression Ns Cm \&) +.It Cm \&( Ar expression Cm \&) This evaluates to true if the parenthesized expression evaluates to true. .Pp -.It Cm \&! Ns Ar expression +.It Cm \&! Ar expression This is the unary .Tn NOT operator.