summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/guix-cookbook.texi9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi
index 022223715ef..d1d12f66d2a 100644
--- a/doc/guix-cookbook.texi
+++ b/doc/guix-cookbook.texi
@@ -1541,9 +1541,9 @@ The recursive importer won't import packages for which Guix already has package
1541definitions, except for the very first. 1541definitions, except for the very first.
1542 1542
1543Not all applications can be packaged this way, only those relying on a select 1543Not all applications can be packaged this way, only those relying on a select
1544number of supported systems. Read about the full list of importers in 1544number of supported systems.
1545the guix import section of the manual 1545@xref{Invoking guix import,,, guix, GNU Guix Reference Manual} for
1546(@pxref{Invoking guix import,,, guix, GNU Guix Reference Manual}). 1546the full list of importers.
1547 1547
1548@node Automatic update 1548@node Automatic update
1549@subsubsection Automatic update 1549@subsubsection Automatic update
@@ -1563,6 +1563,9 @@ well:
1563$ guix refresh hello --update 1563$ guix refresh hello --update
1564@end example 1564@end example
1565 1565
1566@xref{Invoking guix refresh,,, guix, GNU Guix Reference Manual}, for
1567more info.
1568
1566@node Inheritance 1569@node Inheritance
1567@subsubsection Inheritance 1570@subsubsection Inheritance
1568 1571