gnu: libqb: Tweak description.
* gnu/packages/high-availability.scm (libqb)[synopsis]: Fix spelling. [description]: Use @acronym{}.
This commit is contained in:
parent
46cbb6e4d0
commit
31733c9090
1 changed files with 3 additions and 3 deletions
|
@ -120,12 +120,12 @@ realistic with today's hardware.")
|
||||||
(inputs (list libxml2))
|
(inputs (list libxml2))
|
||||||
(home-page "https://clusterlabs.github.io/libqb/")
|
(home-page "https://clusterlabs.github.io/libqb/")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Library providing high performance logging, tracing, ipc, and poll")
|
"Library providing high-performance logging, tracing, IPC, and polling")
|
||||||
(description
|
(description
|
||||||
"Libqb is a library with the primary purpose of providing
|
"Libqb is a library with the primary purpose of providing
|
||||||
high-performance, reusable features for client-server architecture, such as
|
high-performance, reusable features for client-server architecture, such as
|
||||||
logging, tracing, inter-process communication (IPC), and polling. Libqb is
|
logging, tracing, @acronym{IPC, inter-process communication} and polling. Libqb
|
||||||
not intended to be an all-encompassing library, but instead provide focused
|
is not intended to be an all-encompassing library, but instead provide focused
|
||||||
APIs that are highly tuned for maximum performance for client-server
|
APIs that are highly tuned for maximum performance for client-server
|
||||||
applications.")
|
applications.")
|
||||||
(license license:lgpl2.1)))
|
(license license:lgpl2.1)))
|
||||||
|
|
Reference in a new issue