summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-05-05 23:41:30 +0200
committerLudovic Courtès <ludo@gnu.org>2021-05-05 23:42:57 +0200
commit1ca0a9a30775b32ced8463f0ae7f200c715047e5 (patch)
treec87e18aa2bbfae1d43a39534c2273f5cfe4b4cc8 /gnu/packages/linux.scm
parentf47b8b332b3adaab8743775b9e45638dcd381e78 (diff)
downloadguix-patches-1ca0a9a30775b32ced8463f0ae7f200c715047e5.tar
guix-patches-1ca0a9a30775b32ced8463f0ae7f200c715047e5.tar.gz
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.
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 135de525bb..1ac11e2c15 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)))