summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2026-08-25 20:41:28 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2026-08-26 08:57:54 +0900
commit809ef3168dcc643aaba74a3b82cfbe144aee322f (patch)
tree7c8d6fa1dac68ca934d88eda3a711904574be9a0 /doc
parent6c082f7d66c4cbce6ed856cc811ea00999c583c8 (diff)
doc: Fix a broken reference to the Shepherd's manual.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 39544d9acff..926f5b7fe4d 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -52378,7 +52378,7 @@ So direct requirement only on @code{user-processes} is sufficient.
52378@cindex one-shot services, for the Shepherd 52378@cindex one-shot services, for the Shepherd
52379@item @code{one-shot?} (default: @code{#f}) 52379@item @code{one-shot?} (default: @code{#f})
52380Whether this service is @dfn{one-shot}. One-shot services stop immediately 52380Whether this service is @dfn{one-shot}. One-shot services stop immediately
52381after their @code{start} action has completed. @xref{Slots of services,,, 52381after their @code{start} action has completed. @xref{Defining Services,,,
52382shepherd, The GNU Shepherd Manual}, for more info. 52382shepherd, The GNU Shepherd Manual}, for more info.
52383 52383
52384@item @code{respawn?} (default: @code{#t}) 52384@item @code{respawn?} (default: @code{#t})