mirror of
https://github.com/mpv-player/mpv
synced 2025-05-02 08:09:50 +00:00
Fix typo and some updates.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4119 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4d7665a602
commit
2fe62851a9
@ -4,16 +4,16 @@
|
|||||||
#
|
#
|
||||||
# Usage: awk -f pci_db2c.awk pci.db
|
# Usage: awk -f pci_db2c.awk pci.db
|
||||||
#
|
#
|
||||||
# Tested with Gawk v 3.0.3
|
# Tested with Gawk v 3.0.x and Mawk 1.3.3
|
||||||
# But there are reports that it works with Awk and Mawk
|
# But it should work with standard Awk implementations (hopefully).
|
||||||
# (Nobody tested it with Nawk).
|
# (Nobody tested it with Nawk, but it should work, too).
|
||||||
#
|
#
|
||||||
|
|
||||||
BEGIN {
|
BEGIN {
|
||||||
|
|
||||||
if(ARGC != 2) {
|
if(ARGC != 2) {
|
||||||
# check for arguments:
|
# check for arguments:
|
||||||
print "Usage gawk -f pci_dc2c.awk pci.db";
|
print "Usage awk -f pci_db2c.awk pci.db (and make sure pci.db file exists first)";
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
in_file = ARGV[1];
|
in_file = ARGV[1];
|
||||||
|
Loading…
Reference in New Issue
Block a user