summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfergus.henderson@gmail.com <fergus.henderson@gmail.com@01de4be4-8c4a-0410-9132-4925637da917>2012-05-09 18:40:30 +0000
committerfergus.henderson@gmail.com <fergus.henderson@gmail.com@01de4be4-8c4a-0410-9132-4925637da917>2012-05-09 18:40:30 +0000
commit5ff8a5285bc65f6ae44e119ad4f5cb9320caddc9 (patch)
tree11a7f35a9b9df5e6430e8ee4ff1516135a1fe292
parent43a03489957ef2e01db4c2391bc062eceac6a20e (diff)
downloaddistcc-5ff8a5285bc65f6ae44e119ad4f5cb9320caddc9.tar.gz
Reference the pump(1) man page from the lsdistcc(1) man page.
git-svn-id: http://distcc.googlecode.com/svn/trunk@770 01de4be4-8c4a-0410-9132-4925637da917
-rw-r--r--man/lsdistcc.15
1 files changed, 5 insertions, 0 deletions
diff --git a/man/lsdistcc.1 b/man/lsdistcc.1
index 992cdef..c6d9556 100644
--- a/man/lsdistcc.1
+++ b/man/lsdistcc.1
@@ -132,6 +132,10 @@ Or, in a Makefile, add the line:
export DISTCC_HOSTS = $(shell lsdistcc)
.RE
+Or use
+.BR pump (1)
+which automatically invokes lsdistcc if you set DISTCC_POTENTIAL_HOSTS.
+
.SH "EXIT STATUS"
The exit status is 0 if any servers were found, and 1 otherwise.
@@ -143,6 +147,7 @@ Default format is distcc%d.
.SH "SEE ALSO"
.BR distcc (1),
.BR distccd (1),
+.BR pump (1),
.BR printf (3)
.I http://code.google.com/p/distcc/