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
commitd3f65a22f1df47f054d08ab7297c09d76392e54a (patch)
tree9f8f43d19129cbbd59c53049511041203dd57978 /bin/man1
parentUse set for parent in hi (diff)
downloadsrc-d3f65a22f1df47f054d08ab7297c09d76392e54a.tar.gz
src-d3f65a22f1df47f054d08ab7297c09d76392e54a.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
span title='2013-04-30 12:29:07 +0200'>2013-04-30ui-snapshot: do not access $HOMEJason A. Donenfeld 2013-04-27t0001: validate Git -rcN version numbers correctlyJohn Keeping 2013-04-27git: update to 1.8.2.2John Keeping 2013-04-17scan-tree: fix regression in section-from-path=-1John Keeping 2013-04-15t0001: ignore ".dirty" suffix on Git versionJohn Keeping 2013-04-15tests: set TEST_OUTPUT_DIRECTORY to the CGit test directoryJohn Keeping 2013-04-15t0109: test more URLsJohn Keeping 2013-04-10cgitrc.5.txt: Specify when scan-path must be defined before.Jason A. Donenfeld 2013-04-10ui-snapshot.c: Prepend "V" when guessing ref namesLukas Fleischer 2013-04-10t0107: Skip ZIP tests if unzip(1) isn't availableLukas Fleischer 2013-04-10tests/: Do not use `sed -i`Lukas Fleischer 2013-04-10Add branch-sort and repo.branch-sort options.Jason A. Donenfeld 2013-04-10t0109: chain operations with &&John Keeping 2013-04-10cgit.c: Do not restore unset environment variablesLukas Fleischer 2013-04-09t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer