=================================================================== RCS file: /cvs/mandoc/Attic/action.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -p -r1.25 -r1.26 --- mandoc/Attic/action.c 2009/02/28 14:43:35 1.25 +++ mandoc/Attic/action.c 2009/02/28 19:15:28 1.26 @@ -1,4 +1,4 @@ -/* $Id: action.c,v 1.25 2009/02/28 14:43:35 kristaps Exp $ */ +/* $Id: action.c,v 1.26 2009/02/28 19:15:28 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -397,7 +397,7 @@ post_bl_width(struct mdoc *mdoc) "%s argument deprecated", mdoc_argnames[MDOC_Width])) return(0); - width = 6; + width = 8; } else if (MDOC_MAX == (tok = mdoc_find(mdoc, *p))) return(1); else if (0 == (width = mdoc_macro2len(tok)))