diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-11-25 11:07:48 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-11-25 11:59:54 +0100 |
commit | 317714979788fee3e702541b39d89c123d7abdef (patch) | |
tree | 12401919985835726c8e9d6d87e5cc59aeab11c5 /doc | |
parent | 479b417b54ab5ef7ce0d46c409ab084d5eb3c9ad (diff) | |
download | guix-317714979788fee3e702541b39d89c123d7abdef.tar.gz |
doc: Remove mention of monadic services.
* doc/guix.texi (Base Services): Remove mention of a list of monadic services.
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 240b5d1ccd..058b3598dc 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -6290,8 +6290,8 @@ services that one expects from the system. The services exported by this module are listed below. @defvr {Scheme Variable} %base-services -This variable contains a list of basic services@footnote{Technically, -this is a list of monadic services. @xref{The Store Monad}.} one would +This variable contains a list of basic services (@pxref{Service Types +and Services}, for more information on service objects) one would expect from the system: a login service (mingetty) on each tty, syslogd, libc's name service cache daemon (nscd), the udev device manager, and more. |