diff options
author | Jim Meyering <jim@meyering.net> | 2005-08-15 08:41:21 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-08-15 08:41:21 +0000 |
commit | bcb18ed9c26dc5ff61252a1f7305502ae374b6d2 (patch) | |
tree | 90e25afe6d3ebbec33b1feaafab2e7a0553fdbb1 /doc | |
parent | b851ea732ebd3c5acf9cbea1263c844d0f1f01c6 (diff) | |
download | coreutils-bcb18ed9c26dc5ff61252a1f7305502ae374b6d2.tar.xz |
(join invocation): Itemize the defaults.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 37324db07..69dde0019 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -4649,11 +4649,15 @@ c c1 c2 b b1 b2 @end example -The defaults are: the join field is the first field in each line; -fields in the input are separated by one or more blanks, with leading -blanks on the line ignored; fields in the output are separated by a -space; each output line consists of the join field, the remaining +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; +@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}. +@end itemize The program accepts the following options. Also see @ref{Common options}. |