Prevent a line from being broken on a line boundary.

This commit is contained in:
Ruslan Ermilov 2006-12-21 22:59:07 +00:00
parent f0dd79bced
commit cf1fd21b68
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=165455

View File

@ -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.