From c13cf29fb280ec0bdd7e124d786f95c82f3e2c71 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 12 Jul 2009 20:50:08 +0000 Subject: Replacement of `Lb' in mdoc_action.c. Added warning against bogus `Lb' (like groff does). Added proper quotes around `Lb' in mdoc_term.c. Moved mdoc_a2lib -> libmdoc (where it belongs). --- mdoc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mdoc.c') diff --git a/mdoc.c b/mdoc.c index 42141d63..74c5262d 100644 --- a/mdoc.c +++ b/mdoc.c @@ -79,6 +79,7 @@ const char *const __mdoc_merrnames[MERRMAX] = { "unterminated quoted phrase", /* EQUOTPHR */ "closure macro without prior context", /* ENOCTX */ "invalid whitespace after control character", /* ESPACE */ + "no description found for library" /* ELIB */ }; const char *const __mdoc_macronames[MDOC_MAX] = { -- cgit