diff options
author | des <des@FreeBSD.org> | 2012-09-09 13:18:13 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2012-09-09 13:18:13 +0000 |
commit | 8aa3be489e6a304db8df822fb2535972cbd7f2bd (patch) | |
tree | 5f2a01ba171a5d381171ebeee343c09a56bec371 /usr.bin/find | |
parent | 509888181af3114aba96c9d40ae25491355c09c6 (diff) | |
download | FreeBSD-src-8aa3be489e6a304db8df822fb2535972cbd7f2bd.zip FreeBSD-src-8aa3be489e6a304db8df822fb2535972cbd7f2bd.tar.gz |
Document -quit, four and a half years after it was implemented.
MFC after: 3 days
Pointy hat to: imp@
Diffstat (limited to 'usr.bin/find')
-rw-r--r-- | usr.bin/find/find.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 00aa4d4..751a634 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -31,7 +31,7 @@ .\" @(#)find.1 8.7 (Berkeley) 5/9/95 .\" $FreeBSD$ .\" -.Dd July 25, 2012 +.Dd September 9, 2012 .Dt FIND 1 .Os .Sh NAME @@ -741,6 +741,10 @@ Note, the primary has no effect if the .Fl d option was specified. +.It Ic -quit +Causes +.Nm +to immediately terminate. .It Ic -regex Ar pattern True if the whole path of the file matches .Ar pattern |