bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

defaults in join doc


From: Karl Berry
Subject: defaults in join doc
Date: Mon, 15 Aug 2005 01:44:53 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]