]> git.cameronkatri.com Git - mandoc.git/blobdiff - main.c
Make -T[x]html for tables structure cells with a width. I don't
[mandoc.git] / main.c
diff --git a/main.c b/main.c
index 9368f37c4eea6da5651e6176d9dc3cec00204e24..2be68a9350b9a64dfbb761eb75061221ed1f3da3 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1,6 +1,6 @@
-/*     $Id: main.c,v 1.132 2011/01/03 13:54:02 kristaps Exp $ */
+/*     $Id: main.c,v 1.135 2011/01/04 15:02:00 kristaps Exp $ */
 /*
- * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
+ * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org>
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -153,6 +153,7 @@ static      const char * const      mandocerrs[MANDOCERR_MAX] = {
 
        /* related to missing macro arguments */
        "skipping empty macro",
+       "argument count wrong",
        "missing display type",
        "list type must come first",
        "tag lists require a width argument",
@@ -188,6 +189,9 @@ static      const char * const      mandocerrs[MANDOCERR_MAX] = {
        "bad table layout",
        "no table layout cells specified",
        "no table data cells specified",
+       "ignore data in cell",
+       "data block still open",
+
        "input stack limit exceeded, infinite loop?",
        "skipping bad character",
        "skipping text before the first section header",