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

version 1.39, 2012/07/29 16:29:56 version 1.40, 2012/07/29 16:30:52
Line 971 
Line 971 
 {  {
   
         font_push('B');          font_push('B');
         print_word("-");          print_word("\\-");
         outflags &= ~MMAN_spc;          outflags &= ~MMAN_spc;
         return(1);          return(1);
 }  }

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