From 543980ff972d5b50a51593a306420bb65fbf6b61 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 4 Jan 2011 12:06:21 +0000 Subject: Fix to make horizontal spanners in the layout be properly printed. mandoc also now warns (so does tbl(1)) if a horizontal spanner is specified along with data. While here, fix up some documentation and uncomment the tbl reference. --- main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index 2289de8a..63b778f4 100644 --- a/main.c +++ b/main.c @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.133 2011/01/03 23:53:51 schwarze Exp $ */ +/* $Id: main.c,v 1.134 2011/01/04 12:06:21 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010 Ingo Schwarze @@ -189,6 +189,8 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "bad table layout", "no table layout cells specified", "no table data cells specified", + "ignore data in cell", + "input stack limit exceeded, infinite loop?", "skipping bad character", "skipping text before the first section header", -- cgit v1.2.3