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

Diff for /mandoc/mdoc_term.c between version 1.331 and 1.332

version 1.331, 2016/01/08 17:48:09 version 1.332, 2016/10/09 18:16:56
Line 631  termp_it_pre(DECL_ARGS)
Line 631  termp_it_pre(DECL_ARGS)
                 width = term_len(p, 2);                  width = term_len(p, 2);
                 break;                  break;
         case LIST_hang:          case LIST_hang:
           case LIST_tag:
                 width = term_len(p, 8);                  width = term_len(p, 8);
                 break;                  break;
         case LIST_column:          case LIST_column:
         case LIST_tag:  
                 width = term_len(p, 10);                  width = term_len(p, 10);
                 break;                  break;
         default:          default:

Legend:
Removed from v.1.331  
changed lines
  Added in v.1.332

CVSweb