* coreutils.texi (Squeezing): Separate doubled "the", so typo-checkers
authorJim Meyering <jim@meyering.net>
Sat, 8 Jul 2006 06:03:50 +0000 (06:03 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 8 Jul 2006 06:03:50 +0000 (06:03 +0000)
don't complain.

doc/ChangeLog
doc/coreutils.texi

index 3902750..518a3f1 100644 (file)
@@ -1,5 +1,8 @@
 2006-07-08  Jim Meyering  <jim@meyering.net>
 
+       * coreutils.texi (Squeezing): Separate doubled "the", so typo-checkers
+       don't complain.
+
        * Makefile.am (check-texinfo): Enforce the zeros vs. zeroes consistency.
 
 2006-07-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
index 9fbb7f4..a56b054 100644 (file)
@@ -5276,7 +5276,8 @@ tr -s '\n'
 
 @item
 Find doubled occurrences of words in a document.
-For example, people often write ``the the'' with the repeated words
+@c Separate the following two "the"s, so typo checkers don't complain.
+For example, people often write ``the @w{}the'' with the repeated words
 separated by a newline.  The Bourne shell script below works first
 by converting each sequence of punctuation and blank characters to a
 single newline.  That puts each ``word'' on a line by itself.