diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-03-29 15:34:12 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-03-29 15:35:54 +0100 |
commit | 46fc7cafcf7dcaaa252591df387541d43df05bb9 (patch) | |
tree | b13aa4762ee990b1780f402a97e103d9a363979e /doc | |
parent | 8339ccac5fc294fb3d0a0f62fe91c9dfaf0ba28f (diff) | |
download | patches-46fc7cafcf7dcaaa252591df387541d43df05bb9.tar patches-46fc7cafcf7dcaaa252591df387541d43df05bb9.tar.gz |
doc: Fix invalid uses of @ref.
* doc/guix.texi (Invoking guix pull): Use @xref instead of @ref at the
beginning of sentences.
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 525b8f424f..d6dda9904c 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -3621,7 +3621,7 @@ Generation 3 Jun 13 2018 23:31:07 (current) 69 packages upgraded: borg@@1.1.6, cheese@@3.28.0, @dots{} @end example -@ref{Invoking guix describe, @command{guix describe}}, for other ways to +@xref{Invoking guix describe, @command{guix describe}}, for other ways to describe the current status of Guix. This @code{~/.config/guix/current} profile works like any other profile @@ -3666,7 +3666,7 @@ is provided, the subset of generations that match @var{pattern}. The syntax of @var{pattern} is the same as with @code{guix package --list-generations} (@pxref{Invoking guix package}). -@ref{Invoking guix describe}, for a way to display information about the +@xref{Invoking guix describe}, for a way to display information about the current generation only. @item --profile=@var{profile} |