~ruther/guix-local

0c3deaccef7db349a625d54cf4b51ed44f56a952 — Tobias Geerinckx-Rice 8 years ago 22b0b79
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.
1 files changed, 1 insertions(+), 1 deletions(-)

M doc/guix.texi
M doc/guix.texi => doc/guix.texi +1 -1
@@ 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