summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfergus.henderson <fergus.henderson@01de4be4-8c4a-0410-9132-4925637da917>2010-11-16 18:51:41 +0000
committerfergus.henderson <fergus.henderson@01de4be4-8c4a-0410-9132-4925637da917>2010-11-16 18:51:41 +0000
commit09d8d6326d87c562e9b1217891be9f903a483942 (patch)
tree2c8af07a3caf805548e410fc5446d5693d9529d0
parent4afe4bc8bd6618ada0bd35c46cd8d1bcd486c3cd (diff)
downloaddistcc-09d8d6326d87c562e9b1217891be9f903a483942.tar.gz
Fix error in manual: to disable fallback, set DISTCC_FALLBACK to 0 not 1.
Resolves <http://code.google.com/p/distcc/issues/detail?id=75>. git-svn-id: http://distcc.googlecode.com/svn/trunk@734 01de4be4-8c4a-0410-9132-4925637da917
-rw-r--r--man/include_server.12
1 files changed, 1 insertions, 1 deletions
diff --git a/man/include_server.1 b/man/include_server.1
index ac1352c..5685b9e 100644
--- a/man/include_server.1
+++ b/man/include_server.1
@@ -203,7 +203,7 @@ distcc invocation exits with the non-zero status of the local compilation. The
error messages printed are also those of the local compilation.
The fallback behavior for distcc-pump mode to local compilation can be disabled
-by setting the environment variable DISTCC_FALLBACK to 1, which makes the distcc
+by setting the environment variable DISTCC_FALLBACK to 0, which makes the distcc
command fail as soon as the remote compilation has failed. This setting is very
useful for debugging why the remote compilation went wrong, because now the
output from the server will be printed.