summaryrefslogtreecommitdiffstats
path: root/mdoc.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-07-12 20:50:08 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-07-12 20:50:08 +0000
commitc13cf29fb280ec0bdd7e124d786f95c82f3e2c71 (patch)
tree13b84acd5935bc9ef1ec19bc12454c9e5f8a3d04 /mdoc.c
parentf73e57538b043ce8b2e27e9f5acc7d95ea3e332f (diff)
downloadmandoc-c13cf29fb280ec0bdd7e124d786f95c82f3e2c71.tar.gz
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).
Diffstat (limited to 'mdoc.c')
-rw-r--r--mdoc.c1
1 files changed, 1 insertions, 0 deletions
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] = {