diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-06 16:37:32 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-06 16:37:32 +0000 |
commit | d02db7b30f3d647b5f1b3afd0cbda971da7aca5a (patch) | |
tree | a2fc1411fd96be15b33bc6bec6fe166b70c540fb /mdoc.7 | |
parent | d09308246a58c8642021261d61105290ddce1def (diff) | |
download | mandoc-d02db7b30f3d647b5f1b3afd0cbda971da7aca5a.tar.gz |
Import changes by schwarze@ and Jason McIntyre into manuals. These are
for the new libroff macros, the new libman macros, and for the sake of
general clarity.
Note that `ft' documentation is NOT included, as I've kept it in -man:
it's highly confusing to have it in roff.7 when it's not implemented for
both -man and -mdoc, as at least in theory, roff.7 should include only
macros recognised by BOTH formats.
Diffstat (limited to 'mdoc.7')
-rw-r--r-- | mdoc.7 | 13 |
1 files changed, 4 insertions, 9 deletions
@@ -1077,8 +1077,7 @@ implementations render it poorly. Left- and right-justify the block. .It Fl literal Do not justify the block at all. -Preserve white space and newlines as they appear in the input, including -if it follows a macro. +Preserve white space as it appears in the input. .It Fl ragged Only left-justify the block. .It Fl unfilled @@ -2666,13 +2665,9 @@ and Close a scope opened by .Sx \&Xo . .Ss \&Xo -Extend the header of an -.Sx \&It -macro or the body of a partial-implicit block macro -beyond the end of the input line. -This macro originally existed to work around the 9-argument limit -of historic -.Xr roff 7 . +Open an extension scope. +This macro originally existed to extend the 9-argument limit of troff; +since this limit has been lifted, the macro has been deprecated. .Ss \&Xr Link to another manual .Pq Qq cross-reference . |