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>
This commit is contained in:
Alexey Abramov via Guix-patches via 2021-05-06 07:07:25 +02:00 committed by Tobias Geerinckx-Rice
parent 7262619d6f
commit 2fd903c7de
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -8098,8 +8098,8 @@ (define-public rasdaemon
(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)))