From cf1fd21b68d67efd712f35ee93b9ea2fb94ad9c7 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 21 Dec 2006 22:59:07 +0000 Subject: [PATCH] Prevent a line from being broken on a line boundary. --- usr.bin/wc/wc.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 , or 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.