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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 74916 in the body.
You can then email your comments to 74916 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#74916; Package guix-patches. (Mon, 16 Dec 2024 20:51:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Tomas Volf <~@wolfsden.cz>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 16 Dec 2024 20:51:02 GMT) Full text and rfc822 format available.

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





bug closed, send any further explanations to 74916 <at> debbugs.gnu.org and Tomas Volf <~@wolfsden.cz> Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Sat, 21 Dec 2024 11:01:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 18 Jan 2025 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 147 days ago.

Previous Next


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