diff options
author | des <des@FreeBSD.org> | 2012-09-10 07:56:59 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2012-09-10 07:56:59 +0000 |
commit | 8711a9ad0b3063dfbe6dde5c9cdcfbd4ddcec0d0 (patch) | |
tree | c9a8c532c63c0e173272b518c450bb801376513d /usr.bin/find | |
parent | dc0b46fdc31d4bbf8a3ce53943763fce6b908744 (diff) | |
download | FreeBSD-src-8711a9ad0b3063dfbe6dde5c9cdcfbd4ddcec0d0.zip FreeBSD-src-8711a9ad0b3063dfbe6dde5c9cdcfbd4ddcec0d0.tar.gz |
Note that -quit terminates successfully.
Requested by: jmg@
Diffstat (limited to 'usr.bin/find')
-rw-r--r-- | usr.bin/find/find.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 751a634..cf10bf2 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -744,7 +744,7 @@ option was specified. .It Ic -quit Causes .Nm -to immediately terminate. +to immediately terminate successfully. .It Ic -regex Ar pattern True if the whole path of the file matches .Ar pattern |