Pack five columns into cross-ref. This saves us an entire page and fixes the single dangling line.
This commit is contained in:
parent
1280d26802
commit
0fa1ab632f
1 changed files with 1 additions and 1 deletions
2
runoff
2
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
|
||||
|
|
Loading…
Reference in a new issue