guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[shepherd] 02/07: monitoring: Localize documentation.


From: Ludovic Courtès
Subject: [shepherd] 02/07: monitoring: Localize documentation.
Date: Sun, 2 Jun 2024 17:06:18 -0400 (EDT)

civodul pushed a commit to branch devel
in repository shepherd.

commit 24b27650afe5250f3fba835f972572e8948e88cb
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu May 30 22:10:14 2024 +0200

    monitoring: Localize documentation.
    
    * modules/shepherd/service/monitoring.scm (monitoring-service): Add
    ‘l10n’ call.
---
 modules/shepherd/service/monitoring.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/modules/shepherd/service/monitoring.scm 
b/modules/shepherd/service/monitoring.scm
index 74554b2..bc3765e 100644
--- a/modules/shepherd/service/monitoring.scm
+++ b/modules/shepherd/service/monitoring.scm
@@ -1,5 +1,5 @@
 ;; monitor.scm -- Monitoring service.
-;; Copyright (C) 2023 Ludovic Courtès <ludo@gnu.org>
+;; Copyright (C) 2023-2024 Ludovic Courtès <ludo@gnu.org>
 ;;
 ;; This file is part of the GNU Shepherd.
 ;;
@@ -73,7 +73,8 @@
 every @var{period} seconds."
   (service
     '(monitoring)
-    #:documentation "Periodically log shepherd resource usage information."
+    #:documentation
+    (l10n "Periodically log shepherd resource usage information.")
     #:requirement '()
     #:start (lambda args
               (spawn-monitoring-service #:period period))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]