summaryrefslogtreecommitdiff
path: root/gnu/packages/networking.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-05-27 17:33:38 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-05-27 18:20:36 +0200
commit0fd84b7f6843332b8014e6f119764aed13831372 (patch)
tree622bdf335b9aa64d84656c25e06bff2767c5c6f1 /gnu/packages/networking.scm
parent49c2e3f69b7e845cbc9ddee0106e04546e2f7043 (diff)
downloadguix-patches-0fd84b7f6843332b8014e6f119764aed13831372.tar
guix-patches-0fd84b7f6843332b8014e6f119764aed13831372.tar.gz
gnu: lksctp-tools: Edit synopsis & description.
* gnu/packages/networking.scm (synopsis, description): Improve.
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r--gnu/packages/networking.scm13
1 files changed, 8 insertions, 5 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 51595720cc..6e2128aa12 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -461,11 +461,14 @@ performance across unpredictable networks, such as the Internet.")
("pkg-config" ,pkg-config)))
(inputs
`(("linux-headers" ,linux-libre-headers)))
- (synopsis "Linux SCTP helper library")
- (description "Lksctp-tools project provides a user space library for SCTP
-(libsctp) including C language header files (netinet/sctp.h) for accessing SCTP
-specific application programming interfaces not provided by the standard
-sockets, and also some helper utilities around SCTP.")
+ (synopsis
+ "@acronym{SCTP, Stream Control Transmission Protocol} helpers for Linux")
+ (description
+ "The lksctp-tools project provides a user-space library for @acronym{SCTP,
+the Stream Control Transmission Protocol} (@file{libsctp}) and C language header
+files (@file{netinet/sctp.h}) for accessing SCTP-specific @acronym{APIs,
+application programming interfaces} not provided by the standard sockets.
+It also includes some SCTP-related helper utilities.")
(home-page "http://lksctp.sourceforge.net/")
(license
(list