nckx pushed a commit to branch master
in repository guix.
commit 31733c9090f8727a969869d9deeb702e6f996004
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Jul 16 02:00:00 2023 +0200
gnu: libqb: Tweak description.
* gnu/packages/high-availability.scm (libqb)[synopsis]: Fix spelling.
[description]: Use @acronym{}.
---
gnu/packages/high-availability.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/high-availability.scm
b/gnu/packages/high-availability.scm
index 1fe62170c7..11ff8014cf 100644
--- a/gnu/packages/high-availability.scm
+++ b/gnu/packages/high-availability.scm
@@ -120,12 +120,12 @@ realistic with today's hardware.")
(inputs (list libxml2))
(home-page "https://clusterlabs.github.io/libqb/")
(synopsis
- "Library providing high performance logging, tracing, ipc, and poll")
+ "Library providing high-performance logging, tracing, IPC, and polling")
(description
"Libqb is a library with the primary purpose of providing
high-performance, reusable features for client-server architecture, such as
-logging, tracing, inter-process communication (IPC), and polling. Libqb is
-not intended to be an all-encompassing library, but instead provide focused
+logging, tracing, @acronym{IPC, inter-process communication} and polling.
Libqb
+is not intended to be an all-encompassing library, but instead provide focused
APIs that are highly tuned for maximum performance for client-server
applications.")
(license license:lgpl2.1)))