diff options
author | Damien Cassou <damien@cassou.me> | 2020-02-04 15:13:06 +0100 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-02-05 15:07:50 -0500 |
commit | ea9cc4ef219e62de569945816a5e666775e7fa41 (patch) | |
tree | b47cb1d8716115661d8bf1e7311db04a4952f16b /doc | |
parent | 70b6b238486eea20be49652ff78e3a8e6488d1ac (diff) | |
download | patches-ea9cc4ef219e62de569945816a5e666775e7fa41.tar patches-ea9cc4ef219e62de569945816a5e666775e7fa41.tar.gz |
doc: Clarify documentation of Substitute Server Authorization.
* doc/guix.texi (Substitute Server Authorization): Highlight the salient part of
the example.
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index f90a8d4514..710cf97673 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -3292,8 +3292,10 @@ $ guix build emacs --dry-run @end example @noindent -This indicates that substitutes from @code{@value{SUBSTITUTE-SERVER}} are usable and -will be downloaded, when possible, for future builds. +The text changed from ``The following derivations would be built'' to +``112.3 MB would be downloaded''. This indicates that substitutes from +@code{@value{SUBSTITUTE-SERVER}} are usable and will be downloaded, when +possible, for future builds. @cindex substitutes, how to disable The substitute mechanism can be disabled globally by running |