[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.37 and 1.38

version 1.37, 2012/07/14 09:05:58 version 1.38, 2012/07/16 10:45:28
Line 1338 
Line 1338 
 pre_sp(DECL_ARGS)  pre_sp(DECL_ARGS)
 {  {
   
         print_line(".sp", MMAN_nl);          if (MMAN_PP & outflags) {
                   outflags &= ~MMAN_PP;
                   print_line(".PP", 0);
           } else
                   print_line(".sp", 0);
         return(1);          return(1);
 }  }
   

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38