summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-07-14 16:34:24 +0200
committerLudovic Courtès <ludo@gnu.org>2014-07-14 16:34:24 +0200
commit246a8106ffcc2d8d4b66355219f9dced2137544f (patch)
treeda646e3ae3c26c2efa2850409022bf6dddf79077 /doc
parent3942305eb1a078da9e87534cbd3601097bed36c3 (diff)
downloadguix-patches-246a8106ffcc2d8d4b66355219f9dced2137544f.tar
guix-patches-246a8106ffcc2d8d4b66355219f9dced2137544f.tar.gz
doc: Remove redundant listing of services.
* doc/guix.texi (Defining Services): Remove listing of service procedures; add xref to "Services".
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi16
1 files changed, 2 insertions, 14 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 05268f47bf..688b5e3d34 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -3632,20 +3632,8 @@ The @code{(gnu services @dots{})} modules define several procedures that allow
users to declare the operating system's services (@pxref{Using the
Configuration System}). These procedures are @emph{monadic
procedures}---i.e., procedures that return a monadic value in the store
-monad (@pxref{The Store Monad}). Examples of such procedures include:
-
-@table @code
-@item mingetty-service
-return the definition of a service that runs @command{mingetty} to
-offer a login service on the given console tty;
-
-@item nscd-service
-return a definition for libc's name service cache daemon (nscd);
-
-@item guix-service
-return a definition for a service that runs @command{guix-daemon}
-(@pxref{Invoking guix-daemon}).
-@end table
+monad (@pxref{The Store Monad}). For examples of such procedures,
+@xref{Services}.
@cindex service definition
The monadic value returned by those procedures is a @dfn{service