summaryrefslogtreecommitdiff
path: root/tmac/groff_www.man
diff options
context:
space:
mode:
authorwl <wl>2008-01-19 20:50:32 +0000
committerwl <wl>2008-01-19 20:50:32 +0000
commitedf066384c731dc8fa1014b054b328e275587564 (patch)
treeec55fff2d1a089ff1614d8f202a68941937a56ed /tmac/groff_www.man
parentd4810e5dd58431beef467e9899caf2b17e786d15 (diff)
downloadgroff-edf066384c731dc8fa1014b054b328e275587564.tar.gz
* src/preproc/html/pre-html.cpp (usage): Don't describe options but
mention that it should never be called stand-alone. * tmac/groff_www.man, doc/groff.texinfo, man/groff_font.man, man/groff_tmac.man, man/groff_out.man, README, README.MinGW, src/roff/groff/groff.man: Mention -Txhtml. * man/groff_font.man, man/groff_tmac.man, man/roff.man: Revised.
Diffstat (limited to 'tmac/groff_www.man')
-rw-r--r--tmac/groff_www.man26
1 files changed, 21 insertions, 5 deletions
diff --git a/tmac/groff_www.man b/tmac/groff_www.man
index c9d88d4c..1af3195f 100644
--- a/tmac/groff_www.man
+++ b/tmac/groff_www.man
@@ -1,5 +1,5 @@
.TH GROFF_WWW @MAN7EXT@ "@MDATE@" "Groff Version @VERSION@"
-.\" Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006
+.\" Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008
.\" Free Software Foundation, Inc.
.\" Written by Gaius Mulley (gaius@glam.ac.uk)
.\"
@@ -55,7 +55,9 @@ chance to test it.
Note that this macro file is automatically called (via the
.B troffrc
file) if you use
-.BR \-Thtml .
+.B \-Thtml
+or
+.BR \-Txhtml .
.PP
To see the hyperlinks in action, please format this man page with the
.B \%grohtml
@@ -185,6 +187,8 @@ Here is how to encode
.IP
If this is processed by a device other than
.B \-Thtml
+or
+.B \-Txhtml
it appears as:
.RS
.IP
@@ -224,7 +228,9 @@ To circumvent this,
.B www.tmac
inserts a zero-width character which expands to a harmless space (only if
run with
-.BR \-Thtml ).
+.B \-Thtml
+or
+.BR \-Txhtml ).
.
.TP
.B .FTP url [description] [after]
@@ -302,6 +308,8 @@ and
.BR pnmtops .
If the document isn't processed with
.B \-Thtml
+or
+.B \-Txhtml
it is necessary to use the
.B \-U
option of groff.
@@ -397,6 +405,8 @@ End heading.
Force \%grohtml to place the automatically generated links at this position.
If this manual page has been processed with
.B \-Thtml
+or
+.B \-Txhtml
those links can be seen right here.
.
.LK
@@ -404,7 +414,9 @@ those links can be seen right here.
.TP
.B .HR
Generate a full-width horizontal rule for
-.BR \-Thtml .
+.B \-Thtml
+and
+.BR \-Txhtml .
No effect for all other devices.
.
.TP
@@ -428,7 +440,9 @@ The macro terminates when a space or break is seen (.sp, .br).
.B .HEAD
Add arbitrary HTML data to the <head> block.
Ignored if not processed with
-.BR \-Thtml .
+.B \-Thtml
+or
+.BR \-Txhtml .
Example:
.RS
.IP
@@ -446,6 +460,8 @@ Example:
All text after this macro is treated as raw html.
If the document is processed without
.B \-Thtml
+or
+.B \-Txhtml
then the macro is ignored.
Internally, this macro is used as a building block for other higher-level
macros.