Hi, A note to the maintainer of the User Guide: the "regtool" information on <http://cygwin.com/cygwin-ug-net/using-utils.html> is out of date (so, for that matter, is the regtool manpage). For more info, see "regtool --help". I could provide a patch for the manpage if I only knew what to diff against. A patch for the User Guide is attached (do I need a ChangeLog?). Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ [EMAIL PROTECTED] ZZZzz /,`.-'`' -. ;-;;,_ [EMAIL PROTECTED] |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow!
Oh, boy, virtual memory! Now I'm gonna make myself a really *big* RAMdisk! -- /usr/games/fortune
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<c>, --key-separator[=]<c> set key separator to <c> 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 <literal>unset</literal> action removes a value from a key. +</para> + +<para> +By default, the last "\" or "/" is assumed to be the separator between the +key and the value. If the value contains "\" or "/", the +<literal>-K</literal> option can be used to provide an alternate key/value +separator character. </para> </sect2>
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/