From 04ec167793e3dfd1707ea22132ce12f5b7b45e85 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 28 Feb 2009 19:15:28 +0000 Subject: Initial Rs/Re support. Fixed default Ds width. --- action.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'action.c') diff --git a/action.c b/action.c index c24830ad..f18bb780 100644 --- a/action.c +++ b/action.c @@ -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))) -- cgit v1.2.3