Re: [Patch] regtool: Add load/unload commands and --binary option

2006-03-01 Thread Christian Franke
Attached is version 2 of the patch, including an update of utils.sgml REG_BINARY can now be ether read as binary from stdin: $ echo 0: 01 02 FE FF | xxd -r | regtool -b set KEY/BINVALUE - $ regtool get KEY/BINVALUE | regtool -b set KEY/BINVALUE - or specified as hex arguments: $ regtool -b se

Re: [Patch] regtool: Add load/unload commands and --binary option

2006-03-01 Thread Corinna Vinschen
On Mar 1 20:13, Christian Franke wrote: > Attached is version 2 of the patch, including an update of utils.sgml > > REG_BINARY can now be ether read as binary from stdin: > > $ echo 0: 01 02 FE FF | xxd -r | regtool -b set KEY/BINVALUE - > > $ regtool get KEY/BINVALUE | regtool -b set KEY/BINVA