summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2006-08-01 18:06:49 +0000
committerChristopher Faylor <me@cgf.cx>2006-08-01 18:06:49 +0000
commit8fe03354d92aa1e3803275d9e699e7ead4cb22d9 (patch)
treedba46fa262222d2e76bddc8a1112e87697bdca7d
parent01bbb24d1514058a6373236712cea3334315c9c0 (diff)
downloadcygnal-8fe03354d92aa1e3803275d9e699e7ead4cb22d9.tar.gz
cygnal-8fe03354d92aa1e3803275d9e699e7ead4cb22d9.tar.bz2
cygnal-8fe03354d92aa1e3803275d9e699e7ead4cb22d9.zip
* cygwinenv.sgml: Document [no]dosfilewarning option.
-rw-r--r--winsup/doc/ChangeLog4
-rw-r--r--winsup/doc/cygwinenv.sgml8
2 files changed, 11 insertions, 1 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 4ae01a8a6..5216666cb 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -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
diff --git a/winsup/doc/cygwinenv.sgml b/winsup/doc/cygwinenv.sgml
index 9cec61aae..6308125e2 100644
--- a/winsup/doc/cygwinenv.sgml
+++ b/winsup/doc/cygwinenv.sgml
@@ -70,6 +70,12 @@ Cygwin, you can use this option to select an appropriate codepage.
</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
cause problems if the mount table changes, as the cache is not invalidated
@@ -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>