GNU bug report logs - #74916
[shepherd PATCH] doc: Add missing '.

Previous Next

Package: guix-patches;

Reported by: Tomas Volf <~@wolfsden.cz>

Date: Mon, 16 Dec 2024 20:51:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Tomas Volf <~@wolfsden.cz>
To: guix-patches <at> gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [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





This bug report was last modified 148 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.