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

Diff for /mandoc/main.c between version 1.40 and 1.41

version 1.40, 2009/07/27 19:43:02 version 1.41, 2009/07/28 10:15:12
Line 418  fdesc(struct buf *blk, struct buf *ln, struct curparse
Line 418  fdesc(struct buf *blk, struct buf *ln, struct curparse
         /* NOTE a parser may not have been assigned, yet. */          /* NOTE a parser may not have been assigned, yet. */
   
         if ( ! (man || mdoc)) {          if ( ! (man || mdoc)) {
                 (void)fprintf(stderr, "%s: not a manual", curp->file);                  (void)fprintf(stderr, "%s: not a manual\n",
                                   curp->file);
                 return(0);                  return(0);
         }          }
   

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

CVSweb