summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfergus.henderson <fergushenderson@users.noreply.github.com>2010-11-16 18:51:41 +0000
committerfergus.henderson <fergushenderson@users.noreply.github.com>2010-11-16 18:51:41 +0000
commitdcc372b52ff04cd7bd90e4ff9e59295d5a3669f2 (patch)
tree2c8af07a3caf805548e410fc5446d5693d9529d0
parent67bd7155c3ebe92f8823939426f38d278e981155 (diff)
downloaddistcc-git-dcc372b52ff04cd7bd90e4ff9e59295d5a3669f2.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>.
-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.