summaryrefslogtreecommitdiff
path: root/curvetun.8
diff options
context:
space:
mode:
authorStephen Wadeley <swadeley@redhat.com>2013-05-14 23:53:39 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-05-15 10:27:26 +0200
commit73730f30d3d047f0228effdcbf4c8f28f7a0fcb5 (patch)
treed60bbff9e46ac83a22f6848d5c4a5e09316b6318 /curvetun.8
parentc3ce9b621cf1862069e8591698ccb0c6392c75bb (diff)
man: improvements to curvetun.8, inconsistent use of `` and ''
Signed-off-by: Stephen Wadeley <swadeley@redhat.com> Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'curvetun.8')
-rw-r--r--curvetun.810
1 files changed, 5 insertions, 5 deletions
diff --git a/curvetun.8 b/curvetun.8
index 2f452f4..9671afc 100644
--- a/curvetun.8
+++ b/curvetun.8
@@ -26,7 +26,7 @@ Salsa20 and authenticated by the MAC Poly1305, where keys have previously
been computed with the ECDH key agreement protocol Curve25519.
.PP
Cryptography is based on Daniel J. Bernstein's networking and cryptography
-library ``NaCl''. By design, curvetun does not provide any particular pattern
+library \[lq]NaCl\[rq]. By design, curvetun does not provide any particular pattern
or default port numbers that gives certainty that the connection from a
particular flow is actually running curvetun.
.PP
@@ -155,11 +155,11 @@ you. Here, we assume you have entered 'mysrv1' on the server and 'myclient1'
on the client side.
.PP
Now, all necessary files have been created under ~/.curvetun. Files include
-``priv.key'', ``pub.key'', ``username', ``clients'' and ``servers''.
+\[lq]priv.key\[rq], \[lq]pub.key\[rq], \[lq]username\[rq], \[lq]clients\[rq] and \[lq]servers\[rq].
.PP
-``clients'' and ``servers'' are empty at the beginning and need to be filled.
-The ``clients'' file is meant for the server, so that it knows what clients
-are allowed to connect. The ``servers'' file is for the client, where it can
+\[lq]clients\[rq] and \[lq]servers\[rq] are empty at the beginning and need to be filled.
+The \[lq]clients\[rq] file is meant for the server, so that it knows what clients
+are allowed to connect. The \[lq]servers\[rq] file is for the client, where it can
select curvetun servers to connect to. Both files are kept very simple, so that
a single configuration line per client or server is sufficient.
.PP