gnu: openvpn: Mark up description.

* gnu/packages/vpn.scm (openvpn)[description]: Use @dfn.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-04 17:33:56 +01:00
parent 0d34993a65
commit 9599339c59
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -262,11 +262,12 @@ (define-public openvpn
("linux-pam" ,linux-pam)))
(home-page "https://openvpn.net/")
(synopsis "Virtual private network daemon")
(description "OpenVPN implements virtual private network (VPN) techniques
(description
"OpenVPN implements virtual private network (@dfn{VPN}) techniques
for creating secure point-to-point or site-to-site connections in routed or
bridged configurations and remote access facilities. It uses a custom
security protocol that utilizes SSL/TLS for key exchange. It is capable of
traversing network address translators (NATs) and firewalls.")
traversing network address translators (@dfn{NAT}s) and firewalls.")
(license license:gpl2)))
(define-public tinc