summaryrefslogtreecommitdiffstats
path: root/chars.in
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-09-24 11:55:28 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-09-24 11:55:28 +0000
commit0371d94639d271317d0697e7eefe5cb79df85fb7 (patch)
treed585e0c9978240817fc4183c33d9deff2ac20086 /chars.in
parentf31eee34a29f6fcdb8fe0640095473ede5982887 (diff)
downloadmandoc-0371d94639d271317d0697e7eefe5cb79df85fb7.tar.gz
Fix in -Tascii where `Lb' causes line-break in any section (should only happen in LIBRARY).
`Fn' first parameter is broken apart into ftype and fname in -Thtml (for correct style application). Fixed \0 special character.
Diffstat (limited to 'chars.in')
-rw-r--r--chars.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/chars.in b/chars.in
index 20c83274..282cb598 100644
--- a/chars.in
+++ b/chars.in
@@ -32,7 +32,7 @@
/* Spacing. */
CHAR("c", 1, "", 0, "", 0)
-CHAR("0", 1, " ", 1, "&#8194;", 6)
+CHAR("0", 1, " ", 1, "&#8194;", 7)
CHAR(" ", 1, " ", 1, "&#8194;", 7)
CHAR("~", 1, " ", 1, "&#160;", 6)
CHAR("%", 1, "", 0, "", 0)