summaryrefslogtreecommitdiffstats
path: root/chars.in
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-09-21 23:12:08 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-09-21 23:12:08 +0000
commite91c8c858c8cdd999f3dda62d2c69dda0e5e1da1 (patch)
treec57f5709486ea1d4ef75ffeb5691b49e197f6a11 /chars.in
parente6ae656c7d56728d036a3015d4b74e792338231c (diff)
downloadmandoc-e91c8c858c8cdd999f3dda62d2c69dda0e5e1da1.tar.gz
A few more macros in -Thtml.
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 9003aeaa..9f7e93ee 100644
--- a/chars.in
+++ b/chars.in
@@ -256,7 +256,7 @@ CHAR("hy", 2, "-", 1, "", 0)
CHAR("if", 2, "oo", 2, "", 0)
CHAR("lA", 2, "<=", 2, "", 0)
CHAR("lB", 2, "[", 1, "[", 1)
-CHAR("lC", 2, "{", 1, "", 0)
+CHAR("lC", 2, "{", 1, "{", 1)
CHAR("la", 2, "<", 1, "&lt;", 4)
CHAR("lh", 2, "<=", 2, "", 0)
CHAR("mo", 2, "E", 1, "", 0)
@@ -275,7 +275,7 @@ CHAR("r!", 2, "i", 1, "", 0)
CHAR("r?", 2, "c", 1, "", 0)
CHAR("rA", 2, "=>", 2, "", 0)
CHAR("rB", 2, "]", 1, "]", 1)
-CHAR("rC", 2, "}", 1, "", 0)
+CHAR("rC", 2, "}", 1, "}", 1)
CHAR("ra", 2, ">", 1, "&gt;", 4)
CHAR("rg", 2, "(R)", 3, "", 0)
CHAR("rh", 2, "=>", 2, "", 0)