Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2005-01-31 23:03:20 +0300
committerCorinna Vinschen <corinna@vinschen.de>2005-01-31 23:03:20 +0300
commitc93b32d9bf61c5041daaa2b8ebd2ee5b7a6c73d0 (patch)
tree06dd5a22cfaa0ba238f97e5c54170d27e103429a /winsup/doc/cygwinenv.sgml
parent740760ec5af3cbceab552c4f3c821c4538f1fada (diff)
* cygwinenv.sgml: Add words for (no)traverse option.
Diffstat (limited to 'winsup/doc/cygwinenv.sgml')
-rw-r--r--winsup/doc/cygwinenv.sgml10
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/doc/cygwinenv.sgml b/winsup/doc/cygwinenv.sgml
index b7f95aaac..a3170eb2c 100644
--- a/winsup/doc/cygwinenv.sgml
+++ b/winsup/doc/cygwinenv.sgml
@@ -159,6 +159,16 @@ order not to strip, specify <literal>title</literal> or <literal>title
nostrip_title</literal>.</para>
</listitem>
<listitem>
+<para><envar>(no)traverse</envar> - This option only affects NT systems.
+If set, Cygwin handles file permissions so that the parent directories'
+permissions are checked, as it's default on POSIX systems. If not set,
+only the file's own permissions are taken into account. This is the
+default on Windows and called "bypass traverse checking". Beginning with
+version 1.5.13, traverse checking (as on POSIX) is enabled by default.
+If you want to switch off traverse checking for Cygwin processes and child
+processes started from Cygwin processes, you have to set "notraverse".</para>
+</listitem>
+<listitem>
<para><envar>(no)tty</envar> - if set, Cygwin enables extra support
(i.e., termios) for UNIX-like ttys.
It is not compatible with some Windows programs.