* cygwinenv.sgml: Document [no]dosfilewarning option.

This commit is contained in:
Christopher Faylor 2006-08-01 18:06:49 +00:00
parent 01bbb24d15
commit 8fe03354d9
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-08-01 Christopher Faylor <cgf@timesys.com>
* cygwinenv.sgml: Document [no]dosfilewarning option.
2006-07-18 Corinna Vinschen <corinna@vinschen.de>
* pathnames.sgml: Change text for the order in which executables

View File

@ -69,6 +69,12 @@ Cygwin, you can use this option to select an appropriate codepage.
</para>
</listitem>
<listitem>
<para><envar>(no)dosfilewarning</envar> - If set, Cygwin will warn the
first time a user uses an "MS-DOS" style path name rather than a POSIX-style
path name. Defaults to set.</para>
</listitem>
<listitem>
<para><envar>(no)envcache</envar> - If set, environment variable
conversions (between Win32 and POSIX) are cached. Note that this is may
@ -77,7 +83,7 @@ and may contain values that depend on the previous mount table
contents. Defaults to set.</para>
</listitem>
<listitem>
<para><envar>(no)export</envar> - if set, the final values of these
<para><envar>(no)export</envar> - If set, the final values of these
settings are re-exported to the environment as <envar>CYGWIN</envar> again.
Defaults to off.</para>
</listitem>