From ea02c27746628977c16bd9f8665b1ceed267c88f Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 15 Sep 2010 13:10:30 +0000 Subject: Remove last pod2man escapes. These render ok, although \*(-- renders as O- because the underlying macro depends on \(*W, which a prior pod2man preamble `tr' macro rewrites as "-". This is an error in groff as this tramples on the real \(*W, or Greek omega. --- chars.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chars.c') diff --git a/chars.c b/chars.c index 17d16850..5288abbe 100644 --- a/chars.c +++ b/chars.c @@ -40,7 +40,7 @@ struct ln { #define CHARS_BOTH (CHARS_CHAR | CHARS_STRING) }; -#define LINES_MAX 362 +#define LINES_MAX 351 #define CHAR(in, ch, code) \ { NULL, (in), (ch), (code), CHARS_CHAR }, -- cgit