diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:00 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:03 +0200 |
| commit | 31733c9090f8727a969869d9deeb702e6f996004 (patch) | |
| tree | 7a61e3209546d5040cb2e71ad00a7aa856a33c77 /gnu/packages/high-availability.scm | |
| parent | 46cbb6e4d03ca323be2760f7175a716e324f7681 (diff) | |
gnu: libqb: Tweak description.
* gnu/packages/high-availability.scm (libqb)[synopsis]: Fix spelling.
[description]: Use @acronym{}.
Diffstat (limited to 'gnu/packages/high-availability.scm')
| -rw-r--r-- | gnu/packages/high-availability.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/high-availability.scm b/gnu/packages/high-availability.scm index 1fe62170c7e..11ff8014cfb 100644 --- a/gnu/packages/high-availability.scm +++ b/gnu/packages/high-availability.scm | |||
| @@ -120,12 +120,12 @@ realistic with today's hardware.") | |||
| 120 | (inputs (list libxml2)) | 120 | (inputs (list libxml2)) |
| 121 | (home-page "https://clusterlabs.github.io/libqb/") | 121 | (home-page "https://clusterlabs.github.io/libqb/") |
| 122 | (synopsis | 122 | (synopsis |
| 123 | "Library providing high performance logging, tracing, ipc, and poll") | 123 | "Library providing high-performance logging, tracing, IPC, and polling") |
| 124 | (description | 124 | (description |
| 125 | "Libqb is a library with the primary purpose of providing | 125 | "Libqb is a library with the primary purpose of providing |
| 126 | high-performance, reusable features for client-server architecture, such as | 126 | high-performance, reusable features for client-server architecture, such as |
| 127 | logging, tracing, inter-process communication (IPC), and polling. Libqb is | 127 | logging, tracing, @acronym{IPC, inter-process communication} and polling. Libqb |
| 128 | not intended to be an all-encompassing library, but instead provide focused | 128 | is not intended to be an all-encompassing library, but instead provide focused |
| 129 | APIs that are highly tuned for maximum performance for client-server | 129 | APIs that are highly tuned for maximum performance for client-server |
| 130 | applications.") | 130 | applications.") |
| 131 | (license license:lgpl2.1))) | 131 | (license license:lgpl2.1))) |
