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 | 29b68ec650cb2d63741e49980a27e0f009c9042b (patch) | |
tree | 475b830c770ddee5cd1c1696743861881f5de25e /bin/man1/hi.1 | |
parent | Use set for parent in hi (diff) | |
download | src-29b68ec650cb2d63741e49980a27e0f009c9042b.tar.gz src-29b68ec650cb2d63741e49980a27e0f009c9042b.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 |