]> git.cameronkatri.com Git - mandoc.git/blobdiff - main.c
Plan9 has a man(7) implementation that looks extremely archaic,
[mandoc.git] / main.c
diff --git a/main.c b/main.c
index 131068ff9ac803d5006f8c6544df2d3218582fd5..5e5080cca4c45b9d69e8b75e2de85ced0df086e1 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/*     $Id: main.c,v 1.125 2010/12/22 11:38:17 kristaps Exp $ */
+/*     $Id: main.c,v 1.127 2010/12/29 14:38:14 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org>
 /*
  * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org>
@@ -179,6 +179,10 @@ static     const char * const      mandocerrs[MANDOCERR_MAX] = {
 
        "generic error",
 
 
        "generic error",
 
+       "bad table syntax",
+       "bad table option",
+       "bad table layout",
+       "no table layout cells specified",
        "input stack limit exceeded, infinite loop?",
        "skipping bad character",
        "skipping text before the first section header",
        "input stack limit exceeded, infinite loop?",
        "skipping bad character",
        "skipping text before the first section header",