doc: Fix reference to the bind package variable name.

* doc/guix.texi (Globally-Visible Packages): Change "bind" variable
name to the actual variable name, "isc-bind".

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Luis Felipe 2021-03-01 11:15:16 -05:00 committed by Maxim Cournoyer
parent 0294cfc25a
commit 0b5120fb03
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -13455,12 +13455,12 @@ of a package:
(operating-system (operating-system
;; ... ;; ...
(packages (cons (list bind "utils") (packages (cons (list isc-bind "utils")
%base-packages))) %base-packages)))
@end lisp @end lisp
@findex specification->package @findex specification->package
Referring to packages by variable name, like @code{bind} above, has Referring to packages by variable name, like @code{isc-bind} above, has
the advantage of being unambiguous; it also allows typos and such to be the advantage of being unambiguous; it also allows typos and such to be
diagnosed right away as ``unbound variables''. The downside is that one diagnosed right away as ``unbound variables''. The downside is that one
needs to know which module defines which package, and to augment the needs to know which module defines which package, and to augment the