summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-05-17 23:39:31 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-05-17 23:39:31 +0000
commitefe5d2b415686c0ea582af38cf2ad13c438dab5d (patch)
treeee4b1257106302226b51ea17ac48b82c2f5a5e7f /main.c
parentca8ab48c019b51285f9d5dd95a4114d3051ccb3a (diff)
downloadmandoc-efe5d2b415686c0ea582af38cf2ad13c438dab5d.tar.gz
Delete the -T xhtml command line option.
It has been obsolete for more than two years. Use -T html.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.c b/main.c
index 6e100e51..a2ef8518 100644
--- a/main.c
+++ b/main.c
@@ -950,8 +950,6 @@ toptions(struct curparse *curp, char *arg)
curp->outtype = OUTT_UTF8;
else if (0 == strcmp(arg, "locale"))
curp->outtype = OUTT_LOCALE;
- else if (0 == strcmp(arg, "xhtml"))
- curp->outtype = OUTT_HTML;
else if (0 == strcmp(arg, "ps"))
curp->outtype = OUTT_PS;
else if (0 == strcmp(arg, "pdf"))