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 | 8081f57a424ab5725dd31cd83eb9d1c05c7ad036 (patch) | |
tree | 66350a7dbc11992816dbceee930b2111d9f65efb /bin/man1 | |
parent | Support multi-line C macros in hi (diff) | |
download | src-8081f57a424ab5725dd31cd83eb9d1c05c7ad036.tar.gz src-8081f57a424ab5725dd31cd83eb9d1c05c7ad036.zip |
Add mdoc syntax to hi
Diffstat (limited to '')
-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: |