From: Austin Clements Date: Thu, 2 Sep 2010 07:56:36 +0000 (-0400) Subject: Pack five columns into cross-ref. This saves us an entire page and fixes the single... X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=0fa1ab632f6e328321cdec779e66ed07cac89d04;p=cs3210-lab0.git Pack five columns into cross-ref. This saves us an entire page and fixes the single dangling line. --- 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