[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.54 and 1.55

version 1.54, 2013/12/24 20:45:27 version 1.55, 2013/12/24 22:08:50
Line 1091  pre_fn(DECL_ARGS)
Line 1091  pre_fn(DECL_ARGS)
         if (NULL == n)          if (NULL == n)
                 return(0);                  return(0);
   
           if (MDOC_SYNPRETTY & n->flags)
                   print_block(".HP 4n", MMAN_nl);
   
         font_push('B');          font_push('B');
         print_node(meta, n);          print_node(meta, n);
         font_pop();          font_pop();
Line 1111  post_fn(DECL_ARGS)
Line 1114  post_fn(DECL_ARGS)
         print_word(")");          print_word(")");
         if (MDOC_SYNPRETTY & n->flags) {          if (MDOC_SYNPRETTY & n->flags) {
                 print_word(";");                  print_word(";");
                 outflags |= MMAN_br;                  outflags |= MMAN_PP;
         }          }
 }  }
   

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

CVSweb