diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-01-12 14:16:06 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-01-12 14:16:06 +0000 |
commit | a9dad78ecdcda91d639bb2455703de13f85b3678 (patch) | |
tree | e83cb0c19eef884bd5491200bd5990aec036265e /convert/README.pcitable | |
parent | 4838d49d540ca19de1a22eaab5ee65c474ded60b (diff) | |
download | ldetect-lst-a9dad78ecdcda91d639bb2455703de13f85b3678.tar ldetect-lst-a9dad78ecdcda91d639bb2455703de13f85b3678.tar.gz ldetect-lst-a9dad78ecdcda91d639bb2455703de13f85b3678.tar.bz2 ldetect-lst-a9dad78ecdcda91d639bb2455703de13f85b3678.tar.xz ldetect-lst-a9dad78ecdcda91d639bb2455703de13f85b3678.zip |
fix typo
Diffstat (limited to 'convert/README.pcitable')
-rw-r--r-- | convert/README.pcitable | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/convert/README.pcitable b/convert/README.pcitable index b89e5a8c..05d490dc 100644 --- a/convert/README.pcitable +++ b/convert/README.pcitable @@ -11,7 +11,7 @@ rm -f vendors.txt ; wget http://www.yourvote.com/pci/vendors.txt ./merge2pcitable.pl pciids vendors.txt pcitable > pcitable.new # Another one -rm -f pcids.html ; wget http://www.begent.co.uk/pcids.htm +rm -f pcids.htm ; wget http://www.begent.co.uk/pcids.htm ./merge2pcitable.pl begent_pcids_htm pcids.htm pcitable > pcitable.new # you can also try the following. BUT be careful when choosing cards needing subids. Ask pixel@mandrakesoft.com first! ./merge2pcitable.pl --keep-subids begent_pcids_htm pcids.htm pcitable > pcitable.new |