summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjarni Ingi Gislason <bjarniig@rhi.hi.is>2015-12-24 16:31:17 +0100
committerJames Youngman <jay@gnu.org>2015-12-28 12:14:00 +0000
commitba448a7aa1ddd2cdb9bf09da1e44d064e9e8f9d2 (patch)
tree44af52e171363b7f5eafc9edbeb1330a81aa5aac
parent601cef07bb0645189e838604bdeb19743425b4e7 (diff)
downloadfindutils-ba448a7aa1ddd2cdb9bf09da1e44d064e9e8f9d2.tar.gz
Typo and grammar fixes.
Issue and patch via http://bugs.debian.org/726870 Copyright-paperwork-exempt: Yes * find/find.1: correct typos: filsystem, signifiy, immeidately * find/find.1: correct grammar: which would -> which you would
-rw-r--r--find/find.18
1 files changed, 4 insertions, 4 deletions
diff --git a/find/find.1 b/find/find.1
index 9ffeac59..d39f7241 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
@@ -835,7 +835,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.
@@ -911,7 +911,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" ).
@@ -2078,7 +2078,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 ... {} +