summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2026-05-01 19:35:09 +0200
committerLudovic Courtès <ludo@gnu.org>2026-05-08 22:22:13 +0200
commitb84d3cb9bf3636619bc65870037e0a360c1c671f (patch)
treed8bbbc71130111cafd88bc757bdae9e701b4bba1
parentcd9d6853d407182782b1615ac4127a31a152e785 (diff)
doc: Remove extra parent in ‘shepherd-signal-action’ example.
* doc/guix.texi (Shepherd Services): Remove extra paren in example. Change-Id: I6530e8a9cb3a5f9596f57f8b6c7dc4ea8e3fab77 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 45edf34a78a..4ac91c363d0 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -51317,7 +51317,7 @@ after receiving @code{SIGHUP}.
51317 51317
51318After adding 51318After adding
51319@lisp 51319@lisp
51320(shepherd-signal-action 'reload SIGHUP)) 51320(shepherd-signal-action 'reload SIGHUP)
51321@end lisp 51321@end lisp
51322 51322
51323the @code{reload} action will be available and can be used with 51323the @code{reload} action will be available and can be used with