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

Diff for /mandoc/Attic/action.c between version 1.25 and 1.26

version 1.25, 2009/02/28 14:43:35 version 1.26, 2009/02/28 19:15:28
Line 397  post_bl_width(struct mdoc *mdoc)
Line 397  post_bl_width(struct mdoc *mdoc)
                                         "%s argument deprecated",                                          "%s argument deprecated",
                                         mdoc_argnames[MDOC_Width]))                                          mdoc_argnames[MDOC_Width]))
                         return(0);                          return(0);
                 width = 6;                  width = 8;
         } else if (MDOC_MAX == (tok = mdoc_find(mdoc, *p)))          } else if (MDOC_MAX == (tok = mdoc_find(mdoc, *p)))
                 return(1);                  return(1);
         else if (0 == (width = mdoc_macro2len(tok)))          else if (0 == (width = mdoc_macro2len(tok)))

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

CVSweb