From b88bfa14f105fd2e7898869f26a9751a80a5545f Mon Sep 17 00:00:00 2001 From: Olivier Dion Date: Wed, 15 Dec 2021 17:59:04 -0500 Subject: doc: Fix wrong home-shepherd-configuration data type. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * doc/guix.texi (Managing User's Daemons): Rename shepherd-configuration for home-shepherd-configuration. Signed-off-by: Ludovic Courtès --- doc/guix.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/guix.texi b/doc/guix.texi index aca88cdada..333cb4117a 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -36966,10 +36966,10 @@ init process (PID 1), but almost all other information described in This is the service type that extensions target when they want to create shepherd services (@pxref{Service Types and Services}, for an example). Each extension must pass a list of @code{}. Its -value must be a @code{shepherd-configuration}, as described below. +value must be a @code{home-shepherd-configuration}, as described below. @end defvr -@deftp {Data Type} shepherd-configuration +@deftp {Data Type} home-shepherd-configuration This data type represents the Shepherd's configuration. @table @code -- cgit v1.2.3