unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Tomas Volf <~@wolfsden.cz>
To: 74916@debbugs.gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [bug#74916] [shepherd PATCH] doc: Add missing '.
Date: Mon, 16 Dec 2024 21:49:46 +0100	[thread overview]
Message-ID: <20241216205003.17067-1-~@wolfsden.cz> (raw)

* 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





                 reply	other threads:[~2024-12-16 21:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='20241216205003.17067-1-~@wolfsden.cz' \
    --to=~@wolfsden.cz \
    --cc=74916@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).