diff mbox series

[bug#52528] doc: Fix wrong home-shepherd-configuration data type.

Message ID 060f5046cc65ca60554b7927ac317606fae4150c.1639609134.git.olivier.dion@polymtl.ca
State Accepted
Headers show
Series [bug#52528] doc: Fix wrong home-shepherd-configuration data type. | expand

Commit Message

Olivier Dion Dec. 15, 2021, 10:59 p.m. UTC
* doc/guix.texi (Managing User's Daemons): Rename shepherd-configuration for
home-shepherd-configuration.
---
 doc/guix.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Ludovic Courtès Dec. 20, 2021, 3:18 p.m. UTC | #1
Hi,

Olivier Dion <olivier.dion@polymtl.ca> skribis:

> * doc/guix.texi (Managing User's Daemons): Rename shepherd-configuration for
> home-shepherd-configuration.

Applied, thanks!

Ludo’.
diff mbox series

Patch

diff --git a/doc/guix.texi b/doc/guix.texi
index 7b1a64deb9..b75764eaea 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -36948,10 +36948,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