>From 8eebb23560045f298287ac898f26be50bc7c785b Mon Sep 17 00:00:00 2001 From: Andreas Metzler Date: Thu, 24 Dec 2015 16:31:17 +0100 Subject: [PATCH 1/2] Typo and grammar fixes. Issue reported by and patch provided by Bjarni Ingi Gislason. http://bugs.debian.org/726870 --- find/find.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/find/find.1 b/find/find.1 index cc3f9d4..3b37e62 100644 --- a/find/find.1 +++ b/find/find.1 @@ -262,7 +262,7 @@ need to stat the file first. If you use the .B \-fstype .I FOO -predicate and specify a filsystem type +predicate and specify a filesystem type .I FOO which is not known (that is, present in `/etc/mtab') at the time .B find @@ -779,7 +779,7 @@ section for some illustrative examples. .IP "\-perm \-\fImode\fR" All of the permission bits \fImode\fR are set for the file. Symbolic modes are accepted in this form, and this is usually the way -in which would want to use them. You must specify `u', `g' or `o' if +in which you would want to use them. You must specify `u', `g' or `o' if you use a symbolic mode. See the .B EXAMPLES section for some illustrative examples. @@ -855,7 +855,7 @@ handle sparse files differently. The `b' suffix always denotes 512-byte blocks and never 1 Kilobyte blocks, which is different to the behaviour of .BR \-ls . -The + and - prefixes signifiy greater than and less than, as usual, +The + and - prefixes signify greater than and less than, as usual, but bear in mind that the size is rounded up to the next unit (so a 1-byte file is not matched by .BR "-size -1M" ). @@ -2043,7 +2043,7 @@ on the correctness of the results of When some error occurs, .B find -may stop immeidately, without completing all the actions specified. +may stop immediately, without completing all the actions specified. For example, some starting points may not have been examined or some pending program invocations for .B \-exec ... {} + -- 2.6.4