aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc_msg.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2021-08-14 13:53:08 +0000
committerIngo Schwarze <schwarze@openbsd.org>2021-08-14 13:53:08 +0000
commite7b68c6d2c0067916b7389ffc4ae72b567852c95 (patch)
tree2656737fe04af34f333dda5216cf293e237b258f /mandoc_msg.c
parent2c155e88b6e2ca5d3f75e9b16fcff86b8059f886 (diff)
downloadmandoc-e7b68c6d2c0067916b7389ffc4ae72b567852c95.tar.gz
mandoc-e7b68c6d2c0067916b7389ffc4ae72b567852c95.tar.zst
mandoc-e7b68c6d2c0067916b7389ffc4ae72b567852c95.zip
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.c1
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,