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.
master
parent
f47b8b332b
commit
1ca0a9a307
|
@ -31452,7 +31452,7 @@ parameters, can be done as follow:
|
||||||
@subsubheading Rasdaemon Service
|
@subsubheading Rasdaemon Service
|
||||||
|
|
||||||
The Rasdaemon service provides a daemon which monitors platform
|
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.
|
Linux kernel trace events, logging them to syslogd.
|
||||||
|
|
||||||
Reliability, Availability and Serviceability is a concept used on servers meant
|
Reliability, Availability and Serviceability is a concept used on servers meant
|
||||||
|
|
|
@ -8098,8 +8098,8 @@ provides user-space tools for creating EROFS file systems.")
|
||||||
(home-page "https://github.com/mchehab/rasdaemon")
|
(home-page "https://github.com/mchehab/rasdaemon")
|
||||||
(synopsis "Platform Reliability, Availability, and Serviceability tools")
|
(synopsis "Platform Reliability, Availability, and Serviceability tools")
|
||||||
(description
|
(description
|
||||||
"The @code{rasdaemon} daemon monitors platform @acronym{RAS, Reliability,
|
"The @code{rasdaemon} daemon monitors platform Reliability,
|
||||||
Availability, and Serviceability} reports from Linux kernel trace events.
|
Availability, and Serviceability (RAS) reports from Linux kernel trace events.
|
||||||
These trace events are logged in @file{/sys/kernel/debug/tracing} and reported
|
These trace events are logged in @file{/sys/kernel/debug/tracing} and reported
|
||||||
through standard log mechanisms like syslog.")
|
through standard log mechanisms like syslog.")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
Reference in New Issue