From 1e13080d9fc1fb9a82d3fe3a99c3d2ab426226c8 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 11 Jul 2016 12:49:47 +0200 Subject: tools: fix numbering in man page --- src/tools/wg.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tools') 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 -- cgit v1.2.3-59-g8ed1b