Hi Jim,

this patch removes a couple of ugly extra spaces from the info file
(script to find them posted here:
<http://gcc.gnu.org/ml/gcc-patches/2008-06/msg00920.html>).

Cheers,
Ralf

2008-06-16  Ralf Wildenhues  <[EMAIL PROTECTED]>

        * doc/coreutils.texi (join invocation): Drop leading blanks.

diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index a626b45..aae8138 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -5307,7 +5307,7 @@ The defaults are:
 @itemize
 @item the join field is the first field in each line;
 @item fields in the input are separated by one or more blanks, with leading
-      blanks on the line ignored;
+blanks on the line ignored;
 @item fields in the output are separated by a space;
 @item each output line consists of the join field, the remaining
 fields from @var{file1}, then the remaining fields from @var{file2}.


_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to