Mercurial > mplayer.hg
changeset 4118:e391c5c9da23
Fix typo and some updates.
author | atmos4 |
---|---|
date | Sat, 12 Jan 2002 20:47:55 +0000 |
parents | 86a600a5ab9e |
children | 639b3b47b138 |
files | libdha/pci_db2c.awk |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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];