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

Diff for /src/usr.bin/wc/wc.1 between version 1.22 and 1.23

version 1.22, 2010/09/03 11:09:29 version 1.23, 2014/11/15 13:55:25
Line 125 
Line 125 
 The flag  The flag
 .Op Fl h  .Op Fl h
 is an extension to that specification.  is an extension to that specification.
 .Pp  
 Historically, the  
 .Nm  
 utility was documented to define a word as a ``maximal string of  
 characters delimited by  
 .Aq space ,  
 .Aq tab  
 or  
 .Aq newline  
 characters''.  
 The implementation, however, didn't handle non-printing characters  
 correctly so that ``  ^D^E  '' counted as 6 spaces, while ``foo^D^Ebar''  
 counted as 8 characters.  
 4BSD systems after 4.3BSD modified the implementation to be consistent  
 with the documentation.  
 This implementation defines a  
 .Dq word  
 in terms of the  
 .Xr isspace 3  
 function, as required by  
 .St -p1003.2-92 .  
 .Sh HISTORY  .Sh HISTORY
 A  A
 .Nm  .Nm

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23