summary refs log tree commit diff
path: root/bin/man1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-02-08 16:24:25 -0500
committerJune McEnroe <june@causal.agency>2019-02-08 16:24:25 -0500
commit29b68ec650cb2d63741e49980a27e0f009c9042b (patch)
tree475b830c770ddee5cd1c1696743861881f5de25e /bin/man1
parentUse set for parent in hi (diff)
downloadsrc-29b68ec650cb2d63741e49980a27e0f009c9042b.tar.gz
src-29b68ec650cb2d63741e49980a27e0f009c9042b.zip
Elaborate hi man page
Diffstat (limited to 'bin/man1')
-rw-r--r--bin/man1/hi.134
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
5270c2fb37c5f6cf302&follow=1'>build: Remove added x509_verify.3 links 3.3.2June McEnroe 2021-04-18tls: Use EC_KEY_set_ex_dataJune McEnroe 2021-04-18Import LibreSSL 3.3.2June McEnroe 2021-03-05Bump version to 3.3.1p1 3.3.1p1June McEnroe 2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe 2020-12-15Import LibreSSL 3.3.1June McEnroe 2020-11-24Import LibreSSL 3.3.0June McEnroe 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe