[BACK]Return to main.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/main.c between version 1.169 and 1.170

version 1.169, 2016/01/08 02:53:09 version 1.170, 2016/01/16 21:56:32
Line 675 
Line 675 
         /* Begin by parsing the file itself. */          /* Begin by parsing the file itself. */
   
         assert(file);          assert(file);
         assert(fd > 0);          assert(fd >= 0);
   
         rctmp = mparse_readfd(curp->mp, fd, file);          rctmp = mparse_readfd(curp->mp, fd, file);
         if (fd != STDIN_FILENO)          if (fd != STDIN_FILENO)

Legend:
Removed from v.1.169  
changed lines
  Added in v.1.170