diff options
author | June McEnroe <june@causal.agency> | 2019-02-08 16:24:25 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-02-08 16:24:25 -0500 |
commit | d3f65a22f1df47f054d08ab7297c09d76392e54a (patch) | |
tree | 9f8f43d19129cbbd59c53049511041203dd57978 /bin | |
parent | Use set for parent in hi (diff) | |
download | src-d3f65a22f1df47f054d08ab7297c09d76392e54a.tar.gz src-d3f65a22f1df47f054d08ab7297c09d76392e54a.zip |
Elaborate hi man page
Diffstat (limited to '')
-rw-r--r-- | bin/man1/hi.1 | 34 |
1 files changed, 20 insertions, 14 deletions
diff --git a/bin/man1/hi.1 b/bin/man1/hi.1 index c00874dd..e3223b48 100644 --- a/bin/man1/hi.1 +++ b/bin/man1/hi.1 @@ -45,25 +45,31 @@ may be inferred from its name. .El . .Pp -The following languages are supported: -.Cm c , -.Cm make , -.Cm mdoc . -. -.Pp The output formats are as follows: -.Bl -tag -width "html-document" +.Bl -tag -offset indent -width "html-document" .It Cm ansi ANSI terminal escape codes. .It Cm irc IRC formatting codes. +Requires support for color code 99 (default). .It Cm html -HTML -.Sy <pre> -fragment with -.Sy <span> -classes. +HTML fragment. .It Cm html-document -HTML document with -.Sy <style> . +HTML document. +.El +. +.Pp +The languages are as follows: +.Bl -tag -offset indent -width "make" +.It Cm c +The C11 language. +.It Cm make +The portable subset of +.Xr make 1 . +Variable substitution supports +one level of nesting with the same delimiter. +.It Cm mdoc +The +.Xr mdoc 7 +language. .El |