summaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.1
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-03-22 14:03:03 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-03-22 14:03:03 +0000
commit6e833a20a85c3db8d206be179927b1591339d982 (patch)
tree40caf8d81b80987d783fd2ed26e2dfc5ce04e556 /mandoc.1
parentf27e8dcec6089cf24702107e517e3c0c5950477d (diff)
downloadmandoc-6e833a20a85c3db8d206be179927b1591339d982.tar.gz
mandoc-6e833a20a85c3db8d206be179927b1591339d982.tar.zst
mandoc-6e833a20a85c3db8d206be179927b1591339d982.zip
Clarify -man -T[x]html handling of `br' within `B'.
Consolidated node unlinking in -man. Conclude nested next-line scope issues noted by Ingo Schwarze.
Diffstat (limited to 'mandoc.1')
-rw-r--r--mandoc.120
1 files changed, 16 insertions, 4 deletions
diff --git a/mandoc.1 b/mandoc.1
index 64152e8b..5ab24126 100644
--- a/mandoc.1
+++ b/mandoc.1
@@ -1,4 +1,4 @@
-.\" $Id: mandoc.1,v 1.50 2010/01/29 14:39:38 kristaps Exp $
+.\" $Id: mandoc.1,v 1.51 2010/03/22 14:03:03 kristaps Exp $
.\"
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
.\"
@@ -14,7 +14,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 29 2010 $
+.Dd $Mdocdate: March 22 2010 $
.Dt MANDOC 1
.Os
.
@@ -502,8 +502,8 @@ and
.Fl T Ns Ar xhtml
CSS2 styling used for
.Fl m Ns Ar doc
-input lists does not render properly in brain-dead browsers, such as
-Internet Explorer 6 and earlier.
+input lists does not render properly in older browsers, such as Internet
+Explorer 6 and earlier.
.Pp
In
.Fl T Ns Ar html
@@ -525,3 +525,15 @@ font size escape documented in
.Xr mdoc 7
and
.Xr man 7 .
+.Pp
+Nesting elements within next-line element scopes of
+.Fl m Ar Ns an ,
+such as
+.Sq br
+within an empty
+.Sq B ,
+will confuse
+.Fl T Ns Ar html
+and
+.Fl T Ns Ar xhtml
+and cause it to forget the formatting.