diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-16 16:08:42 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-17 02:32:00 +0100 |
commit | 366efcb2fbc78c7fdeabf795f4d27ccfcf61c8a4 (patch) | |
tree | aa27344d5147e4eb04c0897ba036a649c6580c5a /gnu/packages/dns.scm | |
parent | 2ec5ba859f63dcaa56655584573d361f286d4020 (diff) | |
download | patches-366efcb2fbc78c7fdeabf795f4d27ccfcf61c8a4.tar patches-366efcb2fbc78c7fdeabf795f4d27ccfcf61c8a4.tar.gz |
gnu: dns: Fix typo and use @dfn in descriptions.
* gnu/packages/dns.scm (bind)[description]: Use @dfn to expand acronyms.
(yadifa)[description]: Likewise, and fix a typo.
Diffstat (limited to 'gnu/packages/dns.scm')
-rw-r--r-- | gnu/packages/dns.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index 541979f587..f347240410 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -134,8 +134,8 @@ and BOOTP/TFTP for network booting of diskless machines.") (lambda _ (zero? (system* "make" "force-test"))))))) (synopsis "An implementation of the Domain Name System") - (description "BIND is an implementation of the Domain Name System (DNS) -protocols for the Internet. It is a reference implementation of those + (description "BIND is an implementation of the @dfn{Domain Name System} +(DNS) protocols for the Internet. It is a reference implementation of those protocols, but it is also production-grade software, suitable for use in high-volume and high-reliability applications. The name BIND stands for \"Berkeley Internet Name Domain\", because the software originated in the early @@ -298,9 +298,9 @@ asynchronous fashion.") "--disable-nsid"))) (home-page "http://www.yadifa.eu/") (synopsis "Authoritative DNS name server") - (description "YADIFA is an authorative name server for the Domain Name -System (DNS). It aims for both higher performance and a smaller memory + (description "YADIFA is an authoritative name server for the @dfn{Domain +Name System} (DNS). It aims for both higher performance and a smaller memory footprint than other implementations, while remaining fully RFC-compliant. -YADIFA supports dynamic record updates and the Domain Name System Security -Extensions (DNSSEC).") +YADIFA supports dynamic record updates and the @dfn{Domain Name System Security +Extensions} (DNSSEC).") (license license:bsd-3))) |