=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/find/find.1,v retrieving revision 1.43 retrieving revision 1.44 diff -c -r1.43 -r1.44 *** src/usr.bin/find/find.1 2005/02/07 20:45:40 1.43 --- src/usr.bin/find/find.1 2005/03/13 00:17:19 1.44 *************** *** 1,4 **** ! .\" $OpenBSD: find.1,v 1.43 2005/02/07 20:45:40 jaredy Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" --- 1,4 ---- ! .\" $OpenBSD: find.1,v 1.44 2005/03/13 00:17:19 jmc Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" *************** *** 294,303 **** .It Ic -newer Ar file True if the current file has a more recent last modification time than .Ar file . - .It Ic -nouser - True if the file belongs to an unknown user. .It Ic -nogroup True if the file belongs to an unknown group. .It Ic \&-ok Ar utility Op argument ... ; Identical to the .Ic -exec --- 294,303 ---- .It Ic -newer Ar file True if the current file has a more recent last modification time than .Ar file . .It Ic -nogroup 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