From 93fa97b1d275fbba5c0d3559dd2b4d8442f78db7 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 28 Feb 2009 14:43:35 +0000 Subject: Made `Ds' emit a warning. Default width is 78. --- mdocterm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mdocterm.c') diff --git a/mdocterm.c b/mdocterm.c index 3e2f70f0..398794ca 100644 --- a/mdocterm.c +++ b/mdocterm.c @@ -1,4 +1,4 @@ -/* $Id: mdocterm.c,v 1.18 2009/02/27 10:55:16 kristaps Exp $ */ +/* $Id: mdocterm.c,v 1.19 2009/02/28 14:43:35 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -112,7 +112,7 @@ main(int argc, char *argv[]) if (NULL == (mdoc = mmain_mdoc(p))) mmain_exit(p, 1); - termp.maxrmargin = 80; /* XXX */ + termp.maxrmargin = 78; /* XXX */ termp.rmargin = termp.maxrmargin; termp.maxcols = 1024; termp.offset = termp.col = 0; -- cgit v1.2.3