* 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:
parent
b7b1c2d787
commit
0a75feea66
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue