guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/16: gnu: lksctp-tools: Edit synopsis & description.


From: guix-commits
Subject: 14/16: gnu: lksctp-tools: Edit synopsis & description.
Date: Thu, 27 May 2021 12:27:38 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0fd84b7f6843332b8014e6f119764aed13831372
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu May 27 17:33:38 2021 +0200

    gnu: lksctp-tools: Edit synopsis & description.
    
    * gnu/packages/networking.scm (synopsis, description): Improve.
---
 gnu/packages/networking.scm | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 5159572..6e2128a 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]