mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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:
parent
0294cfc25a
commit
0b5120fb03
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue