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

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

version 1.45, 2009/11/02 09:56:42 version 1.48, 2009/11/09 05:11:46
Line 109  and
Line 109  and
 .Ss Text Decoration  .Ss Text Decoration
 Terms may be text-decorated using the  Terms may be text-decorated using the
 .Sq \ef  .Sq \ef
 escape followed by an indicator: B (bold), I, (italic), or P and R  escape followed by an indicator: B (bold), I, (italic), R (Roman), or P
 (Roman, or reset).  (revert to previous mode):
   .Pp
   .D1 \efBbold\efR \efIitalic\efP
   .Pp
   A numerical representation 3, 2, or 1 (bold, italic, and Roman,
   respectively) may be used instead.
   .Pp
   Text may also be sized with the
   .Sq \es
   escape, whose syntax is one of
   .Sq \es+-n
   for one-digit numerals;
   .Sq \es(+-nn
   or
   .Sq \es+-(nn
   for two-digit numerals; and
   .Sq \es[+-N] ,
   .Sq \es+-[N] ,
   .Sq \es'+-N' ,
   or
   .Sq \es+-'N'
   for arbitrary-digit numerals:
   .Pp
   .D1 \es+1bigger\es-1
   .D1 \es[+10]much bigger\es[-10]
   .D1 \es+(10much bigger\es-(10
   .D1 \es+'100'much much bigger\es-'100'
 .  .
 .  .
 .Ss Whitespace  .Ss Whitespace
Line 547  and
Line 573  and
 render in italics.  Whitespace between arguments is omitted in output.  render in italics.  Whitespace between arguments is omitted in output.
 .Pp  .Pp
 Examples:  Examples:
 .Bd -filled -offset indent  
 .Pf \. Sx \&BI  
 bold italic bold italic  
 .Ed  
 .Pp  .Pp
   .D1 \&.BI bold italic bold italic
   .Pp
 The output of this example will be emboldened  The output of this example will be emboldened
 .Dq bold  .Dq bold
 and italicised  and italicised
Line 841  string replaces the default rendered volume, which is 
Line 865  string replaces the default rendered volume, which is 
 manual section.  manual section.
 .Pp  .Pp
 Examples:  Examples:
 .Bd -filled -offset indent  .Pp
 \&.TH CVS 5 "1992-02-12" GNU  .D1 \&.TH CVS 5 "1992-02-12" GNU
 .Ed  
 .  .
 .  .
 .Ss \&TP  .Ss \&TP

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

CVSweb