[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.71 and 1.72

version 1.71, 2014/10/30 20:10:02 version 1.72, 2014/11/06 22:28:36
Line 1340  pre_it(DECL_ARGS)
Line 1340  pre_it(DECL_ARGS)
                         outflags |= MMAN_nl;                          outflags |= MMAN_nl;
                         font_push('B');                          font_push('B');
                         if (LIST_bullet == bln->norm->Bl.type)                          if (LIST_bullet == bln->norm->Bl.type)
                                 print_word("o");                                  print_word("\\(bu");
                         else                          else
                                 print_word("-");                                  print_word("-");
                         font_pop();                          font_pop();

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

CVSweb