mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
f47b8b332b
commit
1ca0a9a307
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue