aboutsummaryrefslogtreecommitdiff
path: root/bin/9l
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-11-27 23:58:32 +0000
committerrsc <devnull@localhost>2005-11-27 23:58:32 +0000
commit77fd60a177e50b398f1f235bcc47cbfc92e0fa80 (patch)
treee43c6b70ebb4fd0cc8e4db84b43f45a83ef43877 /bin/9l
parent7ae652a96799d83e5a8d3ace9139c9e3df471a49 (diff)
downloadplan9port-77fd60a177e50b398f1f235bcc47cbfc92e0fa80.tar.gz
plan9port-77fd60a177e50b398f1f235bcc47cbfc92e0fa80.tar.bz2
plan9port-77fd60a177e50b398f1f235bcc47cbfc92e0fa80.zip
shut up openbsd
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
}