From: Ralf Wildenhues Date: Mon, 16 Jun 2008 17:58:18 +0000 (+0200) Subject: * doc/coreutils.texi (join invocation): Drop leading blanks. X-Git-Tag: v7.0~172 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58db1bb942bd8f23b33d8f21423e7da330312133;p=thirdparty%2Fcoreutils.git * doc/coreutils.texi (join invocation): Drop leading blanks. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index d05577d548..6be37d8057 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -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}.