[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/10: gnu: rasdaemon: Edit synopsis & description.
From: |
guix-commits |
Subject: |
05/10: gnu: rasdaemon: Edit synopsis & description. |
Date: |
Tue, 4 May 2021 17:13:56 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 14173cf4e9fabc35c37d25af251191c6f651fdf3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue May 4 21:09:53 2021 +0200
gnu: rasdaemon: Edit synopsis & description.
* gnu/packages/linux.scm (rasdaemon)[description]: Fix typo and edit.
---
gnu/packages/linux.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index f5bf4f0..86f5394b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8088,9 +8088,10 @@ provides user-space tools for creating EROFS file
systems.")
(("^\\s*\\$\\(install_sh\\) -d .*@RASSTATEDIR@.*$") "")))))))
(build-system gnu-build-system)
(home-page "https://github.com/mchehab/rasdaemon")
- (synopsis "Platform Reliability, Availability and Serviceability tools")
- (description "The @code{rasdaemon} program is a daemon which monitors the
-platform Reliablity, Availability and Serviceability (RAS) reports from the
-Linux kernel trace events. These trace events are logged in
-/sys/kernel/debug/tracing, reporting them via syslog/journald.")
+ (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.
+These trace events are logged in @file{/sys/kernel/debug/tracing} and reported
+through standard log mechanisms like syslog.")
(license license:gpl2)))
- branch master updated (aa7eeab -> 2959ade), guix-commits, 2021/05/04
- 03/10: tests: go: Fix typos in test descriptions., guix-commits, 2021/05/04
- 05/10: gnu: rasdaemon: Edit synopsis & description.,
guix-commits <=
- 01/10: gnu: go-gopkg-in-go-playground-assert-v1: Fix typo in description., guix-commits, 2021/05/04
- 02/10: doc: Fix typos., guix-commits, 2021/05/04
- 04/10: gnu: java-javaparser: Upgrade os.name to ‘Guix’., guix-commits, 2021/05/04
- 06/10: doc: Fix typo and use @acronym for RAS., guix-commits, 2021/05/04
- 07/10: gnu: powertop: Update to 2.14., guix-commits, 2021/05/04
- 08/10: gnu: knockd: Update to 0.8., guix-commits, 2021/05/04
- 09/10: gnu: knockd: Omit duplicate COPYING copy., guix-commits, 2021/05/04
- 10/10: gnu: Add node-once., guix-commits, 2021/05/04