summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-24 10:25:46 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-24 10:25:46 +0000
commit7126ade374a0bebed8bb0788b411127fc0ceb5a4 (patch)
tree4b76ec668f3c64a8c8bae768def8085dea7057fc
parent09f7ee6fbbcc9be72e1bc8c05a1c0942b683c5e3 (diff)
-{a,c,m}min are extensions to posix
-rw-r--r--usr.bin/find/find.15
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1
index bddc539bfa9..5dd5a6e2aae 100644
--- a/usr.bin/find/find.1
+++ b/usr.bin/find/find.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: find.1,v 1.17 1998/11/11 23:01:43 aaron Exp $
+.\" $OpenBSD: find.1,v 1.18 1999/02/24 10:25:45 deraadt Exp $
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -435,12 +435,15 @@ utility syntax is a superset of the syntax specified by the
standard.
.Pp
The options and primaries
+.Ic -amin ,
+.Ic -cmin ,
.Ic -empty ,
.Ic -follow ,
.Ic -fstype ,
.Ic -inum ,
.Ic -links ,
.Ic -ls ,
+.Ic -mmin ,
.Ic -maxdepth ,
.Ic -mindepth ,
.Ic -execdir ,