[BACK]Return to tbl_layout.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/tbl_layout.c between version 1.2 and 1.3

version 1.2, 2010/10/15 21:33:47 version 1.3, 2010/10/15 22:50:28
Line 119 
Line 119 
         case ('Z'):          case ('Z'):
                 cp->flags |= TBL_CELL_WIGN;                  cp->flags |= TBL_CELL_WIGN;
                 return(mods(tbl, cp, p, pp + 1, f, ln, pos));                  return(mods(tbl, cp, p, pp + 1, f, ln, pos));
           case ('w'):
                   /* FALLTHROUGH */
           case ('W'):  /* XXX for now, ignore minimal column width */
                   while (isdigit((u_char)p[++pp]));
                   return(mods(tbl, cp, p, pp, f, ln, pos));
         case ('u'):          case ('u'):
                 /* FALLTHROUGH */                  /* FALLTHROUGH */
         case ('U'):          case ('U'):

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3