![]() ![]() | ![]() |
version 1.102, 2012/05/31 22:29:13 | version 1.104, 2012/07/18 11:11:12 | ||
---|---|---|---|
|
|
||
MANDOCERR_SO, /* .so is fragile, better use ln(1) */ | MANDOCERR_SO, /* .so is fragile, better use ln(1) */ | ||
MANDOCERR_NAMESECFIRST, /* NAME section must come first */ | MANDOCERR_NAMESECFIRST, /* NAME section must come first */ | ||
MANDOCERR_BADNAMESEC, /* bad NAME section contents */ | MANDOCERR_BADNAMESEC, /* bad NAME section contents */ | ||
MANDOCERR_NONAME, /* manual name not yet set */ | |||
MANDOCERR_SECOOO, /* sections out of conventional order */ | MANDOCERR_SECOOO, /* sections out of conventional order */ | ||
MANDOCERR_SECREP, /* duplicate section name */ | MANDOCERR_SECREP, /* duplicate section name */ | ||
MANDOCERR_SECMSEC, /* section not in conventional manual section */ | MANDOCERR_SECMSEC, /* section not in conventional manual section */ | ||
|
|
||
/* related to macros and nesting */ | /* related to macros and nesting */ | ||
MANDOCERR_MACROOBS, /* skipping obsolete macro */ | MANDOCERR_MACROOBS, /* skipping obsolete macro */ | ||
MANDOCERR_IGNPAR, /* skipping paragraph macro */ | MANDOCERR_IGNPAR, /* skipping paragraph macro */ | ||
MANDOCERR_MOVEPAR, /* moving paragraph macro out of list */ | |||
MANDOCERR_IGNNS, /* skipping no-space macro */ | MANDOCERR_IGNNS, /* skipping no-space macro */ | ||
MANDOCERR_SCOPENEST, /* blocks badly nested */ | MANDOCERR_SCOPENEST, /* blocks badly nested */ | ||
MANDOCERR_CHILD, /* child violates parent syntax */ | MANDOCERR_CHILD, /* child violates parent syntax */ | ||
|
|
||
MANDOCERR_ROFFLOOP, /* input stack limit exceeded, infinite loop? */ | MANDOCERR_ROFFLOOP, /* input stack limit exceeded, infinite loop? */ | ||
MANDOCERR_BADCHAR, /* skipping bad character */ | MANDOCERR_BADCHAR, /* skipping bad character */ | ||
MANDOCERR_NAMESC, /* escaped character not allowed in a name */ | MANDOCERR_NAMESC, /* escaped character not allowed in a name */ | ||
MANDOCERR_NONAME, /* manual name not yet set */ | |||
MANDOCERR_NOTEXT, /* skipping text before the first section header */ | MANDOCERR_NOTEXT, /* skipping text before the first section header */ | ||
MANDOCERR_MACRO, /* skipping unknown macro */ | MANDOCERR_MACRO, /* skipping unknown macro */ | ||
MANDOCERR_REQUEST, /* NOT IMPLEMENTED: skipping request */ | MANDOCERR_REQUEST, /* NOT IMPLEMENTED: skipping request */ |