diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-11-29 15:45:15 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-11-29 15:45:15 +0000 |
commit | 3bf902d15d0372b6a9e98f91fe4d29f271932d79 (patch) | |
tree | 1e8f21d2a6ae80420a5e89af2cf16c49e89bddc2 /main.c | |
parent | 5c8d5a8cd342f90796637f556e972777198be148 (diff) | |
download | mandoc-3bf902d15d0372b6a9e98f91fe4d29f271932d79.tar.gz |
Remove left-over rsord[] in mdoc_actions.c.
Remove MANDOCERR_BADLIB (not used).
Moved `St' handling from mdoc_action.c into mdoc_validate.c.
Moved relevant MDOC_LITERAL macros (`Dl', `Bd' subtypes) from
mdoc_action.c into mdoc_validate.c.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -125,8 +125,6 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "out of order prologue", "repeated prologue entry", "list type must come first", - "bad standard", - "bad library", "tab in non-literal context", "bad escape sequence", "unterminated quoted string", @@ -145,6 +143,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "bad Boolean value", "child violates parent syntax", "bad AT&T symbol", + "bad standard", "list type repeated", "display type repeated", "argument repeated", |