From: Martin Pool Date: Tue, 9 Apr 2002 05:26:46 +0000 (+0000) Subject: Doc _exit_cleanup. X-Git-Tag: v2.5.6~166 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0f451eb3bfff6c624f802954ad3a67718cf8562;p=thirdparty%2Frsync.git Doc _exit_cleanup. --- diff --git a/cleanup.c b/cleanup.c index 904fbaab..37e074a0 100644 --- a/cleanup.c +++ b/cleanup.c @@ -52,7 +52,7 @@ extern int io_error; pid_t cleanup_child_pid = -1; /** - * Eventually calls exit(), therefore does not return. + * Eventually calls exit(), passing @p code, therefore does not return. * * @param code one of the RERR_* codes from errcode.h. **/