wg: fix numbering in man page
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
46a6bf3a52
commit
fd14807259
4
src/wg.8
4
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
|
||||
|
|
Reference in New Issue