=================================================================== RCS file: /cvs/mandoc/main.c,v retrieving revision 1.115 retrieving revision 1.120 diff -u -p -r1.115 -r1.120 --- mandoc/main.c 2010/12/02 20:41:46 1.115 +++ mandoc/main.c 2010/12/06 15:31:19 1.120 @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.115 2010/12/02 20:41:46 schwarze Exp $ */ +/* $Id: main.c,v 1.120 2010/12/06 15:31:19 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * Copyright (c) 2010 Ingo Schwarze @@ -133,7 +133,6 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "bad escape sequence", "unterminated quoted string", "argument requires the width argument", - "superfluous width argument", "bad date argument", "bad width argument", "unknown manual section", @@ -145,7 +144,9 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "NAME section must come first", "bad Boolean value", + "unknown font", "child violates parent syntax", + "displays may not be nested", "bad AT&T symbol", "bad standard", "list type repeated", @@ -169,6 +170,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "request scope close w/none open", "scope already open", "scope open on exit", + "uname(3) system call failed", "macro requires line argument(s)", "macro requires body argument(s)", "macro requires argument(s)", @@ -183,10 +185,10 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "generic fatal error", "column syntax is inconsistent", - "displays may not be nested", "unsupported display type", "blocks badly nested", "no such block is open", + "missing end of block", "line scope broken, syntax violated", "argument count wrong, violates syntax", "child violates parent syntax", @@ -194,7 +196,6 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "NOT IMPLEMENTED: .so with absolute path or \"..\"", "no document body", "no document prologue", - "utsname system call failed", "static buffer exhausted", };