From: Jim Meyering Date: Mon, 15 Aug 2005 08:41:21 +0000 (+0000) Subject: (join invocation): Itemize the defaults. X-Git-Tag: CPPI-1_12~133 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bcb18ed9c26dc5ff61252a1f7305502ae374b6d2;p=thirdparty%2Fcoreutils.git (join invocation): Itemize the defaults. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 37324db07f..69dde00192 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}.