aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitdb1cc603d2086d77273cf9470a5d8446ddd92076 (patch)
tree4a2edb9e25b6fcaf333f5917328042fda7f93a69 /chars.in
parent9f777ad6602d39fedc5834eeec65aa76edeae9ca (diff)
downloadmandoc-db1cc603d2086d77273cf9470a5d8446ddd92076.tar.gz
mandoc-db1cc603d2086d77273cf9470a5d8446ddd92076.tar.zst
mandoc-db1cc603d2086d77273cf9470a5d8446ddd92076.zip
A few more macros in -Thtml.
Diffstat (limited to 'chars.in')
-rw-r--r--chars.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/chars.in b/chars.in
index d2620e31..d7988f5d 100644
--- a/chars.in
+++ b/chars.in
@@ -1,4 +1,4 @@
-/* $Id: chars.in,v 1.6 2009/09/21 14:40:31 kristaps Exp $ */
+/* $Id: chars.in,v 1.7 2009/09/21 23:12:08 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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)