summaryrefslogtreecommitdiffstats
path: root/chars.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-04-20 22:50:22 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-04-20 22:50:22 +0000
commit60f32354c113d9af86f70f30e024d6e1eca66e63 (patch)
tree691a1f7e8cbe510737193509a49827f0d2ed097f /chars.c
parent28f9fee25bc0d8859b0400d14433644687182bfb (diff)
downloadmandoc-60f32354c113d9af86f70f30e024d6e1eca66e63.tar.gz
Add \*(Ai (ANSI) and \*(Px (POSIX) predefined strings, which are part of
groff's tmac.doc package. Originally noted by Matthew Dempsky. Feedback by Jason McIntyre, joerg@, and schwarze@. Also add some documentation about predefined strings, tweaked by schwarze@.
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 bd1edf6c..61569f88 100644
--- a/chars.c
+++ b/chars.c
@@ -41,7 +41,7 @@ struct ln {
#define CHARS_BOTH (CHARS_CHAR | CHARS_STRING)
};
-#define LINES_MAX 351
+#define LINES_MAX 353
#define CHAR(in, ch, code) \
{ NULL, (in), (ch), (code), CHARS_CHAR },