summaryrefslogtreecommitdiffstats
path: root/usr.bin/wc
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-12-21 22:59:07 +0000
committerru <ru@FreeBSD.org>2006-12-21 22:59:07 +0000
commit54c3ccca4d0e00d9d6bcdbd2b2354f6750504cf6 (patch)
treeadc5cc3f9d90c521d5198199ac08b4a5c2b4bc58 /usr.bin/wc
parent8a99132532663339c3cd59b1dd65379c81ae512c (diff)
downloadFreeBSD-src-54c3ccca4d0e00d9d6bcdbd2b2354f6750504cf6.zip
FreeBSD-src-54c3ccca4d0e00d9d6bcdbd2b2354f6750504cf6.tar.gz
Prevent a line from being broken on a line boundary.
Diffstat (limited to 'usr.bin/wc')
-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 2c09e02..eeaaa74 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.
OpenPOWER on IntegriCloud