* cygwinenv.sgml: Add section for 'CYGWIN codepage:[ansi|oem]'

This commit is contained in:
Joshua Daniel Franklin
2003-02-03 00:30:45 +00:00
parent 6688a0618e
commit 46c1de5bf7
3 changed files with 32 additions and 1 deletions

View File

@@ -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>