guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/12: gnu: openvpn: Mark up description.


From: Tobias Geerinckx-Rice
Subject: 04/12: gnu: openvpn: Mark up description.
Date: Mon, 5 Mar 2018 11:32:24 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 9599339c5982d0c446d04c1c1c7baef319ee6421
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Mar 4 17:33:56 2018 +0100

    gnu: openvpn: Mark up description.
    
    * gnu/packages/vpn.scm (openvpn)[description]: Use @dfn.
---
 gnu/packages/vpn.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 8dd3333..642ca1c 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]