diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2010-12-18 19:12:00 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2010-12-18 19:12:00 +0000 |
commit | db5b35f16b05c11e3b1c6877086e29d86383d520 (patch) | |
tree | 42c69d1eeb9e85fa4a9d1b0ac952450acffa0c1a /mdoc.7 | |
parent | 81dca80cea3e87518c1365b7993ea07f5accb3d0 (diff) | |
download | mandoc-db5b35f16b05c11e3b1c6877086e29d86383d520.tar.gz |
Sync to OpenBSD: More precise description of .Xo, and don't talk
about deprecation, because there are cases were choosing .Xo or
backslash line continuation is merely a matter of taste, not a
difference in readability, and well-used .Xo is even slightly
more portable.
OK jmc@
Diffstat (limited to 'mdoc.7')
-rw-r--r-- | mdoc.7 | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -2665,9 +2665,13 @@ and Close a scope opened by .Sx \&Xo . .Ss \&Xo -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. +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 . .Ss \&Xr Link to another manual .Pq Qq cross-reference . |