guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: keepalived: Edit synopsis & description.


From: Tobias Geerinckx-Rice
Subject: 04/08: gnu: keepalived: Edit synopsis & description.
Date: Fri, 29 Jun 2018 09:48:38 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 34a05e8fb43f92a5731104e025bb01131b158a7d
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Jun 28 16:39:05 2018 +0200

    gnu: keepalived: Edit synopsis & description.
    
    * gnu/packages/cluster.scm (keepalived)[synopsis]: Fix typo.
    [description]: Use @dfn.
---
 gnu/packages/cluster.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cluster.scm b/gnu/packages/cluster.scm
index 6d508f1..faaaa24 100644
--- a/gnu/packages/cluster.scm
+++ b/gnu/packages/cluster.scm
@@ -71,11 +71,11 @@
        ("libnfnetlink" ,libnfnetlink)
        ("libnl" ,libnl)))
     (home-page "http://www.keepalived.org/";)
-    (synopsis "Loadbalancing and high-availability frameworks")
+    (synopsis "Load balancing and high-availability frameworks")
     (description
      "Keepalived provides frameworks for both load balancing and high
 availability.  The load balancing framework relies on the Linux Virtual
-Server (IPVS) kernel module.  High availability is achieved by the Virtual
-Redundancy Routing Protocol (VRRP).  Each Keepalived framework can be used
+Server (@dfn{IPVS}) kernel module.  High availability is achieved by the 
Virtual
+Redundancy Routing Protocol (@dfn{VRRP}).  Each Keepalived framework can be 
used
 independently or together to provide resilient infrastructures.")
     (license license:gpl2+)))



reply via email to

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