summaryrefslogtreecommitdiffstats
path: root/eqn.7
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-07-18 13:47:38 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-07-18 13:47:38 +0000
commit5de7ba484459983132135dc10ddf780000569281 (patch)
treec59ca4666521a5e69baae3203182314103ee1fc0 /eqn.7
parent736e751e88d09fa8d2599bf7c4afdef6ab81f9fd (diff)
downloadmandoc-5de7ba484459983132135dc10ddf780000569281.tar.gz
Note that equation definitions are nestable.
Diffstat (limited to 'eqn.7')
-rw-r--r--eqn.76
1 files changed, 5 insertions, 1 deletions
diff --git a/eqn.7 b/eqn.7
index 46540b8d..c40d8d9e 100644
--- a/eqn.7
+++ b/eqn.7
@@ -90,8 +90,12 @@ Note that a quoted
causes errors in some
.Nm
implementations and should not be considered portable.
+Definitions may refer to other definitions; these are evaluated
+recursively when text replacement occurs and not when the definition is
+created.
+Self-referencing definitions will raise an error.
.It Cm set
-Set an equation mode.
+Set an equation mode.
Both arguments are thrown away.
.It Cm undef
Unset a previously-defined key.