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

Diff for /mandoc/mdoc_man.c between version 1.127 and 1.128

version 1.127, 2018/08/17 20:33:37 version 1.128, 2018/08/23 19:33:27
Line 600  print_count(int *count)
Line 600  print_count(int *count)
 }  }
   
 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.127  
changed lines
  Added in v.1.128

CVSweb