diff options
Diffstat (limited to 'usr.bin/keyinfo/keyinfo.pl')
-rw-r--r-- | usr.bin/keyinfo/keyinfo.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/keyinfo/keyinfo.pl b/usr.bin/keyinfo/keyinfo.pl index 260a72479f987..631c9d6b04865 100644 --- a/usr.bin/keyinfo/keyinfo.pl +++ b/usr.bin/keyinfo/keyinfo.pl @@ -3,7 +3,7 @@ # Search /etc/skeykeys for the skey string for this user OR user specified # in 1st parameter. # -# $Id$ +# $Id: keyinfo.pl,v 1.3 1997/02/22 19:55:21 peter Exp $ # die "usage: keyinfo [user]\n" unless $#ARGV < 1; |