aboutsummaryrefslogtreecommitdiffstatshomepage
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
commite29162affa9ae847d5a3511c2945c9b3fff13597 (patch)
treec40c0364b3b2ff22f998f2ccbd15ae1988183ef8 /chars.in
parent5827a70535876bf8f6a58191951c114f0c56b47d (diff)
downloadmandoc-e29162affa9ae847d5a3511c2945c9b3fff13597.tar.gz
mandoc-e29162affa9ae847d5a3511c2945c9b3fff13597.tar.zst
mandoc-e29162affa9ae847d5a3511c2945c9b3fff13597.zip
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.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/chars.in b/chars.in
index 429fb237..1e5d3048 100644
--- a/chars.in
+++ b/chars.in
@@ -1,4 +1,4 @@
-/* $Id: chars.in,v 1.17 2009/09/23 11:02:21 kristaps Exp $ */
+/* $Id: chars.in,v 1.18 2009/09/24 11:55:28 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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)