diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-05-09 23:10:27 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-05-11 11:08:49 +0200 |
commit | 1aaf116d3158bf822d1da1b0f17b48a064bb8dd1 (patch) | |
tree | 5dd6f360f42da24866cc683f8912e392e6db20b2 /doc | |
parent | 424fbe807f4cc597a7a09f714cdfdbfbef2b5e16 (diff) | |
download | gnu-guix-1aaf116d3158bf822d1da1b0f17b48a064bb8dd1.tar gnu-guix-1aaf116d3158bf822d1da1b0f17b48a064bb8dd1.tar.gz |
doc: Fix typo.
* doc/guix.texi (Base Services): "gpm-service", not "gmp-service-type".
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 88bb0277c8..0e63ecadfd 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -7331,7 +7331,7 @@ See @code{man loadkeys} for details. @end deffn -@deffn {Scheme Procedure} gpm-service-type [#:gpm @var{gpm}] @ +@deffn {Scheme Procedure} gpm-service [#:gpm @var{gpm}] @ [#:options] Run @var{gpm}, the general-purpose mouse daemon, with the given command-line @var{options}. GPM allows users to use the mouse in the console, |