diff options
| author | Steve Price <steve@FreeBSD.org> | 1997-10-27 14:25:54 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1997-10-27 14:25:54 +0000 |
| commit | f6e4fb22cf7c6b8a201b2879369e5763a05fc48c (patch) | |
| tree | b304eb84111cf997b691fd2b8f41bf887d06c233 /usr.bin | |
| parent | ef91bd57349285acf769d4279e4bc723607c46e8 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/find/find.1 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index c6a17558a502d..4b17b6e581b6b 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)find.1 8.7 (Berkeley) 5/9/95 -.\" $Id: find.1,v 1.12 1997/10/13 21:06:20 wosch Exp $ +.\" $Id: find.1,v 1.13 1997/10/27 04:22:13 steve Exp $ .\" .Dd May 9, 1995 .Dt FIND 1 @@ -451,6 +451,15 @@ utility syntax is a superset of the syntax specified by the .St -p1003.2 standard. .Pp +All the single character options as well as the +.Ic -inum , +.Ic -print0 , +.Ic -delete , +and +.Ic -ls +primaries are extensions to +.St -p1003.2 . +.Pp Historically, the .Fl d , .Fl h |
