From e34c2321124c803bff9ccbde7eadf95994ead351 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 28 Jan 2015 21:11:53 +0000 Subject: Clean up eqn(7) error handling: * When "define" fails, do not drop the whole equation. * Free memory after "undef". * Use standard mandoc error types instead of rolling our own. * Delete obfuscating EQN_MSG() macro. * Add function prototypes while here. --- mandoc.1 | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'mandoc.1') diff --git a/mandoc.1 b/mandoc.1 index 5e0d731a..09c6be13 100644 --- a/mandoc.1 +++ b/mandoc.1 @@ -1,4 +1,4 @@ -.\" $Id: mandoc.1,v 1.139 2015/01/28 17:32:07 schwarze Exp $ +.\" $Id: mandoc.1,v 1.140 2015/01/28 21:11:53 schwarze Exp $ .\" .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons .\" Copyright (c) 2012, 2014, 2015 Ingo Schwarze @@ -1291,13 +1291,6 @@ Data provided for this cell is ignored, and nothing is printed in the cell. A table layout specification contains more than two consecutive vertical bars. A double bar is printed, all additional bars are discarded. .El -.Ss "Errors related to equations" -.Bl -inset -compact -.It "unexpected equation scope closure" -.It "equation scope open on exit" -.It "overlapping equation scopes" -.It "unexpected end of equation" -.El .Ss "Errors related to tables" .Bl -ohang .It Sy "non-alphabetic character in tbl options" -- cgit v1.2.3