guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: doc: Fix reference to the bind package variable n


From: guix-commits
Subject: branch master updated: doc: Fix reference to the bind package variable name.
Date: Sun, 13 Jun 2021 22:33:31 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0b5120f  doc: Fix reference to the bind package variable name.
0b5120f is described below

commit 0b5120fb03db5226871b3482a72b1e6fdaa59ead
Author: Luis Felipe <luis.felipe.la@protonmail.com>
AuthorDate: Mon Mar 1 11:15:16 2021 -0500

    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>
---
 doc/guix.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index e7c783b..cc5ca18 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -13455,12 +13455,12 @@ of a package:
 
 (operating-system
   ;; ...
-  (packages (cons (list bind "utils")
+  (packages (cons (list isc-bind "utils")
                   %base-packages)))
 @end lisp
 
 @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
 diagnosed right away as ``unbound variables''.  The downside is that one
 needs to know which module defines which package, and to augment the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]