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

Diff for /mandoc/man.7 between version 1.33 and 1.35

version 1.33, 2009/08/20 13:32:09 version 1.35, 2009/08/21 12:12:12
Line 205  foo
Line 205  foo
 .Pp  .Pp
 is equivalent to  is equivalent to
 .Sq \&.I foo .  .Sq \&.I foo .
 .\" PARAGRAPH  If next-line macros are invoked consecutively, only the last is used.
 Consecutive next-line scope invocations are disallowed.  If a next-line macro is proceded by a block macro, it is ignored.
 .Bd -literal -offset indent  .Bd -literal -offset indent
 \&.YO \(lBbody...\(rB  \&.YO \(lBbody...\(rB
 \(lBbody...\(rB  \(lBbody...\(rB
 .Ed  .Ed
 .  .
 .Pp  .Pp
 It is considered an error when next-line scope is open at the end of  
 file.  
 .  
 .Pp  
 .Bl -column -compact -offset indent "MacroX" "ArgumentsX" "ScopeXXXXX"  .Bl -column -compact -offset indent "MacroX" "ArgumentsX" "ScopeXXXXX"
 .It Em Macro Ta Em Arguments Ta Em Scope  .It Em Macro Ta Em Arguments Ta Em Scope
 .It    B     Ta    n         Ta    next-line  .It    B     Ta    n         Ta    next-line
Line 288  or
Line 284  or
 No closure refers to an explicit block closing macro.  No closure refers to an explicit block closing macro.
 .  .
 .Pp  .Pp
 It is considered an error when part or next-line scope is open at the  
 end of file.  
 .  
 .Pp  
 .Bl -column "MacroX" "ArgumentsX" "Head ScopeX" "sub-sectionX" -compact -offset indent  .Bl -column "MacroX" "ArgumentsX" "Head ScopeX" "sub-sectionX" -compact -offset indent
 .It Em Macro Ta Em Arguments Ta Em Head Scope Ta Em Body Scope  .It Em Macro Ta Em Arguments Ta Em Head Scope Ta Em Body Scope
 .It   HP     Ta    <2        Ta    current    Ta    paragraph  .It   HP     Ta    <2        Ta    current    Ta    paragraph
Line 301  end of file.
Line 293  end of file.
 .It   PP     Ta    0         Ta    current    Ta    paragraph  .It   PP     Ta    0         Ta    current    Ta    paragraph
 .It   RE     Ta    0         Ta    current    Ta    none  .It   RE     Ta    0         Ta    current    Ta    none
 .It   RS     Ta    1         Ta    current    Ta    part  .It   RS     Ta    1         Ta    current    Ta    part
 .It   SH     Ta    >0        Ta    current    Ta    section  .It   SH     Ta    >0        Ta    next-line  Ta    section
 .It   SS     Ta    >0        Ta    current    Ta    sub-section  .It   SS     Ta    >0        Ta    next-line  Ta    sub-section
 .It   TP     Ta    n         Ta    next-line  Ta    paragraph  .It   TP     Ta    n         Ta    next-line  Ta    paragraph
 .El  .El
 .  .

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.35

CVSweb