diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2008-06-16 19:58:18 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-06-16 19:58:53 +0200 |
commit | 58db1bb942bd8f23b33d8f21423e7da330312133 (patch) | |
tree | eaf2bc779472b7ca495c7c40d74180713930166d | |
parent | 45e67188d6615820f5bb39cb6890c5b4dfca83c4 (diff) | |
download | coreutils-58db1bb942bd8f23b33d8f21423e7da330312133.tar.xz |
* doc/coreutils.texi (join invocation): Drop leading blanks.
-rw-r--r-- | doc/coreutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index d05577d54..6be37d805 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}. |