Skip to content

Commit

Permalink
Pack five columns into cross-ref. This saves us an entire page and fi…
Browse files Browse the repository at this point in the history
…xes the single dangling line.
  • Loading branch information
Austin Clements committed Sep 2, 2010
1 parent 1280d26 commit 0fa1ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runoff
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0fa1ab6

Please sign in to comment.