aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/chars.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-03-23 13:25:01 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-03-23 13:25:01 +0000
commitf49385678f3ff1114dfbe1c696dd4c1a022284ab (patch)
tree74ffd7a07979ac2a03a24551d866b2277e8ee85c /chars.c
parent6adf409de7c4eda9b16c15d90820919fcd5150c2 (diff)
downloadmandoc-f49385678f3ff1114dfbe1c696dd4c1a022284ab.tar.gz
mandoc-f49385678f3ff1114dfbe1c696dd4c1a022284ab.tar.zst
mandoc-f49385678f3ff1114dfbe1c696dd4c1a022284ab.zip
Added stupid pod2man reserved strings.
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 c6cf693f..461ac067 100644
--- a/chars.c
+++ b/chars.c
@@ -1,4 +1,4 @@
-/* $Id: chars.c,v 1.16 2010/01/28 06:04:59 kristaps Exp $ */
+/* $Id: chars.c,v 1.17 2010/03/23 13:25:01 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -42,7 +42,7 @@ struct ln {
#define CHARS_BOTH (CHARS_CHAR | CHARS_STRING)
};
-#define LINES_MAX 350
+#define LINES_MAX 369
#define CHAR(w, x, y, z, a, b) \
{ NULL, (w), (y), (a), (x), (z), (b), CHARS_CHAR },