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

Diff for /src/usr.bin/mandoc/man.c between version 1.71 and 1.72

version 1.71, 2013/11/10 22:53:58 version 1.72, 2013/12/30 00:52:18
Line 475 
Line 475 
          */           */
   
         assert(i);          assert(i);
         if (mandoc_eos(buf, (size_t)i, 0))          if (mandoc_eos(buf, (size_t)i))
                 man->last->flags |= MAN_EOS;                  man->last->flags |= MAN_EOS;
   
         return(man_descope(man, line, offs));          return(man_descope(man, line, offs));

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72