diff options
author | Andreas Enge <andreas@enge.fr> | 2016-03-14 20:54:28 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2016-03-14 20:54:28 +0100 |
commit | 6e6a04016d292991dcae02bbbe5a3bde616b9092 (patch) | |
tree | 3c055237766aab1ddad1cbd48bc2ebca1a79f137 /doc | |
parent | 9ced12de01919b04f8b93b8dbbf99f74298622a0 (diff) | |
download | patches-6e6a04016d292991dcae02bbbe5a3bde616b9092.tar patches-6e6a04016d292991dcae02bbbe5a3bde616b9092.tar.gz |
doc: Fix incorrect use of @xref.
This is a follow-up to commit 1068f26b797ed7c1475d93cab6eed53c9097c7f6.
Reported by Alex Kost <alezost@gmail.com>.
* doc/guix.texi (Building the Installation Image): Replace @xref by @ref.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 7509ea9dc2..c016eaf3c9 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -5988,8 +5988,8 @@ system} command, specifically: guix system disk-image --image-size=850MiB gnu/system/install.scm @end example -@xref{Invoking guix system} and -@file{gnu/system/install.scm} in the source tree for more information +Have a look at @file{gnu/system/install.scm} in the source tree, +and see also @ref{Invoking guix system} for more information about the installation image. @node System Configuration |