=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/find/find.1,v retrieving revision 1.53 retrieving revision 1.54 diff -c -r1.53 -r1.54 *** src/usr.bin/find/find.1 2006/10/01 11:30:53 1.53 --- src/usr.bin/find/find.1 2006/10/02 08:05:32 1.54 *************** *** 1,4 **** ! .\" $OpenBSD: find.1,v 1.53 2006/10/01 11:30:53 otto Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" --- 1,4 ---- ! .\" $OpenBSD: find.1,v 1.54 2006/10/02 08:05:32 jmc Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" *************** *** 200,206 **** .Xr chflags 1 for a list of valid flag names). If the flags are preceded by a dash ! .Pq Sq \- , this primary evaluates to true if at least all specified .Ar flags are set in the file's flags. --- 200,206 ---- .Xr chflags 1 for a list of valid flag names). If the flags are preceded by a dash ! .Pq Sq - , this primary evaluates to true if at least all specified .Ar flags are set in the file's flags. *************** *** 249,257 **** will be displayed instead of the size in bytes. If the file is a symbolic link, the pathname of the linked-to file will be displayed preceded by ! .Dq \-> . The format is identical to that produced by ! .Dq ls \-dgils . .It Ic -maxdepth Ar n True if the current search depth is less than or equal to what is specified in .Ar n . --- 249,257 ---- will be displayed instead of the size in bytes. If the file is a symbolic link, the pathname of the linked-to file will be displayed preceded by ! .Dq -\*(Gt . The format is identical to that produced by ! .Dq ls -dgils . .It Ic -maxdepth Ar n True if the current search depth is less than or equal to what is specified in .Ar n . *************** *** 291,297 **** True if the file belongs to an unknown group. .It Ic -nouser True if the file belongs to an unknown user. ! .It Ic \&-ok Ar utility Op argument ... ; Identical to the .Ic -exec primary with the exception that --- 291,297 ---- True if the file belongs to an unknown group. .It Ic -nouser True if the file belongs to an unknown user. ! .It Ic -ok Ar utility Op argument ... ; Identical to the .Ic -exec primary with the exception that *************** *** 304,310 **** .Sq y the command is not executed and the value of the ! .Ic \&ok expression is false. .It Ic -path Ar pattern True if the pathname being examined matches --- 304,310 ---- .Sq y the command is not executed and the value of the ! .Ic ok expression is false. .It Ic -path Ar pattern True if the pathname being examined matches *************** *** 352,358 **** of the file's mode bits participate in the comparison. If the mode is preceded by a dash ! .Pq Sq \- , this primary evaluates to true if at least all of the bits in the mode are set in the file's mode bits. If the mode is not preceded by a dash, this primary evaluates to --- 352,358 ---- of the file's mode bits participate in the comparison. If the mode is preceded by a dash ! .Pq Sq - , this primary evaluates to true if at least all of the bits in the mode are set in the file's mode bits. If the mode is not preceded by a dash, this primary evaluates to *************** *** 433,439 **** preceded by a plus sign .Pq Ql + or a minus sign ! .Pq Ql \- . A preceding plus sign means .Dq more than n , a preceding minus sign means --- 433,439 ---- preceded by a plus sign .Pq Ql + or a minus sign ! .Pq Ql - . A preceding plus sign means .Dq more than n , a preceding minus sign means *************** *** 576,598 **** As they were really global variables that took effect before the traversal began, some legal expressions could have unexpected results. An example is the expression ! .Dq \-print \-o \-depth . As ! .Cm \-print always evaluates to true, the standard order of evaluation implies that ! .Cm \-depth would never be evaluated. This is not the case. .Pp The operator .Cm -or was implemented as ! .Cm \-o , and the operator .Cm -and was implemented as ! .Cm \-a . .Pp Historic implementations of the .Ic -exec --- 576,598 ---- As they were really global variables that took effect before the traversal began, some legal expressions could have unexpected results. An example is the expression ! .Dq -print -o -depth . As ! .Cm -print always evaluates to true, the standard order of evaluation implies that ! .Cm -depth would never be evaluated. This is not the case. .Pp The operator .Cm -or was implemented as ! .Cm -o , and the operator .Cm -and was implemented as ! .Cm -a . .Pp Historic implementations of the .Ic -exec *************** *** 637,641 **** .Fl f option and the .Xr getopt 3 ! .Dq \-\- construct. --- 637,641 ---- .Fl f option and the .Xr getopt 3 ! .Dq -- construct.