summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--doc/guix.texi2
-rw-r--r--gnu/packages/linux.scm4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 1067ecad17..ae130e6eba 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 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)))