wg: adjust wg.8 syntax for consistency in COMMANDS section
Signed-off-by: Kai Haberzettl <khaberz@gmail.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
6fbfa0d7bb
commit
64f83e6161
|
@ -122,7 +122,7 @@ A private key and a corresponding public key may be generated at once by calling
|
||||||
$ wg genkey | tee private.key | wg pubkey > public.key
|
$ wg genkey | tee private.key | wg pubkey > public.key
|
||||||
.TP
|
.TP
|
||||||
\fBhelp\fP
|
\fBhelp\fP
|
||||||
Show usage message.
|
Shows usage message.
|
||||||
|
|
||||||
.SH CONFIGURATION FILE FORMAT
|
.SH CONFIGURATION FILE FORMAT
|
||||||
The configuration file format is based on \fIINI\fP. There are two top level sections
|
The configuration file format is based on \fIINI\fP. There are two top level sections
|
||||||
|
|
Loading…
Reference in New Issue