mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Prevent a line from being broken on a line boundary.
This commit is contained in:
parent
f0dd79bced
commit
cf1fd21b68
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue