diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-07-22 12:55:02 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-07-22 12:55:02 +0000 |
commit | ef8ac52af2edf966a10f6060c0cbf8fac09c298d (patch) | |
tree | 2d3e5761d6d6eb7f1a4ac4aadc01800c8d8def63 /eqn.7 | |
parent | 16b40a0ceac84afe1ca3122b48c8cb7ef28111cf (diff) | |
download | mandoc-ef8ac52af2edf966a10f6060c0cbf8fac09c298d.tar.gz |
Fix left/right nesting in eqn.
Diffstat (limited to 'eqn.7')
-rw-r--r-- | eqn.7 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ box : text | pile { list } | font box | SIZE text box - | LEFT text box [RIGHT text] + | LEFT text eqn [RIGHT text] text : TEXT pile : LPILE | CPILE |