diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-03-22 14:03:03 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-03-22 14:03:03 +0000 |
commit | 58e63ca37d1f123e661e096529eb22e418ed5542 (patch) | |
tree | 13a8051a813351883fd089a84e04890a431e867c /mandoc.1 | |
parent | 32cbe85d8ce6eee87446621fa65138ae97b24bb8 (diff) | |
download | mandoc-58e63ca37d1f123e661e096529eb22e418ed5542.tar.gz |
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.1 | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -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. |