diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-05-07 11:55:02 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-05-07 11:55:02 +0200 |
commit | f45baa4a0a9d7897223ae14faee7083cb19df61e (patch) | |
tree | 4a02b9f6d2702e1d53feb79ed3c5630a629aeef4 /doc | |
parent | 82426f4d4ae0f07e9efff216eee3eea50b22c1e1 (diff) | |
download | patches-f45baa4a0a9d7897223ae14faee7083cb19df61e.tar patches-f45baa4a0a9d7897223ae14faee7083cb19df61e.tar.gz |
doc: Tiny markup fix.
* doc/guix.texi (Substitute Authentication): Use @samp instead of @code for
pseudo-code.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 3785177631..6893a914dc 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -3357,11 +3357,11 @@ with this option: @noindent @cindex reproducible builds -If the ACL contains only the key for @code{b.example.org}, and if -@code{a.example.org} happens to serve the @emph{exact same} substitutes, -then Guix will download substitutes from @code{a.example.org} because it +If the ACL contains only the key for @samp{b.example.org}, and if +@samp{a.example.org} happens to serve the @emph{exact same} substitutes, +then Guix will download substitutes from @samp{a.example.org} because it comes first in the list and can be considered a mirror of -@code{b.example.org}. In practice, independent build machines usually +@samp{b.example.org}. In practice, independent build machines usually produce the same binaries, thanks to bit-reproducible builds (see below). |