* cygwinenv.sgml: Add new words for (no)traverse option.

This commit is contained in:
Corinna Vinschen 2005-04-16 13:16:25 +00:00
parent 6381056b23
commit 00c05edcf1
2 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2005-04-16 Corinna Vinschen <corinna@vinschen.de>
* cygwinenv.sgml: Add new words for (no)traverse option.
2005-03-30 Christopher Faylor <cgf@timesys.com> 2005-03-30 Christopher Faylor <cgf@timesys.com>
* how-using.texinfo: Add more words to the "multiple DLL" section. * how-using.texinfo: Add more words to the "multiple DLL" section.

View File

@ -163,10 +163,12 @@ nostrip_title</literal>.</para>
If set, Cygwin handles file permissions so that the parent directories' If set, Cygwin handles file permissions so that the parent directories'
permissions are checked, as it's default on POSIX systems. If not set, 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 only the file's own permissions are taken into account. This is the
default on Windows and called "bypass traverse checking". Beginning with default on Windows and called "bypass traverse checking". Default was
version 1.5.13, traverse checking (as on POSIX) is enabled by default. "traverse" in version 1.5.13 and 1.5.14. Beginning with 1.5.15, traverse
If you want to switch off traverse checking for Cygwin processes and child checking is disabled again since it's not correctly implemented by Microsoft
processes started from Cygwin processes, you have to set "notraverse".</para> and it's behaviour is getting worse with each new OS version. Unprivileged
terminal server sessions are practically impossible with traverse checking
switched on. So, use at your own risk.</para>
</listitem> </listitem>
<listitem> <listitem>
<para><envar>(no)tty</envar> - if set, Cygwin enables extra support <para><envar>(no)tty</envar> - if set, Cygwin enables extra support