source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Delete the -T xhtml command line option.
@ 2017-05-17 23:40 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2017-05-17 23:40 UTC (permalink / raw)
  To: source

Log Message:
-----------
Delete the -T xhtml command line option.
It has been obsolete for more than two years.
Use -T html.

Modified Files:
--------------
    mdocml:
        main.c
        mandoc.1
        mandoc.3
        mandoc_char.7

Revision Data
-------------
Index: main.c
===================================================================
RCS file: /home/cvs/mdocml/mdocml/main.c,v
retrieving revision 1.290
retrieving revision 1.291
diff -Lmain.c -Lmain.c -u -p -r1.290 -r1.291
--- main.c
+++ main.c
@@ -950,8 +950,6 @@ toptions(struct curparse *curp, char *ar
 		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"))
Index: mandoc.3
===================================================================
RCS file: /home/cvs/mdocml/mdocml/mandoc.3,v
retrieving revision 1.38
retrieving revision 1.39
diff -Lmandoc.3 -Lmandoc.3 -u -p -r1.38 -r1.39
--- mandoc.3
+++ mandoc.3
@@ -669,11 +669,9 @@ Using badly-nested blocks is
 .Em strongly discouraged ;
 for example, the
 .Fl T Ns Cm html
-and
-.Fl T Ns Cm xhtml
-front-ends to
+front-end to
 .Xr mandoc 1
-are unable to render them in any meaningful way.
+is unable to render them in any meaningful way.
 Furthermore, behaviour when encountering badly-nested blocks is not
 consistent across troff implementations, especially when using multiple
 levels of badly-nested blocks.
Index: mandoc.1
===================================================================
RCS file: /home/cvs/mdocml/mdocml/mandoc.1,v
retrieving revision 1.187
retrieving revision 1.188
diff -Lmandoc.1 -Lmandoc.1 -u -p -r1.187 -r1.188
--- mandoc.1
+++ mandoc.1
@@ -253,9 +253,6 @@ See
 Encode output in the UTF\-8 multi-byte format.
 See
 .Sx UTF\-8 Output .
-.It Fl T Cm xhtml
-This is a synonym for
-.Fl T Cm html .
 .El
 .Pp
 If multiple input files are specified, these will be processed by the
Index: mandoc_char.7
===================================================================
RCS file: /home/cvs/mdocml/mdocml/mandoc_char.7,v
retrieving revision 1.64
retrieving revision 1.65
diff -Lmandoc_char.7 -Lmandoc_char.7 -u -p -r1.64 -r1.65
--- mandoc_char.7
+++ mandoc_char.7
@@ -748,9 +748,7 @@ the
 differently between mandoc and groff.
 .It
 In
-.Fl T Ns Cm html
-and
-.Fl T Ns Cm xhtml ,
+.Fl T Ns Cm html ,
 the \e(\(ti=, \e(nb, and \e(nc special characters render differently
 between mandoc and groff.
 .It
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-05-17 23:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-17 23:40 mdocml: Delete the -T xhtml command line option schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).