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.master
parent
22b0b798ed
commit
0c3deaccef
|
@ -8526,7 +8526,7 @@ of a package:
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
@findex specification->package
|
@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
|
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
|
||||||
|
|
Reference in New Issue