[BACK]Return to cut.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / cut

Diff for /src/usr.bin/cut/cut.1 between version 1.15 and 1.16

version 1.15, 2009/02/08 17:15:09 version 1.16, 2010/01/23 00:32:12
Line 68 
Line 68 
 Column numbering starts from 1.  Column numbering starts from 1.
 .Pp  .Pp
 .Ar list  .Ar list
 is a comma or whitespace separated set of increasing numbers and/or  is a comma or whitespace separated set of numbers and/or
 number ranges.  number ranges.
 Number ranges consist of a number, a dash  Number ranges consist of a number, a dash
 .Pq Sq \- ,  .Pq Sq \- ,
Line 136 
Line 136 
 utility is compliant with the  utility is compliant with the
 .St -p1003.1-2008  .St -p1003.1-2008
 specification.  specification.
   .Sh CAVEATS
   The current implementation does not support multi-byte characters.
   Consequently
   .Fl c
   does the same as
   .Fl b ,
   and
   .Fl n
   has no effect.

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16