summaryrefslogtreecommitdiffstats
path: root/index.sgml
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-07-23 18:41:18 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-07-23 18:41:18 +0000
commit44d2f7a5fb2e3d577c9344af556326294473069d (patch)
tree1ecbd175921931b31834c13fdf382939af9b3d6a /index.sgml
parent806c80ef1d9f307a8386c90d661a9d26f212190c (diff)
downloadmandoc-44d2f7a5fb2e3d577c9344af556326294473069d.tar.gz
Add support for tdefine and ndefine. Consolidate some error messages. Add
somem more version notes (getting there). Have the equation nanme be captured.
Diffstat (limited to 'index.sgml')
-rw-r--r--index.sgml8
1 files changed, 5 insertions, 3 deletions
diff --git a/index.sgml b/index.sgml
index 60386bcb..3dd46ffc 100644
--- a/index.sgml
+++ b/index.sgml
@@ -314,9 +314,11 @@
xx-07-2011: version 1.11.5
</P>
<P>
- Significant <A HREF="eqn.7.html">eqn</A> improvements. <SPAN CLASS="nm">mdocml</SPAN> can now parse arbitrary equations
- (although few GNU troff extensions are accepted, nor is mixing low-level roff with eqn). See the <A
- HREF="eqn.7.html">eqn</A> manual for details. For the time being, equations are rendered as simple in-line text.
+ Significant <A HREF="eqn.7.html">eqn</A> improvements. <SPAN CLASS="nm">mdocml</SPAN> can now parse arbitrary eqn input
+ (although few GNU extensions are accepted, nor is mixing low-level roff with eqn). See the <A HREF="eqn.7.html">eqn</A>
+ manual for details. For the time being, equations are rendered as simple in-line text. The equation parser satisfies
+ the language specified in the <A CLASS="external" HREF="http://www.kohala.com/start/troff/v7man/eqn/eqn2e.ps">Second
+ Edition eqn User's Guide</A>.
</P>
<P CLASS="news">
12-07-2011: version 1.11.4