[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.39 and 1.40

version 1.39, 2012/07/14 09:07:18 version 1.40, 2012/07/16 09:51:54
Line 1342  static int
Line 1342  static int
 pre_sp(DECL_ARGS)  pre_sp(DECL_ARGS)
 {  {
   
         print_line(".sp", MMAN_nl);          if (MMAN_PP & outflags && MDOC_It != n->parent->tok)
                   print_line(".PP", 0);
           else
                   print_line(".sp", 0);
         return(1);          return(1);
 }  }
   

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

CVSweb