gnu: keepalived: Edit synopsis & description.
authorTobias Geerinckx-Rice <me@tobias.gr>
Thu, 28 Jun 2018 14:39:05 +0000 (16:39 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Fri, 29 Jun 2018 13:25:24 +0000 (15:25 +0200)
* gnu/packages/cluster.scm (keepalived)[synopsis]: Fix typo.
[description]: Use @dfn.

gnu/packages/cluster.scm

index 6d508f1..faaaa24 100644 (file)
        ("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+)))