diff options
author | billf <billf@FreeBSD.org> | 1998-12-31 16:21:51 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1998-12-31 16:21:51 +0000 |
commit | f2bdd083670b5d3b31025e8076336d31498fbebc (patch) | |
tree | ec07065837195a0dbb57c1c2e2ac6f39ab0be98f /usr.bin/find | |
parent | 5084191438b613f0159fe041388f73333545ca0c (diff) | |
download | FreeBSD-src-f2bdd083670b5d3b31025e8076336d31498fbebc.zip FreeBSD-src-f2bdd083670b5d3b31025e8076336d31498fbebc.tar.gz |
Typo - "the -delete primary do not.." -> "the -delete primary does not.."
PR: docs/9255
Submitted by: Christian Weisgerber <naddy@bigeye.rhein-neckar.de>
Diffstat (limited to 'usr.bin/find')
-rw-r--r-- | usr.bin/find/find.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index b339c8d..ed958c4f 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.16 1998/11/29 00:54:21 wosch Exp $ +.\" $Id: find.1,v 1.17 1998/11/29 12:00:06 bde Exp $ .\" .Dd May 9, 1995 .Dt FIND 1 @@ -526,7 +526,7 @@ option and the .Pp The .Ic -delete -primary do not interact well with other options that cause the filesystem +primary does not interact well with other options that cause the filesystem tree traversal options to be changed. .Sh HISTORY A |