aboutsummaryrefslogtreecommitdiff
path: root/bin/9l
diff options
context:
space:
mode:
Diffstat (limited to 'bin/9l')
-rwxr-xr-xbin/9l2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/9l b/bin/9l
index af8a2317..fb72904c 100755
--- a/bin/9l
+++ b/bin/9l
@@ -297,7 +297,7 @@ fi
xtmp=/tmp/9l.$$.$USER.out
xxout() {
- egrep -v ': In function `' $xtmp
+ egrep -v 'is almost always misused|: In function `' $xtmp
rm -f $xtmp
}