summary refs log tree commit diff
path: root/bin/man1/hilex.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-12 22:24:33 -0500
committerJune McEnroe <june@causal.agency>2021-01-12 22:24:33 -0500
commita76cc474b8765c547ea033095b8d170cd0f60845 (patch)
tree2b1774328afaee992c92bc253726388776da0cb9 /bin/man1/hilex.1
parentMove hilex out of hilex directory (diff)
downloadsrc-a76cc474b8765c547ea033095b8d170cd0f60845.tar.gz
src-a76cc474b8765c547ea033095b8d170cd0f60845.zip
Don't output a pre in hilex by default
Diffstat (limited to '')
-rw-r--r--bin/man1/hilex.146
1 files changed, 21 insertions, 25 deletions
diff --git a/bin/man1/hilex.1 b/bin/man1/hilex.1
index 858c8565..aec57860 100644
--- a/bin/man1/hilex.1
+++ b/bin/man1/hilex.1
@@ -67,11 +67,8 @@ Output ANSI terminal control sequences.
 .
 .It Cm html
 Output HTML
-.Sy <span>
-elements
-within a
-.Sy <pre>
-element.
+.Sy span
+elements.
 Each element has the classes
 .Sy hilex
 and one of the following:
@@ -89,43 +86,42 @@ and one of the following:
 .Pp
 The options are as follows:
 .Bl -tag -width "title=..."
+.It Cm document
+Output an HTML document containing a
+.Sy pre
+element.
+.It Cm inline
+Output inline style attributes
+rather than classes.
+.It Cm pre
+Wrap the output in a
+.Sy pre
+element with the class
+.Sy hilex .
 .It Cm style Ns = Ns Ar url
 With
 .Cm document ,
-output a
-.Sy <link>
-element for the external stylesheet
+use the external stylesheet
 .Ar url .
 If unset,
-output default styles in a
-.Sy <style>
-element.
-.
-.It Cm document
-Output an HTML document containing the
-.Sy <pre>
-element.
-.
-.It Cm inline
-Output inline
+default styles are included in a
 .Sy style
-attributes rather than classes.
-.
+element.
 .It Cm tab Ns = Ns Ar n
 With
-.Cm document
+.Cm document ,
+.Cm inline
 or
-.Cm inline ,
+.Cm pre ,
 set the
 .Sy tab-size
 property to
 .Ar n .
-.
 .It Cm title Ns = Ns Ar ...
 With
 .Cm document ,
 set the
-.Sy <title>
+.Sy title
 element text.
 The default title is the same as
 .Ar name .