Trivial documentation patch
Jon Jensen
jon at endpoint.com
Sat Oct 25 05:35:48 EST 2003
Greetings.
I'm not sure if this is the place or not, but I wanted to pass on this
patch (against CVS as of today) to document two exit values that are used
by rsync but not yet in the docs. Please let me know if there's a better
place to send it.
Many thanks to the developers and maintainers of rsync for all the
excellent work!
Jon
Index: rsync.yo
===================================================================
RCS file: /cvsroot/rsync/rsync.yo,v
retrieving revision 1.128
diff -u -r1.128 rsync.yo
--- rsync.yo 7 Oct 2003 20:33:08 -0000 1.128
+++ rsync.yo 24 Oct 2003 19:33:09 -0000
@@ -1109,15 +1109,17 @@
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_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_STARTCLIENT 5)) Error starting client-server protocol
+
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
@@ -1126,6 +1128,7 @@
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_PARTIAL 23)) Partial transfer
dit(bf(RERR_TIMEOUT 30)) Timeout in data send/receive
enddit()
More information about the rsync
mailing list