diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-07-21 15:52:41 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-07-21 15:52:41 +0000 |
commit | 755fbbad5ec9e1410e5b8bdca290723498c8bf8b (patch) | |
tree | e675ff110a02f37aaebabd4562545347eef9e0f7 /mandoc.1 | |
parent | 8caea016cacfe27bdd3342cddd4a04d0fb43ef97 (diff) | |
download | mandoc-755fbbad5ec9e1410e5b8bdca290723498c8bf8b.tar.gz |
Noted COMPATIBILITY where, in groff, `Pa' under `It' doesn't render its style.
Diffstat (limited to 'mandoc.1')
-rw-r--r-- | mandoc.1 | 21 |
1 files changed, 15 insertions, 6 deletions
@@ -130,7 +130,7 @@ replaced on output by a single space. Thus, if you wish to preserve multiple spaces, they must be space-escaped .Sq \e\ or used in a literal display mode, e.g., -.Sq \&.Bd \-literal +.Sq \&Bd \-literal in .Xr mdoc 7 . .\" SUB-SECTION @@ -157,9 +157,9 @@ A third option, .Fl m Ns Ar andoc , which is also the default, determines encoding on-the-fly: if the first non-comment macro is -.Sq \&.Dd +.Sq \&Dd or -.Sq \&.Dt , +.Sq \&Dt , the .Xr mdoc 7 parser is used; otherwise, the @@ -254,13 +254,22 @@ compatibility with .Pp .Bl -bullet -compact .It +In +.Xr groff 1 , +the +.Sq \&Pa +macro does not underline when under a +.Sq \&It . +This behaves correctly in +.Nm . +.It A list or display following -.Sq \&.Ss +.Sq \&Ss does not assert a prior vertical break, just as it doesn't with -.Sq \&.Sh . +.Sq \&Sh . .It The \-literal and \-unfilled -.Sq \&.Bd +.Sq \&Bd displays types are synonyms, as are \-filled and \-ragged. .It Words aren't hyphenated. |