diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2021-08-14 13:53:08 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2021-08-14 13:53:08 +0000 |
commit | 510f116a58364ccf5c3399f053bfacc9d675025c (patch) | |
tree | 0d9aefc6d4265e2b1a4fef09c3242998a0a002fc /mandoc_msg.c | |
parent | eaf84848c463416967ecacc10a55630fcf7f115c (diff) | |
download | mandoc-510f116a58364ccf5c3399f053bfacc9d675025c.tar.gz |
print a BAGARG message if -T markdown is requested on man(7) input;
suggested by Michael Stapelberg at debian dot org
Diffstat (limited to 'mandoc_msg.c')
-rw-r--r-- | mandoc_msg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mandoc_msg.c b/mandoc_msg.c index 8867bb4b..beec5059 100644 --- a/mandoc_msg.c +++ b/mandoc_msg.c @@ -257,6 +257,7 @@ static const char *const type_message[MANDOCERR_MAX] = { "bad option value", "duplicate option value", "no such tag", + "-Tmarkdown unsupported for man(7) input", /* system errors */ NULL, |