aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitf7464ac0fa669c59b2930f137049b871e828064a (patch)
tree19326c7a6fd2e9fafd9ee22c3b3aee48df8563ad /main.c
parentef558d8d30edd79a56ac822d208904743283a643 (diff)
downloadmandoc-f7464ac0fa669c59b2930f137049b871e828064a.tar.gz
mandoc-f7464ac0fa669c59b2930f137049b871e828064a.tar.zst
mandoc-f7464ac0fa669c59b2930f137049b871e828064a.zip
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.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/main.c b/main.c
index a58b4ccd..2e65f2c5 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.290 2017/05/16 19:06:30 schwarze Exp $ */
+/* $Id: main.c,v 1.291 2017/05/17 23:39:31 schwarze Exp $ */
/*
* Copyright (c) 2008-2012 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010-2012, 2014-2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -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"))