summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorAlexey Abramov via Guix-patches via <guix-patches@gnu.org>2021-05-06 07:07:25 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-05-06 09:16:31 +0200
commit2fd903c7ded6f819513f648cffa6fa3a83b6b1b0 (patch)
tree6957bc1ef069c6c09c163e28beeda9a4c4573066 /gnu/packages/linux.scm
parent7262619d6fa570fa47228daaead1b0473914c069 (diff)
downloadguix-patches-2fd903c7ded6f819513f648cffa6fa3a83b6b1b0.tar
guix-patches-2fd903c7ded6f819513f648cffa6fa3a83b6b1b0.tar.gz
gnu: rasdaemon: Use correct @acronym command arity.
* gnu/packages/linux.scm (rasdaemon)[description]: Use @acronym with 1 comma only (@comma is not yet supported). Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 1ac11e2c15..b3a50e9f2e 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 Reliability,
-Availability, and Serviceability (RAS) reports from Linux kernel trace events.
+ "The @code{rasdaemon} daemon monitors platform @acronym{RAS, Reliability
+Availability and Serviceability} 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)))