=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/find/find.1,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- src/usr.bin/find/find.1 2000/06/07 15:25:30 1.27 +++ src/usr.bin/find/find.1 2000/07/08 16:09:33 1.28 @@ -1,4 +1,4 @@ -.\" $OpenBSD: find.1,v 1.27 2000/06/07 15:25:30 deraadt Exp $ +.\" $OpenBSD: find.1,v 1.28 2000/07/08 16:09:33 millert Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -191,6 +191,23 @@ The filename substituted for the string .Qq {} is not qualified. +.It Xo +.Ic -flags +.Op Fl +.Ar flags +.Xc +The +.Ar flags +are comma-separated symbolic file flags (see +.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 the file in question has at least +one of the file flags specified by +.Ar flags . +If the flags are not preceded by a dash, this primary evaluates to true if the +flags specified exactly match those of the file. .It Ic -follow Follow symbolic links. .It Ic -fstype Ar type