diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-27 06:10:47 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-29 23:27:52 +0100 |
commit | 0c3deaccef7db349a625d54cf4b51ed44f56a952 (patch) | |
tree | 40c68d168ad6000e5a91b6b678a3c4923c5a11d1 | |
parent | 22b0b798edafc18f6790f7dba592b49b2927f529 (diff) | |
download | guix-0c3deaccef7db349a625d54cf4b51ed44f56a952.tar guix-0c3deaccef7db349a625d54cf4b51ed44f56a952.tar.gz |
doc: Replace a stale reference to a code snippet.
The text refers to a snippet which has since been removed, but a
suitable replacement is near. Use it.
* doc/guix.texi (Using the Configuration System): Substitute bind for
tcpdump.
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 3ad9479489..7dfc68d4dc 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -8526,7 +8526,7 @@ of a package: @end lisp @findex specification->package -Referring to packages by variable name, like @var{tcpdump} above, has +Referring to packages by variable name, like @code{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 |