Prefer "cannot" to "can not".

* locate/locatedb.5: Change "can not" to "cannot".
* locate/updatedb.1: Likewise.
This commit is contained in:
James Youngman
2011-06-05 00:16:38 +01:00
parent 411fbef03b
commit 237dbfe342
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
2011-06-05 James Youngman <jay@gnu.org>
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

View File

@@ -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.

View File

@@ -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