summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrc/bin/whois2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/whois b/rc/bin/whois
index 8308e4b60..447c47352 100755
--- a/rc/bin/whois
+++ b/rc/bin/whois
@@ -1,6 +1,6 @@
#!/bin/rc
-for(i in $*)
+>[2] /dev/null for(i in $*)
grep '^'$i' ' /adm/whois ||
grep -i $i /adm/keys.who ||
grep -i $i /adm/netkeys.who ||