From 3f13bf43632ac0dd29ca89e2c46233fd63f8c3cd Mon Sep 17 00:00:00 2001 From: "fergus.henderson" Date: Sat, 13 Sep 2008 17:23:54 +0000 Subject: 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 --- man/distcc.1 | 41 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 2 deletions(-) (limited to 'man') 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 -- cgit v1.2.1