diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-07-21 12:34:09 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-07-21 12:34:09 +0000 |
commit | 5bbaf34f67268b1270c7dd46448c7cf7556805f8 (patch) | |
tree | c7421ac28ab3980b7037ef9fbf2577a5e0e3c4c7 /eqn.7 | |
parent | 29705bfc7b3e67b1a949858f4629bf261e31def1 (diff) | |
download | mandoc-5bbaf34f67268b1270c7dd46448c7cf7556805f8.tar.gz |
Document `{, }' subexpressions in eqn.7.
Diffstat (limited to 'eqn.7')
-rw-r--r-- | eqn.7 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ The equation grammar is as follows: .Bd -literal -offset indent eqn : box | eqn box box : text + | { eqn } | DEFINE text text | SET text text | UNDEF text |