diff options
author | June McEnroe <june@causal.agency> | 2019-02-07 22:45:00 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-02-07 22:45:00 -0500 |
commit | 52d4a21abb8971ba547c41c7f05532a85cf3c953 (patch) | |
tree | 8ccc23dbb77369c1f2090cbd28c5400255fd407d /bin/man1 | |
parent | Support multi-line C macros in hi (diff) | |
download | src-52d4a21abb8971ba547c41c7f05532a85cf3c953.tar.gz src-52d4a21abb8971ba547c41c7f05532a85cf3c953.zip |
Add mdoc syntax to hi
Diffstat (limited to 'bin/man1')
-rw-r--r-- | bin/man1/hi.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/man1/hi.1 b/bin/man1/hi.1 index a40e3674..c00874dd 100644 --- a/bin/man1/hi.1 +++ b/bin/man1/hi.1 @@ -47,7 +47,8 @@ may be inferred from its name. .Pp The following languages are supported: .Cm c , -.Cm make . +.Cm make , +.Cm mdoc . . .Pp The output formats are as follows: |