[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.76 and 1.77

version 1.76, 2014/11/27 22:27:56 version 1.77, 2014/11/30 05:29:00
Line 1602  static void
Line 1602  static void
 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.76  
changed lines
  Added in v.1.77

CVSweb