summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorfergus.henderson <fergus.henderson@01de4be4-8c4a-0410-9132-4925637da917>2008-09-13 17:23:54 +0000
committerfergus.henderson <fergus.henderson@01de4be4-8c4a-0410-9132-4925637da917>2008-09-13 17:23:54 +0000
commit3f13bf43632ac0dd29ca89e2c46233fd63f8c3cd (patch)
tree5f05cad16696316b8d67c927d6c1642b43fc66ad /man
parenta5270b90dfac1f586edd858d51f6207242301499 (diff)
downloaddistcc-3f13bf43632ac0dd29ca89e2c46233fd63f8c3cd.tar.gz
Incorporate 01_distcc_man.dpatch from debian distribution.
This patch adds documentation of all of the exit codes to the man page. Also add comment to exitcode.h reminding maintainers to update the man page. Also update the HTML versions of the man pages. git-svn-id: http://distcc.googlecode.com/svn/trunk@614 01de4be4-8c4a-0410-9132-4925637da917
Diffstat (limited to 'man')
-rw-r--r--man/distcc.141
1 files changed, 39 insertions, 2 deletions
diff --git a/man/distcc.1 b/man/distcc.1
index 904c634..db34539 100644
--- a/man/distcc.1
+++ b/man/distcc.1
@@ -636,20 +636,57 @@ particular
.TP
100
General distcc failure.
+.TP
+101
+Bad arguments.
+.TP
+102
+Bind failed.
+.TP
+103
+Connect failed.
+.TP
+104
+Compiler crashed.
.TP
105
Out of memory.
+.TP
+106
+Bad Host SPEC
+.TP
+107
+I/O Error
+.TP
+108
+Truncated.
+.TP
+109
+Protocol Error.
.TP
110
The given compiler was not found on the remote host. Check that $CC is set appropriately and that it's installed in a directory on the search path for distccd.
.TP
111
Recursive call to distcc.
+.TP
+112
+Failed to discard privileges.
+.TP
+113
+Network access denied.
+.TP
+114
+In use by another process.
+.TP
+115
+No such file.
.TP
116
No hosts defined and fallbacks disabled.
-.PP
-(Others are listed in exitcode.h.)
+.TP
+118
+Timeout.
.SH "FILES"
If $DISTCC_HOSTS is not set, distcc reads a host list from either
.B $DISTCC_DIR/hosts