aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/wc
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-07-03 00:24:45 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-07-03 00:24:45 +0000
commit557b7fa1488f8937156051e061ac3512330bcb7e (patch)
tree76412bcb6a02dd46cf8013e9d05c34972eee83cf /usr.bin/wc
parentbac7835b60cdcb2c9da2ead06274d95b6563fc3d (diff)
downloadsrc-557b7fa1488f8937156051e061ac3512330bcb7e.tar.gz
src-557b7fa1488f8937156051e061ac3512330bcb7e.zip
Deal with double whitespace.
Notes
Notes: svn path=/head/; revision=131507
Diffstat (limited to 'usr.bin/wc')
-rw-r--r--usr.bin/wc/wc.14
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