summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorOlivier Dion <olivier.dion@polymtl.ca>2021-12-15 17:59:04 -0500
committerLudovic Courtès <ludo@gnu.org>2021-12-20 16:21:41 +0100
commitb88bfa14f105fd2e7898869f26a9751a80a5545f (patch)
tree801a5d24dee39cc66b16c199a7489fef6c81e7ce /doc
parentc9930b1fdec5849f8f6bbdf8791dfbf6b524522b (diff)
downloadguix-patches-b88bfa14f105fd2e7898869f26a9751a80a5545f.tar
guix-patches-b88bfa14f105fd2e7898869f26a9751a80a5545f.tar.gz
doc: Fix wrong home-shepherd-configuration data type.
* doc/guix.texi (Managing User's Daemons): Rename shepherd-configuration for home-shepherd-configuration. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi4
1 files changed, 2 insertions, 2 deletions
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{<shepherd-service>}. 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