From 0fa1ab632f6e328321cdec779e66ed07cac89d04 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Thu, 2 Sep 2010 03:56:36 -0400 Subject: [PATCH] Pack five columns into cross-ref. This saves us an entire page and fixes the single dangling line. --- runoff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runoff b/runoff index 14db252..1435646 100755 --- a/runoff +++ b/runoff @@ -191,7 +191,7 @@ do uses=`egrep -h '([^a-zA-Z_0-9])'$i'($|[^a-zA-Z_0-9])' alltext | awk '{print $1}'` if [ "x$defs" != "x$uses" ]; then echo $i $defs - echo $uses |fmt -24 | sed 's/^/ /' + echo $uses |fmt -29 | sed 's/^/ /' fi done ) >refs