summaryrefslogtreecommitdiff
path: root/cleanup.c
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2002-04-09 05:26:46 +0000
committerMartin Pool <mbp@samba.org>2002-04-09 05:26:46 +0000
commitb0f451eb3bfff6c624f802954ad3a67718cf8562 (patch)
tree95a03fa2584cb0a68331399e3ea7d4f586fcc8cd /cleanup.c
parentd0829892c6f9bc078c24ef11f9c13856b0a64978 (diff)
downloadrsync-b0f451eb3bfff6c624f802954ad3a67718cf8562.tar.gz
Doc _exit_cleanup.
Diffstat (limited to 'cleanup.c')
-rw-r--r--cleanup.c2
1 files changed, 1 insertions, 1 deletions
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.
**/