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

Diff for /mandoc/mandocdb.c between version 1.178 and 1.179

version 1.178, 2014/12/05 16:18:14 version 1.179, 2014/12/09 07:29:42
Line 336  static const struct mdoc_handler mdocs[MDOC_MAX] = {
Line 336  static const struct mdoc_handler mdocs[MDOC_MAX] = {
   
   
 int  int
 main(int argc, char *argv[])  mandocdb(int argc, char *argv[])
 {  {
         int               ch, i;          int               ch, i;
         size_t            j, sz;          size_t            j, sz;

Legend:
Removed from v.1.178  
changed lines
  Added in v.1.179

CVSweb