X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/7dd5c61d801d065c98fea61d76ccc782ac3de66f..1c61a1b1241d9362e411865da7ea7cd895d7cc2f:/main.c?ds=inline diff --git a/main.c b/main.c index f1d64062..1664825d 100644 --- a/main.c +++ b/main.c @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.106 2010/09/26 20:22:28 schwarze Exp $ */ +/* $Id: main.c,v 1.110 2010/12/01 10:31:34 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * Copyright (c) 2010 Ingo Schwarze @@ -125,14 +125,11 @@ 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", "argument requires the width argument", "superfluous width argument", - "ignoring argument", "bad date argument", "bad width argument", "unknown manual section", @@ -146,9 +143,11 @@ 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", + "ignoring argument", "manual name not yet set", "obsolete macro ignored", "empty macro ignored", @@ -160,6 +159,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "no text in this context", "bad comment style", "unknown macro will be lost", + "NOT IMPLEMENTED: skipping request", "line scope broken", "argument count wrong", "request scope close w/none open", @@ -174,6 +174,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "missing font type", "line argument(s) will be lost", "body argument(s) will be lost", + "paragraph macro ignored", "generic fatal error",