]> git.cameronkatri.com Git - mandoc.git/blobdiff - main.c
Delete the -T xhtml command line option.
[mandoc.git] / main.c
diff --git a/main.c b/main.c
index a58b4ccd0a9c2e1124b5bd08996ce982dd59887e..2e65f2c520ebfa5d948ea70187912099133b2ebb 100644 (file)
--- 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"))