[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74916] [shepherd PATCH] doc: Add missing '.
From: |
Tomas Volf |
Subject: |
[bug#74916] [shepherd PATCH] doc: Add missing '. |
Date: |
Mon, 16 Dec 2024 21:49:46 +0100 |
* doc/shepherd.texi (Service Examples): Add missing ' to timer example.
---
doc/shepherd.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/shepherd.texi b/doc/shepherd.texi
index d092608..5b3ecd4 100644
--- a/doc/shepherd.texi
+++ b/doc/shepherd.texi
@@ -1809,7 +1809,7 @@ command as root (@pxref{Invoking updatedb,,, find,
Finding Files}):
'(updatedb)
#:start (make-timer-constructor
;; Fire at midnight and noon everyday.
- (calendar-event #:hours '(0 12) #:minutes (0))
+ (calendar-event #:hours '(0 12) #:minutes '(0))
(command '("/usr/bin/updatedb"
"--prunepaths=/tmp")))
#:stop (make-timer-destructor)
--
2.46.0
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#74916] [shepherd PATCH] doc: Add missing '.,
Tomas Volf <=