[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.74 and 1.75

version 1.74, 2014/11/27 22:27:40 version 1.75, 2014/11/30 05:28:00
Line 1600 
Line 1600 
 post_pf(DECL_ARGS)  post_pf(DECL_ARGS)
 {  {
   
         outflags &= ~MMAN_spc;          if ( ! (n->next == NULL || n->next->flags & MDOC_LINE))
                   outflags &= ~MMAN_spc;
 }  }
   
 static int  static int

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75