diff options
author | June McEnroe <june@causal.agency> | 2019-02-07 21:22:14 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-02-07 21:22:14 -0500 |
commit | ded29ca66ef63dc7e65ee18d3b166b13d7b7a920 (patch) | |
tree | 473f2db1caeee521906facb609cfd1e37a2ce170 /bin/man1 | |
parent | Add IRC output to hi (diff) | |
download | src-ded29ca66ef63dc7e65ee18d3b166b13d7b7a920.tar.gz src-ded29ca66ef63dc7e65ee18d3b166b13d7b7a920.zip |
Add make syntax to hi
Diffstat (limited to 'bin/man1')
-rw-r--r-- | bin/man1/hi.1 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/bin/man1/hi.1 b/bin/man1/hi.1 index 2a97ba77..a40e3674 100644 --- a/bin/man1/hi.1 +++ b/bin/man1/hi.1 @@ -1,4 +1,4 @@ -.Dd February 6, 2019 +.Dd February 7, 2019 .Dt HI 1 .Os . @@ -21,6 +21,8 @@ highlights the contents of a or standard input and formats it on standard output. +A maximum of 32K +is read from standard input. . .Pp The arguments are as follows: @@ -44,7 +46,8 @@ may be inferred from its name. . .Pp The following languages are supported: -.Cm c . +.Cm c , +.Cm make . . .Pp The output formats are as follows: @@ -60,5 +63,6 @@ fragment with .Sy <span> classes. .It Cm html-document -HTML document with default styles. +HTML document with +.Sy <style> . .El |