summary refs log tree commit diff
path: root/bin/man1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-02-09 16:50:41 -0500
committerJune McEnroe <june@causal.agency>2019-02-09 16:50:41 -0500
commit8f661c130b2c79761475f3f620e48a52fa53b2e0 (patch)
tree42613d81cead6e80af2e36a176a3845722953c6c /bin/man1
parentCombine all Keyword patterns (diff)
downloadsrc-8f661c130b2c79761475f3f620e48a52fa53b2e0.tar.gz
src-8f661c130b2c79761475f3f620e48a52fa53b2e0.zip
Add css and inline HTML options to hi
Diffstat (limited to 'bin/man1')
-rw-r--r--bin/man1/hi.126
1 files changed, 22 insertions, 4 deletions
diff --git a/bin/man1/hi.1 b/bin/man1/hi.1
index e1ab5b5b..befb1a69 100644
--- a/bin/man1/hi.1
+++ b/bin/man1/hi.1
@@ -1,4 +1,4 @@
-.Dd February 7, 2019
+.Dd February 9, 2019
 .Dt HI 1
 .Os
 .
@@ -72,13 +72,31 @@ classes.
 The options are as follows:
 .Bl -tag -width "title=..."
 .It Cm document
-Output an HTML document
-with inline CSS.
+Output an HTML document.
 .It Cm title Ns = Ns Ar ...
-Set the title of the HTML document.
+With
+.Cm document ,
+set the
+.Sy <title>
+element text.
 The default title is the
 .Ar file
 name.
+.It Cm css Ns = Ns Ar url
+With
+.Cm document ,
+output a
+.Sy <link>
+element for the external stylesheet
+.Ar url .
+If unset,
+output default styles in a
+.Sy <style>
+element.
+.It Cm inline
+Output inline
+.Sy style
+attributes rather than classes.
 .El
 .El
 .