summaryrefslogtreecommitdiffstats
path: root/chars.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-09-23 09:06:44 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-09-23 09:06:44 +0000
commit3a70814703538782086ea580f561e4171f9d5f56 (patch)
tree8f019f727cc331e98dab15b77132d3f58d86e840 /chars.c
parent75b9a7d975b987f1b08c0c62b7b698e6312801f9 (diff)
downloadmandoc-3a70814703538782086ea580f561e4171f9d5f56.tar.gz
Sync'd special letters and ligatures with newest groff.
Diffstat (limited to 'chars.c')
-rw-r--r--chars.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chars.c b/chars.c
index c0993d69..630ffd6a 100644
--- a/chars.c
+++ b/chars.c
@@ -38,7 +38,7 @@ struct ln {
#define CHARS_BOTH (0x03)
};
-#define LINES_MAX 333
+#define LINES_MAX 337
#define CHAR(w, x, y, z, a, b) \
{ NULL, (w), (y), (a), (x), (z), (b), CHARS_CHAR },