summaryrefslogtreecommitdiff
path: root/runoff
diff options
context:
space:
mode:
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