[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.103 and 1.104

version 1.103, 2017/03/04 21:41:13 version 1.104, 2017/04/14 18:24:15
Line 1472 
Line 1472 
                         print_word(descr->string);                          print_word(descr->string);
                         descr = descr->next;                          descr = descr->next;
                 }                  }
                 print_word(":");  
                 font_pop();                  font_pop();
                   print_word(":");
         }          }
   
         font_push('B');          font_push('B');

Legend:
Removed from v.1.103  
changed lines
  Added in v.1.104