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

Diff for /mandoc/mandocdb.c between version 1.193 and 1.194

version 1.193, 2015/04/18 17:53:21 version 1.194, 2015/04/23 16:17:44
Line 1476  parse_man(struct mpage *mpage, const struct roff_meta 
Line 1476  parse_man(struct mpage *mpage, const struct roff_meta 
                          */                           */
   
                         title = NULL;                          title = NULL;
                         man_deroff(&title, body);                          deroff(&title, body);
                         if (NULL == title)                          if (NULL == title)
                                 return;                                  return;
   
Line 1720  parse_mdoc_Nd(struct mpage *mpage, const struct roff_m
Line 1720  parse_mdoc_Nd(struct mpage *mpage, const struct roff_m
 {  {
   
         if (n->type == ROFFT_BODY)          if (n->type == ROFFT_BODY)
                 mdoc_deroff(&mpage->desc, n);                  deroff(&mpage->desc, n);
         return(0);          return(0);
 }  }
   

Legend:
Removed from v.1.193  
changed lines
  Added in v.1.194

CVSweb