[PATCH] gnu: rasdaemon: Correct @acronym command arity.

  • Done
  • quality assurance status badge
Details
2 participants
  • Alexey Abramov
  • Tobias Geerinckx-Rice
Owner
unassigned
Submitted by
Alexey Abramov
Severity
normal

Debbugs page

Alexey Abramov wrote 4 years ago
(address . guix-patches@gnu.org)
20210506050725.16828-1-levenson@mmer.org
* gnu/packages/linux.scm (rasdaemon)[description]: @acronym accepts two
arguments. The second one is optional. Delete 2 commas.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (17 lines)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 135de525bb..b3a50e9f2e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8098,8 +8098,8 @@ provides user-space tools for creating EROFS file systems.")
(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 @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)))
--
2.31.1
Tobias Geerinckx-Rice wrote 4 years ago
(name . Alexey Abramov)(address . levenson@mmer.org)(address . 48250-done@debbugs.gnu.org)
87mtt8mha9.fsf@nckx
Alexey,

Alexey Abramov via Guix-patches via 写道:
Toggle quote (4 lines)
> * gnu/packages/linux.scm (rasdaemon)[description]: @acronym
> accepts two
> arguments. The second one is optional. Delete 2 commas.

Thanks! Pushed as 2fd903c7ded6f819513f648cffa6fa3a83b6b1b0 with a
modified commit message.

Kind regards,

T G-R
-----BEGIN PGP SIGNATURE-----

iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYJOf/g0cbWVAdG9iaWFz
LmdyAAoJEA2w/4hPVW15EtUA/AxxQPxPLwCkXm2jgWJlontiPHsa5IkSCOEhEZ00
W7DnAP9P/VYctKG35Qq+nHZtvbEtSMU42yw2eBIInqzjeFvHBQ==
=yAem
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 48250@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 48250
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help