[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.12 and 1.13

version 1.12, 2003/06/03 02:56:22 version 1.13, 2003/06/10 09:12:12
Line 113 
Line 113 
 utility exits 0 on success or >0 if an error occurred.  utility exits 0 on success or >0 if an error occurred.
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr isspace 3  .Xr isspace 3
 .Sh COMPATIBILITY  .Sh STANDARDS
 Historically, the  Historically, the
 .Nm  .Nm
 utility was documented to define a word as a ``maximal string of  utility was documented to define a word as a ``maximal string of
 characters delimited by <space>, <tab> or <newline> characters''.  characters delimited by
   .Aq space ,
   .Aq tab
   or
   .Aq newline
   characters''.
 The implementation, however, didn't handle non-printing characters  The implementation, however, didn't handle non-printing characters
 correctly so that ``  ^D^E  '' counted as 6 spaces, while ``foo^D^Ebar''  correctly so that ``  ^D^E  '' counted as 6 spaces, while ``foo^D^Ebar''
 counted as 8 characters.  counted as 8 characters.
Line 129 
Line 134 
 .Xr isspace 3  .Xr isspace 3
 function, as required by  function, as required by
 .St -p1003.2-92 .  .St -p1003.2-92 .
 .Sh STANDARDS  .Pp
 The  The
 .Nm  .Nm
 utility conforms to  utility conforms to

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13