mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
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:
parent
7262619d6f
commit
2fd903c7de
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue