Alexey Abramov wrote 4 years ago
(address . guix-patches@gnu.org)
* gnu/packages/linux.scm (rasdaemon)[description]: @acronym accepts two
arguments. The second one is optional. Delete 2 commas.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Toggle diff (17 lines)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 135de525bb..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 @acronym{RAS, Reliability,
-Availability, and Serviceability} 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)))
--
2.31.1