diff options
author | rsc <devnull@localhost> | 2006-04-06 15:58:01 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-04-06 15:58:01 +0000 |
commit | 45cb54e8a6b6eb4d5308d5404960e7be40b760c1 (patch) | |
tree | 0ff0a8d20e05f41f2e70072d99916826d259bc90 /bin | |
parent | 2ff29ba87ae1077623d4aa93c52020ab379795b2 (diff) | |
download | plan9port-45cb54e8a6b6eb4d5308d5404960e7be40b760c1.tar.gz plan9port-45cb54e8a6b6eb4d5308d5404960e7be40b760c1.tar.bz2 plan9port-45cb54e8a6b6eb4d5308d5404960e7be40b760c1.zip |
no /fd/2
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/lookman | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/lookman b/bin/lookman index 8a29bb94..72d093c3 100755 --- a/bin/lookman +++ b/bin/lookman @@ -13,7 +13,7 @@ fn sigexit sigint sighup sigterm{ } *=`{echo $*|tr A-Z a-z|tr -dc 'a-z0-9_ \012'} # fold case, delete funny chars if(~ $#* 0){ - echo Usage: lookman key ... >/fd/2 + echo usage: lookman key ... >[1=2] exit 1 } look $1 $index|sed 's/.* //'|sort -u >$t1 |