diff options
author | ru <ru@FreeBSD.org> | 2006-12-21 22:59:07 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-12-21 22:59:07 +0000 |
commit | 54c3ccca4d0e00d9d6bcdbd2b2354f6750504cf6 (patch) | |
tree | adc5cc3f9d90c521d5198199ac08b4a5c2b4bc58 /usr.bin/wc | |
parent | 8a99132532663339c3cd59b1dd65379c81ae512c (diff) | |
download | FreeBSD-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.1 | 2 |
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. |