=================================================================== RCS file: /cvs/mandoc/man.7,v retrieving revision 1.48 retrieving revision 1.50 diff -u -p -r1.48 -r1.50 --- mandoc/man.7 2009/11/09 05:11:46 1.48 +++ mandoc/man.7 2009/11/12 05:50:12 1.50 @@ -1,4 +1,4 @@ -.\" $Id: man.7,v 1.48 2009/11/09 05:11:46 kristaps Exp $ +.\" $Id: man.7,v 1.50 2009/11/12 05:50:12 kristaps Exp $ .\" .\" Copyright (c) 2009 Kristaps Dzonsons .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 9 2009 $ +.Dd $Mdocdate: November 12 2009 $ .Dt MAN 7 .Os . @@ -115,7 +115,9 @@ escape followed by an indicator: B (bold), I, (italic) .D1 \efBbold\efR \efIitalic\efP .Pp A numerical representation 3, 2, or 1 (bold, italic, and Roman, -respectively) may be used instead. +respectively) may be used instead. A text decoration is only valid, if +specified in free-form text, until the next macro invocation; if +specified within a macro, it's only valid until the macro closes scope. .Pp Text may also be sized with the .Sq \es @@ -137,6 +139,13 @@ for arbitrary-digit numerals: .D1 \es[+10]much bigger\es[-10] .D1 \es+(10much bigger\es-(10 .D1 \es+'100'much much bigger\es-'100' +.Pp +Both +.Sq \es +and +.Sq \ef +attributes are forgotten when exiting a subsequent (or current) macro +invocation. . . .Ss Whitespace