[BACK]Return to man.7 CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/Attic/man.7 between version 1.10 and 1.11

version 1.10, 2009/08/22 23:17:39 version 1.11, 2009/09/18 22:46:14
Line 228 
Line 228 
 .It    SB    Ta    n         Ta    next-line  .It    SB    Ta    n         Ta    next-line
 .It    SM    Ta    n         Ta    next-line  .It    SM    Ta    n         Ta    next-line
 .It    TH    Ta    >1, <6    Ta    current  .It    TH    Ta    >1, <6    Ta    current
   .It    UC    Ta    n         Ta    current
 .It    br    Ta    0         Ta    current  .It    br    Ta    0         Ta    current
 .It    fi    Ta    0         Ta    current  .It    fi    Ta    0         Ta    current
 .It    i     Ta    n         Ta    current  .It    i     Ta    n         Ta    current
Line 241 
Line 242 
 The  The
 .Sq RS ,  .Sq RS ,
 .Sq RE ,  .Sq RE ,
   .Sq UC ,
 .Sq br ,  .Sq br ,
 .Sq fi ,  .Sq fi ,
 .Sq i ,  .Sq i ,
Line 249 
Line 251 
 .Sq r ,  .Sq r ,
 and  and
 .Sq sp  .Sq sp
 macros aren't historically part of  macros should not be used.  They're included for compatibility.
 .Nm  
 and should not be used.  They're included for compatibility.  
 .  .
 .  .
 .Ss Block Macros  .Ss Block Macros
Line 303 
Line 303 
 macros (excluding  macros (excluding
 .Sq DT ,  .Sq DT ,
 .Sq TH ,  .Sq TH ,
   .Sq UC ,
 .Sq br ,  .Sq br ,
 .Sq na ,  .Sq na ,
 .Sq sp ,  .Sq sp ,
Line 357 
Line 358 
 Text is rendered alternately in bold face and roman (the default font).  Text is rendered alternately in bold face and roman (the default font).
 Whitespace between arguments is omitted in output.  Whitespace between arguments is omitted in output.
 .It DT  .It DT
 Re-set the tab spacing to 0.5 inches.  Has no effect.  Included for compatibility.
 .It HP  .It HP
 Begin a paragraph whose initial output line is left-justified, but  Begin a paragraph whose initial output line is left-justified, but
 subsequent output lines are indented, with the following syntax:  subsequent output lines are indented, with the following syntax:
Line 475 
Line 476 
 .Va width  .Va width
 is specified, it's saved for later paragraph left-margins; if  is specified, it's saved for later paragraph left-margins; if
 unspecified, the saved or default width is used.  unspecified, the saved or default width is used.
   .It UC
   Has no effect.  Included for compatibility.
 .It br  .It br
 Breaks the current line.  Consecutive invocations have no further effect.  Breaks the current line.  Consecutive invocations have no further effect.
 .It fi  .It fi
Line 484 
Line 487 
 Italicise arguments.  If no arguments are specified, all subsequent text  Italicise arguments.  If no arguments are specified, all subsequent text
 is italicised.  is italicised.
 .It na  .It na
 Don't alignment the right margin.  Don't align to the right margin.
 .It nf  .It nf
 Begin literal mode: all subsequent free-form lines have their end of  Begin literal mode: all subsequent free-form lines have their end of
 line boundaries preserved.  May be ended by  line boundaries preserved.  May be ended by

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11