[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.24 and 1.25

version 1.24, 2014/07/10 14:11:56 version 1.25, 2015/12/02 00:56:46
Line 114 
Line 114 
 separated by the field delimiter character.  separated by the field delimiter character.
 .It Fl n  .It Fl n
 Do not split multi-byte characters.  Do not split multi-byte characters.
   A character is written to standard output if and only if the byte
   position holding its last byte is selected.
 .It Fl s  .It Fl s
 Suppresses lines with no field delimiter characters.  Suppresses lines with no field delimiter characters.
 Unless specified, lines with no delimiters are passed through unmodified.  Unless specified, lines with no delimiters are passed through unmodified.
Line 145 
Line 147 
 .St -p1003.1-2008  .St -p1003.1-2008
 specification.  specification.
 .Sh CAVEATS  .Sh CAVEATS
 The current implementation does not support multi-byte characters.  The definition of a character depends on the current character set
 Consequently  .Xr locale 1 .
   If
   .Ev LC_CTYPE
   is set to
   .Qq C
   or
   .Qq POSIX ,
 .Fl c  .Fl c
 does the same as  does the same as
 .Fl b ,  .Fl b ,
 and  
 .Fl n  .Fl n
 has no effect.  has no effect, and
   .Fl d
   uses the first byte of
   .Ar delim .

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25