From 9830303b6541ca2717331d52b40997c9e566a48b Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 7 Nov 2011 01:24:40 +0000 Subject: When the HEAD scope of .TP is broken by another block macro, do not abort with a FATAL error, but report a report a WARNING, remove the broken .TP from the syntax tree, and prod on. Reported repeatedly by ports people, at least by brad@ and jeremy@. Also fixes rendition(4) in Xenocara. ok kristaps@ --- read.c | 1 - 1 file changed, 1 deletion(-) (limited to 'read.c') diff --git a/read.c b/read.c index d97c944b..dd456468 100644 --- a/read.c +++ b/read.c @@ -192,7 +192,6 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "not a manual", "column syntax is inconsistent", "NOT IMPLEMENTED: .Bd -file", - "line scope broken, syntax violated", "argument count wrong, violates syntax", "child violates parent syntax", "argument count wrong, violates syntax", -- cgit