Index: winsup/utils/utils.sgml =================================================================== RCS file: /cvs/src/src/winsup/utils/utils.sgml,v retrieving revision 1.34 diff -u -p -r1.34 winsup/utils/utils.sgml --- winsup/utils/utils.sgml 21 Aug 2002 15:42:18 -0000 1.34 +++ winsup/utils/utils.sgml 31 Jan 2003 18:00:08 -0000 @@ -843,6 +843,9 @@ Options for 'set' Action: -m, --multi-string set type to REG_MULTI_SZ -s, --string set type to REG_SZ +Options for 'set' and 'unset' Actions: + -K, --key-separator[=] set key separator to instead of '\' + Other Options: -h, --help output usage information and exit -q, --quiet no error output, just nonzero return if KEY/VALUE missing @@ -914,6 +917,13 @@ number, it's a DWORD. If it starts with string. If you give multiple values, it's a multi-string. Else, it's a regular string. The unset action removes a value from a key. + + + +By default, the last "\" or "/" is assumed to be the separator between the +key and the value. If the value contains "\" or "/", the +-K option can be used to provide an alternate key/value +separator character.