doc: Fix incorrect use of @xref.
This is a follow-up to commit 1068f26b79
.
Reported by Alex Kost <alezost@gmail.com>.
* doc/guix.texi (Building the Installation Image): Replace @xref by @ref.
This commit is contained in:
parent
9ced12de01
commit
6e6a04016d
|
@ -5988,8 +5988,8 @@ system} command, specifically:
|
||||||
guix system disk-image --image-size=850MiB gnu/system/install.scm
|
guix system disk-image --image-size=850MiB gnu/system/install.scm
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@xref{Invoking guix system} and
|
Have a look at @file{gnu/system/install.scm} in the source tree,
|
||||||
@file{gnu/system/install.scm} in the source tree for more information
|
and see also @ref{Invoking guix system} for more information
|
||||||
about the installation image.
|
about the installation image.
|
||||||
|
|
||||||
@node System Configuration
|
@node System Configuration
|
||||||
|
|
Loading…
Reference in New Issue