diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-05-17 23:39:31 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-05-17 23:39:31 +0000 |
commit | efe5d2b415686c0ea582af38cf2ad13c438dab5d (patch) | |
tree | ee4b1257106302226b51ea17ac48b82c2f5a5e7f /mandoc.3 | |
parent | ca8ab48c019b51285f9d5dd95a4114d3051ccb3a (diff) | |
download | mandoc-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 'mandoc.3')
-rw-r--r-- | mandoc.3 | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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. |