]> git.cameronkatri.com Git - mandoc.git/blobdiff - main.c
Re-ordering of roff requests as per OpenBSD.
[mandoc.git] / main.c
diff --git a/main.c b/main.c
index e8031ae2e2b9ea7b3bd0409c95c2406bcca8fbd2..1664825d874c71517bb31780baad8acaec0b47c7 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/*     $Id: main.c,v 1.109 2010/11/29 15:45:15 kristaps Exp $ */
+/*     $Id: main.c,v 1.110 2010/12/01 10:31:34 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org>
@@ -159,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",