aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit3f1554e5fce2fec1311a3339baa46cb6ce50427a (patch)
tree332994c67a13202df002590784b3a6e139a8c0eb /eqn.7
parent6decd93042fda6f9a43621dcef0213f089f3d20f (diff)
downloadmandoc-3f1554e5fce2fec1311a3339baa46cb6ce50427a.tar.gz
mandoc-3f1554e5fce2fec1311a3339baa46cb6ce50427a.tar.zst
mandoc-3f1554e5fce2fec1311a3339baa46cb6ce50427a.zip
Note that equation definitions are nestable.
Diffstat (limited to 'eqn.7')
-rw-r--r--eqn.710
1 files changed, 7 insertions, 3 deletions
diff --git a/eqn.7 b/eqn.7
index ef9b92f8..1eaf156f 100644
--- a/eqn.7
+++ b/eqn.7
@@ -1,4 +1,4 @@
-.\" $Id: eqn.7,v 1.3 2011/07/17 14:08:49 kristaps Exp $
+.\" $Id: eqn.7,v 1.4 2011/07/18 13:47:38 kristaps Exp $
.\"
.\" Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: July 17 2011 $
+.Dd $Mdocdate: July 18 2011 $
.Dt EQN 7
.Os
.Sh NAME
@@ -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.