=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/find/find.1,v retrieving revision 1.54 retrieving revision 1.55 diff -c -r1.54 -r1.55 *** src/usr.bin/find/find.1 2006/10/02 08:05:32 1.54 --- src/usr.bin/find/find.1 2006/10/04 14:25:31 1.55 *************** *** 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. .\" --- 1,4 ---- ! .\" $OpenBSD: find.1,v 1.55 2006/10/04 14:25:31 jmc Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" *************** *** 537,563 **** The .Nm utility syntax is a superset of the syntax specified by the ! .St -p1003.2 standard. .Pp ! The options and primaries .Ic -amin , .Ic -cmin , .Ic -empty , .Ic -follow , .Ic -fstype , .Ic -iname , .Ic -inum , - .Ic -links , .Ic -ls , - .Ic -mmin , .Ic -maxdepth , .Ic -mindepth , ! .Ic -execdir , and .Ic -print0 are extensions to ! .St -p1003.2 . The .Ic -iname option was inspired by GNU find. --- 537,568 ---- The .Nm utility syntax is a superset of the syntax specified by the ! .St -p1003.1-2004 standard. .Pp ! The options ! .Op Fl dfhXx ! and primaries .Ic -amin , + .Ic -anewer , .Ic -cmin , + .Ic -cnewer , .Ic -empty , + .Ic -execdir , + .Ic -flags , .Ic -follow , .Ic -fstype , .Ic -iname , .Ic -inum , .Ic -ls , .Ic -maxdepth , .Ic -mindepth , ! .Ic -mmin , ! .Ic -path , and .Ic -print0 are extensions to ! .St -p1003.1-2004 . The .Ic -iname option was inspired by GNU find.