# HG changeset patch # User atmos4 # Date 1010868475 0 # Node ID e391c5c9da230e86a8818150cf1662e5fce61c77 # Parent 86a600a5ab9e31942323cebb0285a50de6eb214b Fix typo and some updates. diff -r 86a600a5ab9e -r e391c5c9da23 libdha/pci_db2c.awk --- a/libdha/pci_db2c.awk Sat Jan 12 20:02:47 2002 +0000 +++ b/libdha/pci_db2c.awk Sat Jan 12 20:47:55 2002 +0000 @@ -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];