diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-11-12 08:00:21 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-11-12 08:00:21 +0000 |
commit | 8f5752d2fe1a20c227cf2afa8c9253a374b6d0b2 (patch) | |
tree | 0607f2e314e30e34754a48ca52eee05fdf91ffd1 /man.7 | |
parent | eca9b44deb6e6fe964847567a5437b3a46dd2635 (diff) | |
download | mandoc-8f5752d2fe1a20c227cf2afa8c9253a374b6d0b2.tar.gz |
Deprecated ".i <notext>" support (nobody uses it -- it can be re-added, but adds a bit of complexity that I'd rather avoid).
Diffstat (limited to 'man.7')
-rw-r--r-- | man.7 | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -925,8 +925,8 @@ End literal mode begun by . . .Ss \&i -Italicise arguments. If no arguments are specified, all subsequent text -is italicised. +Italicise arguments. Synonym for +.Sx \&I . .Pp See also .Sx \&B , @@ -982,14 +982,21 @@ See also This section documents compatibility with other roff implementations, at this time limited to .Xr groff 1 . -.Bl -hyphen +.Pp +.Bl -dash -compact +.It +The +.Xr groff 1 +.Sx \&i +macro will italicise all subsequent text if a line argument is not +provided. This behaviour is not implemented. .It In quoted literals, groff allowed pair-wise double-quotes to produce a standalone double-quote in formatted output. This idiosyncratic behaviour is no longer applicable. .It The -.Sq sp +.Sx \&sp macro does not accept negative numbers. .It Blocks of whitespace are stripped from both macro and free-form text |