[shepherd PATCH] doc: Add missing '.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal

Debbugs page

Tomas Volf wrote 3 months ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
20241216205003.17067-1-~@wolfsden.cz
* doc/shepherd.texi (Service Examples): Add missing ' to timer example.
---
doc/shepherd.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (15 lines)
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
Ludovic Courtès wrote 3 months ago
control message for bug #74916
(address . control@debbugs.gnu.org)
878qs9i9mv.fsf@gnu.org
close 74916
quit
?
Your comment

This issue is archived.

To comment on this conversation send an email to 74916@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74916
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help