summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-06-07 17:50:58 +0200
committerLudovic Courtès <ludo@gnu.org>2015-06-07 17:50:58 +0200
commit54eb03abbd494232e13f63efb6af370aa0bbab4a (patch)
tree6c072aacec88d95122dce1e5df95c75ae3c28166 /doc
parent7770aafc7561897ff1d3c706420f76843c5182c0 (diff)
doc: Explain where the number of build users comes from.
Suggested by Thomas Schwinge <thomas@codesourcery.com>. * doc/guix.texi (Build Environment Setup): Explain where the number of build users comes from.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index c1027466363..bcfa52d5b11 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -478,6 +478,9 @@ Bash syntax and the @code{shadow} commands):
478@end example 478@end example
479 479
480@noindent 480@noindent
481The number of build users determines how many build jobs may run in
482parallel, as specified by the @option{--max-jobs} option
483(@pxref{Invoking guix-daemon, @option{--max-jobs}}).
481The @code{guix-daemon} program may then be run as @code{root} with: 484The @code{guix-daemon} program may then be run as @code{root} with:
482 485
483@example 486@example