diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-28 19:15:28 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-28 19:15:28 +0000 |
commit | 2df248c6ce60c428883b2fa11fdde63dd091d8a4 (patch) | |
tree | 57627c2b25a4b83fbc3d0c3879bbacb70b39b7c8 /action.c | |
parent | 8ca154b1311e3c5a7498a21c7c3d0f55cde7940f (diff) | |
download | mandoc-2df248c6ce60c428883b2fa11fdde63dd091d8a4.tar.gz |
Initial Rs/Re support.
Fixed default Ds width.
Diffstat (limited to 'action.c')
-rw-r--r-- | action.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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))) |