[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.112 and 1.113

version 1.112, 2011/06/29 15:38:09 version 1.113, 2011/07/03 22:57:32
Line 709  pre_SS(DECL_ARGS)
Line 709  pre_SS(DECL_ARGS)
   
         switch (n->type) {          switch (n->type) {
         case (MAN_BLOCK):          case (MAN_BLOCK):
                   mt->fl &= ~MANT_LITERAL;
                 mt->lmargin = term_len(p, INDENT);                  mt->lmargin = term_len(p, INDENT);
                 mt->offset = term_len(p, INDENT);                  mt->offset = term_len(p, INDENT);
                 /* If following a prior empty `SS', no vspace. */                  /* If following a prior empty `SS', no vspace. */
Line 759  pre_SH(DECL_ARGS)
Line 760  pre_SH(DECL_ARGS)
   
         switch (n->type) {          switch (n->type) {
         case (MAN_BLOCK):          case (MAN_BLOCK):
                   mt->fl &= ~MANT_LITERAL;
                 mt->lmargin = term_len(p, INDENT);                  mt->lmargin = term_len(p, INDENT);
                 mt->offset = term_len(p, INDENT);                  mt->offset = term_len(p, INDENT);
                 /* If following a prior empty `SH', no vspace. */                  /* If following a prior empty `SH', no vspace. */

Legend:
Removed from v.1.112  
changed lines
  Added in v.1.113

CVSweb