[BACK]Return to man.7 CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/man.7 between version 1.48 and 1.51

version 1.48, 2009/11/09 05:11:46 version 1.51, 2009/11/12 08:00:21
Line 115  escape followed by an indicator: B (bold), I, (italic)
Line 115  escape followed by an indicator: B (bold), I, (italic)
 .D1 \efBbold\efR \efIitalic\efP  .D1 \efBbold\efR \efIitalic\efP
 .Pp  .Pp
 A numerical representation 3, 2, or 1 (bold, italic, and Roman,  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  .Pp
 Text may also be sized with the  Text may also be sized with the
 .Sq \es  .Sq \es
Line 137  for arbitrary-digit numerals:
Line 139  for arbitrary-digit numerals:
 .D1 \es[+10]much bigger\es[-10]  .D1 \es[+10]much bigger\es[-10]
 .D1 \es+(10much bigger\es-(10  .D1 \es+(10much bigger\es-(10
 .D1 \es+'100'much much bigger\es-'100'  .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  .Ss Whitespace
Line 916  End literal mode begun by
Line 925  End literal mode begun by
 .  .
 .  .
 .Ss \&i  .Ss \&i
 Italicise arguments.  If no arguments are specified, all subsequent text  Italicise arguments.  Synonym for
 is italicised.  .Sx \&I .
 .Pp  .Pp
 See also  See also
 .Sx \&B ,  .Sx \&B ,
Line 973  See also
Line 982  See also
 This section documents compatibility with other roff implementations, at  This section documents compatibility with other roff implementations, at
 this time limited to  this time limited to
 .Xr groff 1 .  .Xr groff 1 .
 .Bl -hyphen  .Pp
   .Bl -dash -compact
 .It  .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  In quoted literals, groff allowed pair-wise double-quotes to produce a
 standalone double-quote in formatted output.  This idiosyncratic  standalone double-quote in formatted output.  This idiosyncratic
 behaviour is no longer applicable.  behaviour is no longer applicable.
 .It  .It
 The  The
 .Sq sp  .Sx \&sp
 macro does not accept negative numbers.  macro does not accept negative numbers.
 .It  .It
 Blocks of whitespace are stripped from both macro and free-form text  Blocks of whitespace are stripped from both macro and free-form text

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.51

CVSweb