summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2021-12-23 18:26:46 +0100
committerMathieu Othacehe <othacehe@gnu.org>2021-12-23 19:09:31 +0100
commitaa3cb57aabf9f28a2ffaa4355bd654ebe03356dd (patch)
tree62d2c6eb994961374f1cf2d1e3eb02e3d248cbf9 /gnu/packages/linux.scm
parent6f01565ef0a05aebbedafc61baf0ffbacbe7b41e (diff)
downloadguix-patches-aa3cb57aabf9f28a2ffaa4355bd654ebe03356dd.tar
guix-patches-aa3cb57aabf9f28a2ffaa4355bd654ebe03356dd.tar.gz
gnu: libite: Edit synopsis and description.
* gnu/packages/linux.scm (libite)[synopsis]: Improve it. [description]: Ditto.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 8e61fa45a8..e2be00679f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4920,10 +4920,10 @@ capabilities of the Linux kernel.")
;; create pidfile in /tmp instead of /var
(substitute* "test/pidfile.c" (("/var/tmp") "/tmp")))))))
(native-inputs (list autoconf automake libtool which))
- (synopsis "Missing pieces in GNU libc")
- (description "This package provides many of the missing pieces in GNU libc.
-Most notably the string functions: strlcpy(3), strlcat(3) and the highly
-useful *BSD sys/queue.h and sys/tree.h API's")
+ (synopsis "Library providing missing pieces in GNU libc")
+ (description "This package provides many of the missing pieces in GNU
+libc. Most notably the string functions: strlcpy(3), strlcat(3) and the *BSD
+sys/queue.h and sys/tree.h API's.")
(home-page "https://troglobit.com/projects/libite/")
(license license:expat)))