summaryrefslogtreecommitdiffstats
path: root/action.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-02-28 19:15:28 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-02-28 19:15:28 +0000
commit2df248c6ce60c428883b2fa11fdde63dd091d8a4 (patch)
tree57627c2b25a4b83fbc3d0c3879bbacb70b39b7c8 /action.c
parent8ca154b1311e3c5a7498a21c7c3d0f55cde7940f (diff)
downloadmandoc-2df248c6ce60c428883b2fa11fdde63dd091d8a4.tar.gz
Initial Rs/Re support.
Fixed default Ds width.
Diffstat (limited to 'action.c')
-rw-r--r--action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/action.c b/action.c
index e5d88d74..f255a2f3 100644
--- a/action.c
+++ b/action.c
@@ -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)))