summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-10-04 14:25:32 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-10-04 14:25:32 +0000
commita22c49ea7f2f7fea511b50a8b85a9dbf8c784be9 (patch)
tree912bf44df2e83cb564318c4c1bad091bc4663cd2
parent316764aee51d75dec619cd0c57c49d989c88a3f4 (diff)
- bump latest posix version
- note additional primaries which are not posix conformant and, conversely, one which was not previously conformant and now is this was prompted by a mail to either freebsd or netbsd lists, but i cannot for the life of me find it - thanks anyway! ok otto
-rw-r--r--usr.bin/find/find.119
1 files changed, 12 insertions, 7 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1
index a6dfbaf86ac..2c679817fc1 100644
--- a/usr.bin/find/find.1
+++ b/usr.bin/find/find.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: find.1,v 1.54 2006/10/02 08:05:32 jmc Exp $
+.\" $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,27 +537,32 @@ ending in a dot and single digit, but skip directory
The
.Nm
utility syntax is a superset of the syntax specified by the
-.St -p1003.2
+.St -p1003.1-2004
standard.
.Pp
-The options and primaries
+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 -links ,
.Ic -ls ,
-.Ic -mmin ,
.Ic -maxdepth ,
.Ic -mindepth ,
-.Ic -execdir ,
+.Ic -mmin ,
+.Ic -path ,
and
.Ic -print0
are extensions to
-.St -p1003.2 .
+.St -p1003.1-2004 .
The
.Ic -iname
option was inspired by GNU find.