gnu: keepalived: Edit synopsis & description.
* gnu/packages/cluster.scm (keepalived)[synopsis]: Fix typo. [description]: Use @dfn.
This commit is contained in:
parent
36de28ffdd
commit
34a05e8fb4
|
@ -71,11 +71,11 @@
|
||||||
("libnfnetlink" ,libnfnetlink)
|
("libnfnetlink" ,libnfnetlink)
|
||||||
("libnl" ,libnl)))
|
("libnl" ,libnl)))
|
||||||
(home-page "http://www.keepalived.org/")
|
(home-page "http://www.keepalived.org/")
|
||||||
(synopsis "Loadbalancing and high-availability frameworks")
|
(synopsis "Load balancing and high-availability frameworks")
|
||||||
(description
|
(description
|
||||||
"Keepalived provides frameworks for both load balancing and high
|
"Keepalived provides frameworks for both load balancing and high
|
||||||
availability. The load balancing framework relies on the Linux Virtual
|
availability. The load balancing framework relies on the Linux Virtual
|
||||||
Server (IPVS) kernel module. High availability is achieved by the Virtual
|
Server (@dfn{IPVS}) kernel module. High availability is achieved by the Virtual
|
||||||
Redundancy Routing Protocol (VRRP). Each Keepalived framework can be used
|
Redundancy Routing Protocol (@dfn{VRRP}). Each Keepalived framework can be used
|
||||||
independently or together to provide resilient infrastructures.")
|
independently or together to provide resilient infrastructures.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
Loading…
Reference in New Issue