aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/wg.8
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-07-11 12:49:47 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2016-07-16 04:13:55 +0200
commit1e13080d9fc1fb9a82d3fe3a99c3d2ab426226c8 (patch)
treecb4452e0c72f180621182e5119c688d8d0e18d57 /src/tools/wg.8
parentreceive: assume we usually succeed with userspace (diff)
downloadwireguard-monolithic-historical-1e13080d9fc1fb9a82d3fe3a99c3d2ab426226c8.tar.xz
wireguard-monolithic-historical-1e13080d9fc1fb9a82d3fe3a99c3d2ab426226c8.zip
tools: fix numbering in man page
Diffstat (limited to 'src/tools/wg.8')
-rw-r--r--src/tools/wg.84
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/wg.8 b/src/tools/wg.8
index 4f5d8f5..b8e6596 100644
--- a/src/tools/wg.8
+++ b/src/tools/wg.8
@@ -113,7 +113,7 @@ The configuration file format is based on \fIINI\fP. There are two top level sec
only one \fIInterface\fP section may be specified.
.P
-The \fIInterface\fP section contains two fields:
+The \fIInterface\fP section may contain the following fields:
.IP \(bu
PrivateKey \(em a base64 private key generated by \fIwg genkey\fP. Required.
.IP \(bu
@@ -125,7 +125,7 @@ for post-quantum resistance.
ListenPort \(em a 16-bit port for listening. Optional; if not specified,
automatically generated based on interface name.
.P
-The \fIPeer\fP sections contain three fields each:
+The \fIPeer\fP sections may contain the following fields:
.IP \(bu
PublicKey \(em a base64 public key calculated by \fIwg pubkey\fP from a
private key, and usually transmitted out of band to the author of the