diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-04 17:33:56 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-05 17:32:09 +0100 |
commit | 9599339c5982d0c446d04c1c1c7baef319ee6421 (patch) | |
tree | 31c7b27eed56be4053ebf4d21b0188bbf6cfffba /gnu | |
parent | 0d34993a6579d294cad4fad667b0c2a0b8173d06 (diff) |
gnu: openvpn: Mark up description.
* gnu/packages/vpn.scm (openvpn)[description]: Use @dfn.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/vpn.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm index 8dd3333eea..642ca1c044 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm @@ -262,11 +262,12 @@ and probably others.") ("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 |