diff options
author | ceri <ceri@FreeBSD.org> | 2006-04-04 10:20:16 +0000 |
---|---|---|
committer | ceri <ceri@FreeBSD.org> | 2006-04-04 10:20:16 +0000 |
commit | 7322cd63954554ab361de4bee9aa33cf33aefd5d (patch) | |
tree | f06986f5bb9f26d630c0ac754f333dbab78f23a1 /usr.bin/find | |
parent | 264a13426d82be5763bf90bc3975c0dd6962d34a (diff) | |
download | FreeBSD-src-7322cd63954554ab361de4bee9aa33cf33aefd5d.zip FreeBSD-src-7322cd63954554ab361de4bee9aa33cf33aefd5d.tar.gz |
Note that all of the birthtime related primaries are non-standard.
Diffstat (limited to 'usr.bin/find')
-rw-r--r-- | usr.bin/find/find.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 44bc9c7..dd390e9 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -35,7 +35,7 @@ .\" @(#)find.1 8.7 (Berkeley) 5/9/95 .\" $FreeBSD$ .\" -.Dd April 3, 2006 +.Dd April 4, 2006 .Dt FIND 1 .Os .Sh NAME @@ -865,10 +865,10 @@ All the single character options except and .Ic -L as well as the -.Ic -iname , -inum , -iregex , -print0 , -delete , -ls , -and -.Ic -regex -primaries are extensions to +.Ic -iname , -inum , -iregex , -print0 , -delete , -ls , -regex , +and all of the +.Ic -B +birthtime related primaries are extensions to .St -p1003.1-2001 . .Pp Historically, the |