summary refs log tree commit diff
path: root/bin/man1/hi.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-02-09 18:08:48 -0500
committerJune McEnroe <june@causal.agency>2019-02-09 18:08:48 -0500
commitbf079f455282b2e0b9984ce299faa8e309146ff7 (patch)
treef9a1fdbef4fb23a91fb3f6ffb1b37422ab3ae3c2 /bin/man1/hi.1
parentAdd css and inline HTML options to hi (diff)
downloadsrc-bf079f455282b2e0b9984ce299faa8e309146ff7.tar.gz
src-bf079f455282b2e0b9984ce299faa8e309146ff7.zip
Add tab option to HTML output of hi
Diffstat (limited to 'bin/man1/hi.1')
-rw-r--r--bin/man1/hi.131
1 files changed, 20 insertions, 11 deletions
diff --git a/bin/man1/hi.1 b/bin/man1/hi.1
index befb1a69..046b6384 100644
--- a/bin/man1/hi.1
+++ b/bin/man1/hi.1
@@ -71,17 +71,6 @@ classes.
 .Pp
 The options are as follows:
 .Bl -tag -width "title=..."
-.It Cm document
-Output an HTML document.
-.It Cm title Ns = Ns Ar ...
-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 ,
@@ -93,10 +82,30 @@ If unset,
 output default styles in a
 .Sy <style>
 element.
+.It Cm document
+Output an HTML document.
 .It Cm inline
 Output inline
 .Sy style
 attributes rather than classes.
+.It Cm tab Ns = Ns Ar n
+With
+.Cm document
+or
+.Cm inline ,
+set the
+.Sy tab-size
+property to
+.Ar n .
+.It Cm title Ns = Ns Ar ...
+With
+.Cm document ,
+set the
+.Sy <title>
+element text.
+The default title is the
+.Ar file
+name.
 .El
 .El
 .