comparison gcp.1 @ 58:58091eac8c8e

exit status updated and shown in manpage
author Goffi <goffi@goffi.org>
date Mon, 20 Jun 2011 12:57:15 +0200
parents d26ffbbcbdad
children f4c7aa723870
comparison
equal deleted inserted replaced
57:d4f1235c860b 58:58091eac8c8e
100 .B \-\-sources\-list 100 .B \-\-sources\-list
101 List the names of source file lists. 101 List the names of source file lists.
102 .TP 102 .TP
103 .B \-\-sources\-full\-list 103 .B \-\-sources\-full\-list
104 List the names of source file lists, including their content. 104 List the names of source file lists, including their content.
105 .SH EXIT STATUS
106 The exit status can be:
107 .IP \[bu] 2
108 \fB0\fP if files have been copied correctly or if an other instance of gcp is already running and will do the copy.
109 .IP \[bu]
110 \fB1\fP if at least one file has not been copied, or if something went wrong.
111 .IP \[bu]
112 \fB2\fP if all files have been copied but with some issues
105 .SH LIMITS 113 .SH LIMITS
106 Timestamps preservation with \-\-preserve option is limited by the os python 114 Timestamps preservation with \-\-preserve option is limited by the os python
107 module on POSIX systems. Currently, python only returns timestamps in float 115 module on POSIX systems. Currently, python only returns timestamps in float
108 format, which is a smaller precision than what POSIX provides. Progress on this 116 format, which is a smaller precision than what POSIX provides. Progress on this
109 issue can be seen at http://bugs.python.org/issue11457. 117 issue can be seen at http://bugs.python.org/issue11457.