=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/find/find.1,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- src/usr.bin/find/find.1 2006/10/11 16:10:32 1.65 +++ src/usr.bin/find/find.1 2006/10/11 19:16:27 1.66 @@ -1,4 +1,4 @@ -.\" $OpenBSD: find.1,v 1.65 2006/10/11 16:10:32 jmc Exp $ +.\" $OpenBSD: find.1,v 1.66 2006/10/11 19:16:27 jmc Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -58,6 +58,17 @@ In the absence of an expression, .Ic -print is assumed. +If an expression is given, +but none of the primaries +.Ic -exec , +.Ic -ls , +.Ic -ok , +.Ic -print , +or +.Ic -print0 +are specified, the given expression shall be effectively replaced by +.Cm \&( Ar given expression Cm \&) +.Ic -print . .Pp The options are as follows: .Bl -tag -width Ds @@ -383,15 +394,6 @@ by a newline .Pq Ql \en character. -If neither -.Ic -exec , -.Ic -ls , -.Ic -ok , -nor -.Ic -print0 -is specified, the given expression shall be effectively replaced by -.Cm \&( Ns Ar given\& expression Ns Cm \&) -.Ic -print . .It Ic -print0 This primary always evaluates to true. It prints the pathname of the current file to standard output, followed