[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.4 and 1.5

version 1.4, 2011/01/04 22:28:17 version 1.5, 2011/01/04 23:44:20
Line 126 
Line 126 
         case ('d'):          case ('d'):
                 cp->flags |= TBL_CELL_BALIGN;                  cp->flags |= TBL_CELL_BALIGN;
                 goto mod;                  goto mod;
           case ('w'):  /* XXX for now, ignore minimal column width */
                   goto mod;
         case ('f'):          case ('f'):
                 break;                  break;
         case ('b'):          case ('b'):

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5