* cygwinenv.sgml: Rename fork_retry to proc_retry since it has turned out to be

more general than just fork.
This commit is contained in:
Christopher Faylor 2006-04-03 03:37:52 +00:00
parent b7b1c2d787
commit 0a75feea66
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2006-03-18 Christopher Faylor <cgf@timesys.com>
* cygwinenv.sgml: Rename fork_retry to proc_retry since it has turned
out to be more general than just fork.
2006-03-13 Christopher Faylor <cgf@timesys.com>
* cygwinenv.sgml: Explain about new fork_retry CYGWIN environment

View File

@ -101,8 +101,9 @@ down.
</para>
</listitem>
<listitem>
<para><envar>fork_retry:n</envar> - causes the <function>fork()</function>
to retry n times when a child process fails due to certain specific errors.
<para><envar>proc_retry:n</envar> - causes the <function>fork()</function> and <function>exec*()</function>
to retry n times when a child process fails due to certain windows-specific errors. These errors usually
occur when processes are being started while a user is logging off.
</para>
</listitem>
<listitem>