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

Diff for /src/usr.bin/mandoc/mdoc_man.c between version 1.125 and 1.126

version 1.125, 2018/08/17 20:31:52 version 1.126, 2018/08/23 19:32:03
Line 598 
Line 598 
 }  }
   
 void  void
 man_man(void *arg, const struct roff_man *man)  
 {  
   
         /*  
          * Dump the keep buffer.  
          * We're guaranteed by now that this exists (is non-NULL).  
          * Flush stdout afterward, just in case.  
          */  
         fputs(mparse_getkeep(man_mparse(man)), stdout);  
         fflush(stdout);  
 }  
   
 void  
 man_mdoc(void *arg, const struct roff_man *mdoc)  man_mdoc(void *arg, const struct roff_man *mdoc)
 {  {
         struct roff_node *n;          struct roff_node *n;

Legend:
Removed from v.1.125  
changed lines
  Added in v.1.126