From 1675d4304303cc9ffbfa1bd129eb574628e43b3e Mon Sep 17 00:00:00 2001 From: cgd Date: Mon, 7 Mar 1994 05:42:17 +0000 Subject: [PATCH] from John F. Woods : don't crap out if -w specified and not in multi-column mode. my reading of my draft of P.2 indicates that this is allowed, just ignored... --- usr.bin/pr/pr.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/usr.bin/pr/pr.c b/usr.bin/pr/pr.c index e04dd12d8c44..78909d9de6bb 100644 --- a/usr.bin/pr/pr.c +++ b/usr.bin/pr/pr.c @@ -43,7 +43,7 @@ static char copyright[] = #ifndef lint /* from: static char sccsid[] = "@(#)pr.c 8.1 (Berkeley) 6/6/93"; */ -static char *rcsid = "$Id: pr.c,v 1.1 1994/01/06 15:57:25 cgd Exp $"; +static char *rcsid = "$Id: pr.c,v 1.2 1994/03/07 05:42:17 cgd Exp $"; #endif /* not lint */ #include @@ -1745,9 +1745,6 @@ setup(argc, argv) pgwd = SPGWD; else pgwd = PGWD; - } else if (clcnt == 1) { - (void)fputs("pr: -w requires multiple columns\n", err); - return(1); } if (cflag || merge) { if (!eflag) {