=================================================================== RCS file: /cvs/mandoc/main.c,v retrieving revision 1.115 retrieving revision 1.119 diff -u -p -r1.115 -r1.119 --- mandoc/main.c 2010/12/02 20:41:46 1.115 +++ mandoc/main.c 2010/12/06 11:01:19 1.119 @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.115 2010/12/02 20:41:46 schwarze Exp $ */ +/* $Id: main.c,v 1.119 2010/12/06 11:01: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", @@ -146,6 +145,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "NAME section must come first", "bad Boolean value", "child violates parent syntax", + "displays may not be nested", "bad AT&T symbol", "bad standard", "list type repeated", @@ -169,6 +169,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 +184,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 +195,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", };