[BACK]Return to man_term.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/man_term.c between version 1.132 and 1.133

version 1.132, 2012/07/14 10:47:07 version 1.133, 2012/07/16 21:59:40
Line 771  pre_SS(DECL_ARGS)
Line 771  pre_SS(DECL_ARGS)
                 break;                  break;
         case (MAN_HEAD):          case (MAN_HEAD):
                 term_fontrepl(p, TERMFONT_BOLD);                  term_fontrepl(p, TERMFONT_BOLD);
                 p->offset = term_len(p, p->defindent/2);                  p->offset = term_len(p, 3);
                 break;                  break;
         case (MAN_BODY):          case (MAN_BODY):
                 p->offset = mt->offset;                  p->offset = mt->offset;

Legend:
Removed from v.1.132  
changed lines
  Added in v.1.133

CVSweb