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

Diff for /mandoc/man.c between version 1.98 and 1.99

version 1.98, 2011/02/06 22:02:58 version 1.99, 2011/02/06 22:05:20
Line 371  man_addspan(struct man *m, const struct tbl_span *sp)
Line 371  man_addspan(struct man *m, const struct tbl_span *sp)
         assert( ! (MAN_HALT & m->flags));          assert( ! (MAN_HALT & m->flags));
         if ( ! man_span_alloc(m, sp))          if ( ! man_span_alloc(m, sp))
                 return(0);                  return(0);
         return(man_descope(m, 0, 0));          return(man_descope(m, sp->line, 0));
 }  }
   
 static int  static int

Legend:
Removed from v.1.98  
changed lines
  Added in v.1.99

CVSweb