Pack five columns into cross-ref. This saves us an entire page and fixes the single dangling line.

This commit is contained in:
Austin Clements 2010-09-02 03:56:36 -04:00
parent 1280d26802
commit 0fa1ab632f

2
runoff
View file

@ -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