summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-05-04 21:09:53 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-05-04 22:48:34 +0200
commit14173cf4e9fabc35c37d25af251191c6f651fdf3 (patch)
tree3e51a28b9beebb344cccb62c72434c407786326b
parent27ee59d6a00243e7461f85823be118aed5d8bbd6 (diff)
downloadguix-14173cf4e9fabc35c37d25af251191c6f651fdf3.tar.gz
gnu: rasdaemon: Edit synopsis & description.
* gnu/packages/linux.scm (rasdaemon)[description]: Fix typo and edit.
-rw-r--r--gnu/packages/linux.scm11
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index f5bf4f08cd..86f5394bab 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)))