From 0a75feea6682e59cd30837f9c44e96f287256021 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 3 Apr 2006 03:37:52 +0000 Subject: [PATCH] * cygwinenv.sgml: Rename fork_retry to proc_retry since it has turned out to be more general than just fork. --- winsup/doc/ChangeLog | 5 +++++ winsup/doc/cygwinenv.sgml | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 2f33669cf..938550514 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,8 @@ +2006-03-18 Christopher Faylor + + * 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 * cygwinenv.sgml: Explain about new fork_retry CYGWIN environment diff --git a/winsup/doc/cygwinenv.sgml b/winsup/doc/cygwinenv.sgml index 63f927e73..9cec61aae 100644 --- a/winsup/doc/cygwinenv.sgml +++ b/winsup/doc/cygwinenv.sgml @@ -101,8 +101,9 @@ down. -fork_retry:n - causes the fork() -to retry n times when a child process fails due to certain specific errors. +proc_retry:n - causes the fork() and exec*() +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. -- 2.43.5