summaryrefslogtreecommitdiffstatshomepage
path: root/main.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-29 14:38:14 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-29 14:38:14 +0000
commite66333ee27414556c8aac46398d7119658673b54 (patch)
tree6375114ad82a58e3d26b9e16b3d1a48c219a1ec7 /main.c
parentcd4631099c26cb2f78a75750a291b6c71f83c36d (diff)
downloadmandoc-e66333ee27414556c8aac46398d7119658673b54.tar.gz
mandoc-e66333ee27414556c8aac46398d7119658673b54.tar.zst
mandoc-e66333ee27414556c8aac46398d7119658673b54.zip
Merge, with considerable changes, tbl.bsd.lv's layout-handling code.
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.c b/main.c
index 543f13fa..5e5080cc 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.126 2010/12/29 01:16:57 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>
@@ -181,6 +181,8 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"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",