I ran across some notes from 10 or so years ago reminding me that the
list of defaults in the join documentation might be more readable as an
itemized list.  Better late than never, maybe.  Here's a diff:

*** /usr/local/gnu/src/coreutils-5.3.0/doc/ORIG/coreutils.texi  Fri Jan  7 
12:09:47 2005
--- /usr/local/gnu/src/coreutils-5.3.0/doc/coreutils.texi       Sun Aug 14 
16:38:53 2005
***************
*** 4670,4678 ****
  @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
  fields from @var{file1}, then the remaining fields from @var{file2}.
  
  The program accepts the following options.  Also see @ref{Common options}.
--- 4670,4682 ----
  @end example
  
! 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}.

Diff finished at Sun Aug 14 16:40:49


_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to