summaryrefslogtreecommitdiff
path: root/tmac/www.tmac
diff options
context:
space:
mode:
Diffstat (limited to 'tmac/www.tmac')
-rw-r--r--tmac/www.tmac14
1 files changed, 6 insertions, 8 deletions
diff --git a/tmac/www.tmac b/tmac/www.tmac
index 0dd387af..5f1d491d 100644
--- a/tmac/www.tmac
+++ b/tmac/www.tmac
@@ -256,15 +256,14 @@ www functionality. It should work with any macro set.
.\" --------------------------------------------------------------------
.
.\" --------------------------------------------------------------------
-.\" HTML (<address> <description> [<punctuation>])
+.\" HTML
.\"
.\" the main auxiliary macro for the HTML interface
.\"
.de HTML
. if \\n[www-html] \{\
-. \" the following line makes the vertical mode leave, so to say
-. nop \&
-. nop \X^html:\\$*^
+. \" the `\&' makes the vertical mode leave, so to say
+. nop \&\X^html:\\$*^
. \}
..
.\"
@@ -413,9 +412,8 @@ www functionality. It should work with any macro set.
.\"
.de HTML-TAG
. if \\n[www-html] \{\
-. \" the following line makes the vertical mode leave, so to say
-. nop \&
-. nop \X^html-tag:\\$*^
+. \" the `\&' makes the vertical mode leave, so to say
+. nop \&\X^html-tag:\\$*^
. \}
..
.\" --------------------------------------------------------------------
@@ -711,7 +709,7 @@ www functionality. It should work with any macro set.
.\" HTL
.\"
.\" Generate an HTML title only. This differs from the -ms .TL macro
-.\" which generates both an HTML title and a H1 heading.
+.\" which generates both an HTML title and an H1 heading.
.\"
.\" This is useful when an author wishes to use a HTML title as search
.\" engine fodder but a graphic title in the document.