diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-08-29 11:36:49 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-08-29 11:36:49 +0000 |
commit | 5696b7afc6b470e48cc24a9c34fa2c4a29179e97 (patch) | |
tree | 4e41ee41eaca21387f477d09f39c26c754444298 /chars.c | |
parent | a98d254132a47ab6826511a1ab1dcd7763e588c1 (diff) | |
download | mandoc-5696b7afc6b470e48cc24a9c34fa2c4a29179e97.tar.gz |
Remove the pod2man table entries. They can now be properly read and
assigned within the pod2man preamble.
Diffstat (limited to 'chars.c')
-rw-r--r-- | chars.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ struct ln { #define CHARS_BOTH (CHARS_CHAR | CHARS_STRING) }; -#define LINES_MAX 369 +#define LINES_MAX 362 #define CHAR(in, ch, code) \ { NULL, (in), (ch), (code), CHARS_CHAR }, |