diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-24 11:55:28 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-24 11:55:28 +0000 |
commit | 0371d94639d271317d0697e7eefe5cb79df85fb7 (patch) | |
tree | d585e0c9978240817fc4183c33d9deff2ac20086 /chars.in | |
parent | f31eee34a29f6fcdb8fe0640095473ede5982887 (diff) | |
download | mandoc-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.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ /* Spacing. */ CHAR("c", 1, "", 0, "", 0) -CHAR("0", 1, " ", 1, " ", 6) +CHAR("0", 1, " ", 1, " ", 7) CHAR(" ", 1, " ", 1, " ", 7) CHAR("~", 1, " ", 1, " ", 6) CHAR("%", 1, "", 0, "", 0) |