bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

typos in manual


From: Ralf Wildenhues
Subject: typos in manual
Date: Wed, 16 Aug 2006 23:27:12 +0200
User-agent: Mutt/1.5.12-2006-07-14

Hello there,

Find below a patch to fix some typos in the manual, again current CVS.

By the way, I find it rather worrying that the CVS HEAD checkout from
savannah gives me a source tree that apparently has lots of changes
applied in 2006, but the last ChangeLog entry dates 2005-12-19.  Do
you generate ChangeLog from some other source?

The comma after `i.e.' is recommended by the Chicago Manual of Style
(thanks Paul!); if you choose not to use it, please use `@:' instead
to prevent a larger space after the second period in DVI output.

Cheers, and please Cc: me on replies,
Ralf

2006-08-16  Ralf Wildenhues  <address@hidden>

        * doc/find.texi: Fix some typos.

Index: doc/find.texi
===================================================================
RCS file: /cvsroot/findutils/findutils/doc/find.texi,v
retrieving revision 1.119
diff -u -r1.119 find.texi
--- doc/find.texi       7 Aug 2006 10:12:51 -0000       1.119
+++ doc/find.texi       16 Aug 2006 21:25:06 -0000
@@ -1113,7 +1113,7 @@
 
 @item -perm -444 -perm /222 ! -perm /111
 Search for files which are readable for everybody, have at least one
-write bit set (i.e. somebody can write to them), but which cannot be
+write bit set (i.e., somebody can write to them), but which cannot be
 executed by anybody.  Note that in some shells the @samp{!} must be
 escaped;.
 
@@ -1602,7 +1602,7 @@
 field.
 
 @samp{%%} is a literal percent sign.  A @samp{%} character followed by
-an unrecognised character (i.e. not a known directive or @code{printf} field
+an unrecognised character (i.e., not a known directive or @code{printf} field
 width and precision specifier), is discarded (but the unrecognised
 character is printed), and a warning message is printed to the
 standard error output (because it was probably a typo).
@@ -1897,7 +1897,7 @@
 Here is how to run a command on one file at a time.
 
 @deffn Action -execdir command ;
-Execute @var{command}; true if zero sftatus is returned.  @code{find}
+Execute @var{command}; true if zero status is returned.  @code{find}
 takes all arguments after @samp{-exec} to be part of the command until
 an argument consisting of @samp{;} is reached.  It replaces the string
 @address@hidden@}} by the current file name being processed everywhere it
@@ -2819,7 +2819,7 @@
 
 @item 3 
 At this optimisation level, the full cost-based query optimiser is
-enabled.  The order of tests is modified so that cheap (i.e. fast)
+enabled.  The order of tests is modified so that cheap (i.e., fast)
 tests are performed first and more expensive ones are performed later,
 if necessary.  Within each cost band, predicates are evaluated earlier
 or later according to whether they are likely to succeed or not.  For
@@ -3032,7 +3032,7 @@
 as a @code{cron} job and configured with environment variables or
 command options.  Typically, operating systems have a shell script
 that ``exports'' configurations for variable definitions and uses
-another schell script that ``sources'' the configuration file into the
+another shell script that ``sources'' the configuration file into the
 environment and then executes @code{updatedb} in the environment.
 
 @code{updatedb} creates and updates the database of file names used by
@@ -3042,7 +3042,7 @@
 as a @code{cron} job and configured with environment variables or
 command options.  Typically, operating systems have a shell script
 that ``exports'' configurations for variable definitions and uses
-another schell script that ``sources'' the configuration file into the
+another shell script that ``sources'' the configuration file into the
 environment and then executes @code{updatedb} in the environment.
 
 @table @code
@@ -3923,7 +3923,7 @@
 portable as the insecure action @samp{-exec @dots{} +}.
 
 The @samp{-delete} action is not completely portable, but the only
-other possibillity which is as secure (@samp{-execdir}) is no more
+other possibility which is as secure (@samp{-execdir}) is no more
 portable.  The most efficient portable alternative is @samp{-exec
 @dots{}+}, but this is insecure and isn't supported by versions of GNU
 findutils prior to 4.2.12.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]