aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.3
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 /mandoc.3
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 'mandoc.3')
-rw-r--r--mandoc.310
1 files changed, 4 insertions, 6 deletions
diff --git a/mandoc.3 b/mandoc.3
index 6f7c3eb0..f57f9d1e 100644
--- a/mandoc.3
+++ b/mandoc.3
@@ -1,4 +1,4 @@
-.\" $Id: mandoc.3,v 1.38 2017/01/09 01:37:03 schwarze Exp $
+.\" $Id: mandoc.3,v 1.39 2017/05/17 23:39:31 schwarze Exp $
.\"
.\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\" Copyright (c) 2010-2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: January 9 2017 $
+.Dd $Mdocdate: May 17 2017 $
.Dt MANDOC 3
.Os
.Sh NAME
@@ -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.