From 21231ff02705b8d63800461c81198c51e8362ae5 Mon Sep 17 00:00:00 2001 From: jay Date: Fri, 1 Apr 2005 16:19:52 +0000 Subject: [PATCH] Trivial change from A Costa , fixing typos in manual pages for xargs, locate and updatedb; fixes Savannah bug #12500, Debian bug #301934 --- locate/locate.1 | 2 +- locate/updatedb.1 | 2 +- xargs/xargs.1 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/locate/locate.1 b/locate/locate.1 index 38b77ce..b7a775b 100644 --- a/locate/locate.1 +++ b/locate/locate.1 @@ -58,7 +58,7 @@ The file name database format changed starting with GNU .B find and .B locate -version 4.0 to allow machines with diffent byte orderings to share +version 4.0 to allow machines with different byte orderings to share the databases. This version of .B locate can automatically recognize and read databases produced for older diff --git a/locate/updatedb.1 b/locate/updatedb.1 index ea6ca30..93e7229 100644 --- a/locate/updatedb.1 +++ b/locate/updatedb.1 @@ -30,7 +30,7 @@ The file name database format changed starting with GNU .B find and .B locate -version 4.0 to allow machines with diffent byte orderings to share +version 4.0 to allow machines with different byte orderings to share the databases. The new GNU .B locate can read both the old and new database formats. diff --git a/xargs/xargs.1 b/xargs/xargs.1 index 1e4f786..0ee8d01 100644 --- a/xargs/xargs.1 +++ b/xargs/xargs.1 @@ -76,7 +76,7 @@ Print a summary of the options to and exit. .TP .I "\-\-replace[=replace-str], \-i[replace-str]" -Replace occurences of \fIreplace-str\fR in the initial-arguments with +Replace occurrences of \fIreplace-str\fR in the initial-arguments with names read from standard input. Also, unquoted blanks do not terminate input items; instead the separator is the newline character. -- 2.11.4.GIT