[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.73 and 1.75

version 1.73, 2009/09/20 17:24:57 version 1.75, 2009/09/20 19:25:06
Line 424  print_foot(DECL_ARGS)
Line 424  print_foot(DECL_ARGS)
 }  }
   
   
   /* FIXME: put in utility library. */
 /* ARGSUSED */  /* ARGSUSED */
 static void  static void
 print_head(DECL_ARGS)  print_head(DECL_ARGS)
Line 762  termp_it_pre(DECL_ARGS)
Line 763  termp_it_pre(DECL_ARGS)
                  * the 0 will be adjusted to default 10 or, if in the                   * the 0 will be adjusted to default 10 or, if in the
                  * last column case, set to stretch to the margin).                   * last column case, set to stretch to the margin).
                  */                   */
                 for (i = 0, n = node->prev; n && n &&                  for (i = 0, n = node->prev; n &&
                                 i < (int)bl->args[vals[2]].argv->sz;                                  i < (int)bl->args[vals[2]].argv->sz;
                                 n = n->prev, i++)                                  n = n->prev, i++)
                         offset += arg_width                          offset += arg_width

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.75

CVSweb