me
/
guix
Archived
1
0
Fork 0

doc: Tiny markup fix.

* doc/guix.texi (Substitute Authentication): Use @samp instead of @code for
pseudo-code.
master
Nicolas Goaziou 2020-05-07 11:55:02 +02:00
parent 82426f4d4a
commit f45baa4a0a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 4 additions and 4 deletions

View File

@ -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).