[Mplayer-cvslog] CVS: main/libdha pci_db2c.awk,1.2,1.3
Atmosfear
atmos4 at mplayer.dev.hu
Sat Jan 12 21:47:58 CET 2002
Update of /cvsroot/mplayer/main/libdha
In directory mplayer:/var/tmp.root/cvs-serv5918
Modified Files:
pci_db2c.awk
Log Message:
Fix typo and some updates.
Index: pci_db2c.awk
===================================================================
RCS file: /cvsroot/mplayer/main/libdha/pci_db2c.awk,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pci_db2c.awk 12 Jan 2002 18:26:13 -0000 1.2
+++ pci_db2c.awk 12 Jan 2002 20:47:55 -0000 1.3
@@ -4,16 +4,16 @@
#
# Usage: awk -f pci_db2c.awk pci.db
#
-# Tested with Gawk v 3.0.3
-# But there are reports that it works with Awk and Mawk
-# (Nobody tested it with Nawk).
+# Tested with Gawk v 3.0.x and Mawk 1.3.3
+# But it should work with standard Awk implementations (hopefully).
+# (Nobody tested it with Nawk, but it should work, too).
#
BEGIN {
if(ARGC != 2) {
# 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);
}
in_file = ARGV[1];
More information about the MPlayer-cvslog
mailing list