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

Diff for /mandoc/man.c between version 1.35 and 1.36

version 1.35, 2009/08/21 12:32:38 version 1.36, 2009/08/21 13:18:32
Line 443  descope:
Line 443  descope:
          * out the block scope (also if applicable).           * out the block scope (also if applicable).
          */           */
   
         /* XXX - this should be in man_action.c. */  
   
         if (MAN_ELINE & m->flags) {          if (MAN_ELINE & m->flags) {
                 m->flags &= ~MAN_ELINE;                  m->flags &= ~MAN_ELINE;
                 if ( ! man_unscope(m, m->last->parent))                  if ( ! man_unscope(m, m->last->parent))

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

CVSweb