aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Victal <mirai@makinata.eu>2023-03-13 19:30:48 +0000
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-03-21 14:31:22 -0400
commit6f4fd8f5b87d9f55013c91ecc3b92fc43269599e (patch)
treedd7806f72504168f3d26a6e05d9066c8d8943f6e /doc
parent85df7a621ca423733d3ad3843f6ae1edba498c77 (diff)
downloadguix-6f4fd8f5b87d9f55013c91ecc3b92fc43269599e.tar.gz
guix-6f4fd8f5b87d9f55013c91ecc3b92fc43269599e.zip
services: mcron: Restyle mcron-configuration.
* doc/guix.texi (Scheduled Job Execution): Sync doc with source. * gnu/services/mcron.scm (mcron-configuration): Restyle. [log-format]: Fix incorrectly formatted text. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index fa1f46c2b1..119ff8499b 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -19365,7 +19365,7 @@ Log messages to standard output.
@item @code{log-format} (default: @code{"~1@@*~a ~a: ~a~%"}) (type: string)
@code{(ice-9 format)} format string for log messages. The default value
-produces messages like "@samp{@var{pid} @var{name}: @var{message}"}
+produces messages like @samp{@var{pid} @var{name}: @var{message}}
(@pxref{Invoking mcron, Invoking,, mcron,GNU@tie{}mcron}). Each message
is also prefixed by a timestamp by GNU Shepherd.