summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2006-12-21 22:59:07 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2006-12-21 22:59:07 +0000
commitcf1fd21b68d67efd712f35ee93b9ea2fb94ad9c7 (patch)
treeadc5cc3f9d90c521d5198199ac08b4a5c2b4bc58
parentf0dd79bced64e084635b465329d1d25b729411a3 (diff)
Notes
-rw-r--r--usr.bin/wc/wc.12
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1
index 2c09e02ecac3..eeaaa74dbd9d 100644
--- a/usr.bin/wc/wc.1
+++ b/usr.bin/wc/wc.1
@@ -139,7 +139,7 @@ characters delimited by <space>, <tab> or <newline> characters
.Dc .
The implementation, however, did not handle non-printing characters
correctly so that
-.Dq Li " ^D^E "
+.Dq Li "\ \ ^D^E\ \ "
counted as 6 spaces, while
.Dq Li foo^D^Ebar
counted as 8 characters.