diff options
author | Joshua Daniel Franklin <joshuadfranklin@yahoo.com> | 2003-02-03 00:30:45 +0000 |
---|---|---|
committer | Joshua Daniel Franklin <joshuadfranklin@yahoo.com> | 2003-02-03 00:30:45 +0000 |
commit | 46c1de5bf7ec3eea686534d215fb49ef079a43b4 (patch) | |
tree | 5590378577b2caa924873ad64dec327c9589b8a2 /winsup/utils/utils.sgml | |
parent | 6688a0618e8cbdfb89b3fd3c670dcd913cd22a08 (diff) | |
download | cygnal-46c1de5bf7ec3eea686534d215fb49ef079a43b4.tar.gz cygnal-46c1de5bf7ec3eea686534d215fb49ef079a43b4.tar.bz2 cygnal-46c1de5bf7ec3eea686534d215fb49ef079a43b4.zip |
* cygwinenv.sgml: Add section for 'CYGWIN codepage:[ansi|oem]'
Diffstat (limited to 'winsup/utils/utils.sgml')
-rw-r--r-- | winsup/utils/utils.sgml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/utils/utils.sgml b/winsup/utils/utils.sgml index e98c2db43..131b0a56d 100644 --- a/winsup/utils/utils.sgml +++ b/winsup/utils/utils.sgml @@ -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 @@ -916,6 +919,12 @@ 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. You can use the <literal>-K</literal> option to provide +an alternate key/value separator character. +</para> + </sect2> <sect2 id="setfacl"><title>setfacl</title> |