diff options
| author | Bruno Victal <mirai@makinata.eu> | 2023-03-13 19:30:48 +0000 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-03-21 14:31:22 -0400 |
| commit | 6f4fd8f5b87d9f55013c91ecc3b92fc43269599e (patch) | |
| tree | dd7806f72504168f3d26a6e05d9066c8d8943f6e /doc | |
| parent | 85df7a621ca423733d3ad3843f6ae1edba498c77 (diff) | |
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.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index fa1f46c2b16..119ff8499bc 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -19365,7 +19365,7 @@ Log messages to standard output. | |||
| 19365 | 19365 | ||
| 19366 | @item @code{log-format} (default: @code{"~1@@*~a ~a: ~a~%"}) (type: string) | 19366 | @item @code{log-format} (default: @code{"~1@@*~a ~a: ~a~%"}) (type: string) |
| 19367 | @code{(ice-9 format)} format string for log messages. The default value | 19367 | @code{(ice-9 format)} format string for log messages. The default value |
| 19368 | produces messages like "@samp{@var{pid} @var{name}: @var{message}"} | 19368 | produces messages like @samp{@var{pid} @var{name}: @var{message}} |
| 19369 | (@pxref{Invoking mcron, Invoking,, mcron,GNU@tie{}mcron}). Each message | 19369 | (@pxref{Invoking mcron, Invoking,, mcron,GNU@tie{}mcron}). Each message |
| 19370 | is also prefixed by a timestamp by GNU Shepherd. | 19370 | is also prefixed by a timestamp by GNU Shepherd. |
| 19371 | 19371 | ||
