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

Diff for /mandoc/man.c between version 1.21 and 1.22

version 1.21, 2009/06/16 19:55:28 version 1.22, 2009/06/18 10:32:00
Line 182  man_node_append(struct man *man, struct man_node *p)
Line 182  man_node_append(struct man *man, struct man_node *p)
                 abort();                  abort();
                 /* NOTREACHED */                  /* NOTREACHED */
         }          }
   
           p->parent->nchild++;
   
         man->last = p;          man->last = p;
   

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

CVSweb