Skip to content
Snippets Groups Projects
Commit 0fa1ab63 authored by Austin Clements's avatar Austin Clements
Browse files

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

parent 1280d268
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment