=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/tbl_layout.c,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/mandoc/tbl_layout.c 2010/10/15 21:33:47 1.2 --- src/usr.bin/mandoc/tbl_layout.c 2010/10/15 22:50:28 1.3 *************** *** 1,4 **** ! /* $Id: tbl_layout.c,v 1.2 2010/10/15 21:33:47 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: tbl_layout.c,v 1.3 2010/10/15 22:50:28 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * *************** *** 119,124 **** --- 119,129 ---- case ('Z'): cp->flags |= TBL_CELL_WIGN; 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'): /* FALLTHROUGH */ case ('U'):