From 237dbfe342cf2418622c4cec44f73a778f56ecdc Mon Sep 17 00:00:00 2001 From: James Youngman Date: Sun, 5 Jun 2011 00:16:38 +0100 Subject: [PATCH] Prefer "cannot" to "can not". * locate/locatedb.5: Change "can not" to "cannot". * locate/updatedb.1: Likewise. --- ChangeLog | 4 ++++ locate/locatedb.5 | 2 +- locate/updatedb.1 | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8ef61178..9d426197 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2011-06-05 James Youngman + Prefer "cannot" to "can not". + * locate/locatedb.5: Change "can not" to "cannot". + * locate/updatedb.1: Likewise. + Update xargs error message. * doc/find.texi (Error Messages From xargs): the message "can not fit single argument within argument list size limit" is now diff --git a/locate/locatedb.5 b/locate/locatedb.5 index 65a8351c..bb7584ce 100644 --- a/locate/locatedb.5 +++ b/locate/locatedb.5 @@ -48,7 +48,7 @@ Every database begins with a dummy entry for a file called `LOCATE02', which \fBlocate\fP checks for to ensure that the database file has the correct format; it ignores the entry in doing the search. .P -Databases can not be concatenated together, even if the first +Databases cannot be concatenated together, even if the first (dummy) entry is trimmed from all but the first database. This is because the offset-differential count in the first entry of the second and following databases will be wrong. diff --git a/locate/updatedb.1 b/locate/updatedb.1 index df33aa4b..bcf0e3eb 100644 --- a/locate/updatedb.1 +++ b/locate/updatedb.1 @@ -24,7 +24,7 @@ is then run for each filesystem on the fileserver where that filesystem is on a local disk, to prevent thrashing the network. Users can select which databases \fBlocate\fP searches using an environment variable or command line option; see \fBlocate\fP(1). -Databases can not be concatenated together. +Databases cannot be concatenated together. .P The file name database format changed starting with GNU .B find