]> git.ipfire.org Git - thirdparty/wireguard-tools.git/commitdiff
wg: fix numbering in man page
authorJason A. Donenfeld <Jason@zx2c4.com>
Mon, 11 Jul 2016 10:49:47 +0000 (12:49 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Sat, 16 Jul 2016 02:13:55 +0000 (04:13 +0200)
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
src/wg.8

index 4f5d8f5c82fd1e0a69fe88b4201d65ae622dc245..b8e6596403bbb3a73d2794cea653f399233f90a5 100644 (file)
--- a/src/wg.8
+++ b/src/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