diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-07-03 00:24:45 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-07-03 00:24:45 +0000 |
commit | 557b7fa1488f8937156051e061ac3512330bcb7e (patch) | |
tree | 76412bcb6a02dd46cf8013e9d05c34972eee83cf /usr.bin/wc | |
parent | bac7835b60cdcb2c9da2ead06274d95b6563fc3d (diff) | |
download | src-test2-557b7fa1488f8937156051e061ac3512330bcb7e.tar.gz src-test2-557b7fa1488f8937156051e061ac3512330bcb7e.zip |
Notes
Diffstat (limited to 'usr.bin/wc')
-rw-r--r-- | usr.bin/wc/wc.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1 index c3d8025d0a25..0656a5e715ae 100644 --- a/usr.bin/wc/wc.1 +++ b/usr.bin/wc/wc.1 @@ -120,7 +120,9 @@ Historically, the utility was documented to define a word as a ``maximal string of characters delimited by <space>, <tab> or <newline> 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 +.Dq " ^D^E " +counted as 6 spaces, while ``foo^D^Ebar'' counted as 8 characters. .Bx 4 systems after |