diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-01-28 21:11:53 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-01-28 21:11:53 +0000 |
commit | 38def923d97b88a054e0bce2b8822bc014288458 (patch) | |
tree | 582cb385e1c346015f355bf7124ff9c95a5e9723 /mandoc.1 | |
parent | d04af2267985bcac279f3ffad1ce6ee9fec2d44f (diff) | |
download | mandoc-38def923d97b88a054e0bce2b8822bc014288458.tar.gz |
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.
Diffstat (limited to 'mandoc.1')
-rw-r--r-- | mandoc.1 | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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" |