summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfergus.henderson <fergushenderson@users.noreply.github.com>2012-05-09 18:40:30 +0000
committerfergus.henderson <fergushenderson@users.noreply.github.com>2012-05-09 18:40:30 +0000
commitb43b3e212f1e5e07f843bcb6d0e40a6d9ddc9519 (patch)
tree11a7f35a9b9df5e6430e8ee4ff1516135a1fe292
parented62def56ca2f8273b874269dce79f230566edb4 (diff)
downloaddistcc-git-b43b3e212f1e5e07f843bcb6d0e40a6d9ddc9519.tar.gz
Reference the pump(1) man page from the lsdistcc(1) man page.
-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/