gnu: bind: Edit synopsis & description.
* gnu/packages/dns.scm (isc-bind)[synopsys]: Use @acronym. [description]: Likewise. Edit.
This commit is contained in:
parent
832f27b4c2
commit
d039d80ded
1 changed files with 12 additions and 9 deletions
|
@ -375,15 +375,18 @@ and BOOTP/TFTP for network booting of diskless machines.")
|
||||||
(with-directory-excursion "fuzz"
|
(with-directory-excursion "fuzz"
|
||||||
(invoke "make" "check"))
|
(invoke "make" "check"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(synopsis "Domain Name System (DNS) implementation")
|
(synopsis "@acronym{DNS, Domain Name System} implementation")
|
||||||
(description "BIND is an implementation of the @dfn{Domain Name System}
|
(description "BIND implements the @acronym{DNS, Domain Name System}
|
||||||
(DNS) protocols for the Internet. It is a reference implementation of those
|
protocols for the Internet. It is both a reference implementation of those
|
||||||
protocols, but it is also production-grade software, suitable for use in
|
protocols and production-grade software, suitable for use in high-volume and
|
||||||
high-volume and high-reliability applications. The name BIND stands for
|
high-reliability applications.
|
||||||
\"Berkeley Internet Name Domain\", because the software originated in the
|
|
||||||
early 1980s at the University of California at Berkeley. The @code{utils}
|
The name stands for \"Berkeley Internet Name Domain\" because the software
|
||||||
output of this package contains the following DNS name servers related command
|
originated in the early 1980s at the University of California at Berkeley.
|
||||||
line utilities:
|
|
||||||
|
The @code{utils} output of this package contains the following command line
|
||||||
|
utilities related to DNS name servers:
|
||||||
|
|
||||||
@table @code
|
@table @code
|
||||||
@item delv
|
@item delv
|
||||||
DNS lookup and validation utility
|
DNS lookup and validation utility
|
||||||
|
|
Reference in a new issue