diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-04-15 19:11:32 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-04-15 19:11:32 +0200 |
commit | b44e19acd1a0d449427cea0333f02ac98605be1c (patch) | |
tree | d1be766186d27c42cc6ec630bf17c67bfae0a5d2 /doc | |
parent | b4440de133401abc6ce8be6c1c2e720efd9b2ba3 (diff) | |
download | patches-b44e19acd1a0d449427cea0333f02ac98605be1c.tar patches-b44e19acd1a0d449427cea0333f02ac98605be1c.tar.gz |
doc: Fix typo.
* doc/guix.texi (Running Guix in a VM): Add missing reference to
`spice-vdagent-service' and misuse of @pxref.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 9ddd266b2b..ef5f68db24 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -27340,7 +27340,8 @@ VM. To enable that you'll also have to pass the following flags to @command{qem name=com.redhat.spice.0 @end example -You'll also need to add the @pxref{Miscellaneous Services, Spice service}. +You'll also need to add the @code{(spice-vdagent-service)} to your +system definition (@pxref{Miscellaneous Services, Spice service}). @node Defining Services @section Defining Services |