summaryrefslogtreecommitdiff
path: root/runoff
diff options
context:
space:
mode:
authorAustin Clements <[email protected]>2010-09-02 03:56:36 -0400
committerAustin Clements <[email protected]>2010-09-02 03:56:36 -0400
commit0fa1ab632f6e328321cdec779e66ed07cac89d04 (patch)
tree5fa4de61a721ca19544ec9361c61bbe1b4c0b70f /runoff
parent1280d2680274cf44aa1a9531f06f7699d1f9051f (diff)
downloadxv6-labs-0fa1ab632f6e328321cdec779e66ed07cac89d04.tar.gz
xv6-labs-0fa1ab632f6e328321cdec779e66ed07cac89d04.tar.bz2
xv6-labs-0fa1ab632f6e328321cdec779e66ed07cac89d04.zip
Pack five columns into cross-ref. This saves us an entire page and fixes the single dangling line.
Diffstat (limited to 'runoff')
-rwxr-xr-xrunoff2
1 files changed, 1 insertions, 1 deletions
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