[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.25 and 1.26

version 1.25, 2015/12/02 00:56:46 version 1.26, 2015/12/06 06:15:05
Line 120 
Line 120 
 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.
 .El  .El
   .Sh ENVIRONMENT
   .Bl -tag -width LC_CTYPE
   .It Ev LC_CTYPE
   The character set
   .Xr locale 1 ,
   defining which byte sequences form characters.
   If unset or set to
   .Qq C ,
   .Qq POSIX ,
   or an unsupported value,
   .Fl c
   does the same as
   .Fl b ,
   .Fl n
   has no effect, and
   .Fl d
   uses the first byte of
   .Ar delim .
   .El
 .Sh EXIT STATUS  .Sh EXIT STATUS
 The  The
 .Nm  .Nm
Line 146 
Line 165 
 utility is compliant with the  utility is compliant with the
 .St -p1003.1-2008  .St -p1003.1-2008
 specification.  specification.
 .Sh CAVEATS  
 The definition of a character depends on the current character set  
 .Xr locale 1 .  
 If  
 .Ev LC_CTYPE  
 is set to  
 .Qq C  
 or  
 .Qq POSIX ,  
 .Fl c  
 does the same as  
 .Fl b ,  
 .Fl n  
 has no effect, and  
 .Fl d  
 uses the first byte of  
 .Ar delim .  

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