gnu: rasdaemon: Fix Texinfo syntax of description.

Regression introduced in 58805da44d.

* 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.
This commit is contained in:
Ludovic Courtès 2021-05-05 23:41:30 +02:00
parent f47b8b332b
commit 1ca0a9a307
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
2 changed files with 3 additions and 3 deletions

View file

@ -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

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 @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)))