* doc/coreutils.texi (join invocation): Drop leading blanks.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 16 Jun 2008 17:58:18 +0000 (19:58 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 16 Jun 2008 17:58:53 +0000 (19:58 +0200)
doc/coreutils.texi

index d05577d..6be37d8 100644 (file)
@@ -5329,7 +5329,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}.