summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2001-02-21 08:16:45 +0000
committerMartin Pool <mbp@samba.org>2001-02-21 08:16:45 +0000
commit8212336aaa96715932f6d18476b2bc28f9e9f923 (patch)
treef099e5b0527aebe5e8171716e289fc6490927627
parent3e3dcd624fbd178ac714048f244208873624d52c (diff)
downloadrsync-8212336aaa96715932f6d18476b2bc28f9e9f923.tar.gz
More explanation of return values.
-rw-r--r--rsync.yo31
1 files changed, 18 insertions, 13 deletions
diff --git a/rsync.yo b/rsync.yo
index cb6ec202..b41f36c4 100644
--- a/rsync.yo
+++ b/rsync.yo
@@ -789,19 +789,24 @@ show why each individual file is included or excluded.
manpagesection(EXIT VALUES)
startdit()
-dit(bf(RERR_SYNTAX 1)) syntax or usage error
-dit(bf(RERR_PROTOCOL 2)) protocol incompatibility
-dit(bf(RERR_FILESELECT 3)) errors selecting input/output files, dirs
-dit(bf(RERR_UNSUPPORTED 4)) requested action not supported
-dit(bf(RERR_SOCKETIO 10)) error in socket IO
-dit(bf(RERR_FILEIO 11)) error in file IO
-dit(bf(RERR_STREAMIO 12)) error in rsync protocol data stream
-dit(bf(RERR_MESSAGEIO 13)) errors with program diagnostics
-dit(bf(RERR_IPC 14)) error in IPC code
-dit(bf(RERR_SIGNAL 20)) status returned when sent SIGUSR1, SIGINT
-dit(bf(RERR_WAITCHILD 21)) some error returned by waitpid()
-dit(bf(RERR_MALLOC 22)) error allocating core memory buffers
-dit(bf(RERR_TIMEOUT 30)) timeout in data send/receive
+dit(bf(RERR_SYNTAX 1)) Syntax or usage error
+dit(bf(RERR_PROTOCOL 2)) Protocol incompatibility
+dit(bf(RERR_FILESELECT 3)) Errors selecting input/output files, dirs
+
+dit(bf(RERR_UNSUPPORTED 4)) Requested action not supported: an attempt
+was made to manipulate 64-bit files on a platform that cannot support
+them; or an option was speciifed that is supported by the client and
+not by the server.
+
+dit(bf(RERR_SOCKETIO 10)) Error in socket IO
+dit(bf(RERR_FILEIO 11)) Error in file IO
+dit(bf(RERR_STREAMIO 12)) Error in rsync protocol data stream
+dit(bf(RERR_MESSAGEIO 13)) Errors with program diagnostics
+dit(bf(RERR_IPC 14)) Error in IPC code
+dit(bf(RERR_SIGNAL 20)) Received SIGUSR1 or SIGINT
+dit(bf(RERR_WAITCHILD 21)) Some error returned by waitpid()
+dit(bf(RERR_MALLOC 22)) Error allocating core memory buffers
+dit(bf(RERR_TIMEOUT 30)) Timeout in data send/receive
enddit()
manpagesection(ENVIRONMENT VARIABLES)