From 246a8106ffcc2d8d4b66355219f9dced2137544f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 14 Jul 2014 16:34:24 +0200 Subject: [PATCH] doc: Remove redundant listing of services. * doc/guix.texi (Defining Services): Remove listing of service procedures; add xref to "Services". --- doc/guix.texi | 16 ++-------------- 1 file 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