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

Diff for /mandoc/mandocdb.c between version 1.76 and 1.77

version 1.76, 2013/10/27 17:01:18 version 1.77, 2013/12/26 19:02:04
Line 1366  parse_man(struct of *of, const struct man_node *n)
Line 1366  parse_man(struct of *of, const struct man_node *n)
                 }                  }
         }          }
   
         for (n = n->child; n; n = n->next)          for (n = n->child; n; n = n->next) {
                   if (NULL != of->desc)
                           break;
                 parse_man(of, n);                  parse_man(of, n);
           }
 }  }
   
 static void  static void

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77

CVSweb