[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: rasdaemon: Fix Texinfo syntax of description
From: |
guix-commits |
Subject: |
branch master updated: gnu: rasdaemon: Fix Texinfo syntax of description. |
Date: |
Wed, 05 May 2021 17:43:50 -0400 |
This is an automated email from the git hooks/post-receive script.
civodul pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 1ca0a9a gnu: rasdaemon: Fix Texinfo syntax of description.
1ca0a9a is described below
commit 1ca0a9a30775b32ced8463f0ae7f200c715047e5
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed May 5 23:41:30 2021 +0200
gnu: rasdaemon: Fix Texinfo syntax of description.
Regression introduced in 58805da44dac6b180245edd8a6419343f64d221c.
* gnu/packages/linux.scm (rasdaemon)[description]: Avoid @acronym since
Guile's Texinfo module doesn't currently support @comma{}.
* doc/guix.texi (Linux Services): Use @comma{} within @acronym.
---
doc/guix.texi | 2 +-
gnu/packages/linux.scm | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 1067eca..ae130e6 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -31452,7 +31452,7 @@ parameters, can be done as follow:
@subsubheading Rasdaemon Service
The Rasdaemon service provides a daemon which monitors platform
-@acronym{RAS, Reliability, Availability, and Serviceability} reports from
+@acronym{RAS, Reliability@comma{} Availability@comma{} and Serviceability}
reports from
Linux kernel trace events, logging them to syslogd.
Reliability, Availability and Serviceability is a concept used on servers meant
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 135de52..1ac11e2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8098,8 +8098,8 @@ provides user-space tools for creating EROFS file
systems.")
(home-page "https://github.com/mchehab/rasdaemon")
(synopsis "Platform Reliability, Availability, and Serviceability tools")
(description
- "The @code{rasdaemon} daemon monitors platform @acronym{RAS, Reliability,
-Availability, and Serviceability} reports from Linux kernel trace events.
+ "The @code{rasdaemon} daemon monitors platform Reliability,
+Availability, and Serviceability (RAS) reports from Linux kernel trace events.
These trace events are logged in @file{/sys/kernel/debug/tracing} and reported
through standard log mechanisms like syslog.")
(license license:gpl2)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: rasdaemon: Fix Texinfo syntax of description.,
guix-commits <=