diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-09-01 07:26:46 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-09-01 07:26:46 +0000 |
commit | 630c3f1bf65f7c0e7cc6db8727b8339b51c73899 (patch) | |
tree | af0f634ab81edb3cd1aa43f6f1666c4aca4e6126 /usr.bin/find | |
parent | 08fa7dee4b5001da1840bff2e2be8a33c8812f63 (diff) |
Specify that new primaries -empty, -maxdepth and -mindepth are extensions
Diffstat (limited to 'usr.bin/find')
-rw-r--r-- | usr.bin/find/find.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index aab0a59fb92..64d43635e96 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: find.1,v 1.8 1996/09/01 04:56:25 tholo Exp $ +.\" $OpenBSD: find.1,v 1.9 1996/09/01 07:26:45 tholo Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -419,11 +419,14 @@ utility syntax is a superset of the syntax specified by the standard. .Pp The options and the +.Ic -empty , .Ic -follow , .Ic -fstype , .Ic -inum , .Ic -links , -.Ic -ls +.Ic -ls , +.Ic -maxdepth , +.Ic -mindepth and .Ic -print0 primaries are extensions to |