aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/chars.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-09-23 11:02:21 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-09-23 11:02:21 +0000
commit4c3d90105c77097d38322207787afff44c55ef21 (patch)
tree65eb547f2a01ebd6e7a56dbecc175880b2c76103 /chars.c
parentd39725c527266611cea7450058274529a282d4ee (diff)
downloadmandoc-4c3d90105c77097d38322207787afff44c55ef21.tar.gz
mandoc-4c3d90105c77097d38322207787afff44c55ef21.tar.zst
mandoc-4c3d90105c77097d38322207787afff44c55ef21.zip
All special characters sync'd with groff, both -Thtml and -Tascii.
Re-added text links to index.sgml (just for show).
Diffstat (limited to 'chars.c')
-rw-r--r--chars.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chars.c b/chars.c
index c4d7e7b1..4db245cb 100644
--- a/chars.c
+++ b/chars.c
@@ -1,4 +1,4 @@
-/* $Id: chars.c,v 1.8 2009/09/23 09:06:44 kristaps Exp $ */
+/* $Id: chars.c,v 1.9 2009/09/23 11:02:21 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -38,7 +38,7 @@ struct ln {
#define CHARS_BOTH (0x03)
};
-#define LINES_MAX 337
+#define LINES_MAX 351
#define CHAR(w, x, y, z, a, b) \
{ NULL, (w), (y), (a), (x), (z), (b), CHARS_CHAR },