Mark up argument as such and write out wgconfig command correctly.
This commit is contained in:
parent
89205cd245
commit
c28ef62782
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: wgconfig.8,v 1.3 2020/08/20 22:58:06 riastradh Exp $
|
||||
.\" $NetBSD: wgconfig.8,v 1.4 2020/08/20 23:01:20 riastradh Exp $
|
||||
.\"
|
||||
.\" Copyright (C) Ryota Ozaki <ozaki.ryota@gmail.com>
|
||||
.\" All rights reserved.
|
||||
|
@ -96,7 +96,7 @@ Set the UDP port number that
|
|||
listens for incoming WireGuard sessions on.
|
||||
This allows a peer to start a new session without having a specific
|
||||
endpoint IP address configured.
|
||||
.It Cm "add peer" Ar name Ar pubkey Op options...
|
||||
.It Cm "add peer" Ar name Ar pubkey Op Ar options...
|
||||
Add a peer.
|
||||
The argument
|
||||
.Ar name
|
||||
|
@ -134,7 +134,7 @@ tunnel.
|
|||
Delete the peer
|
||||
.Ar name
|
||||
previously added with
|
||||
.Nm Cm "add peer" Ar name .
|
||||
.Nm Ar wgN Cm "add peer" Ar name .
|
||||
.El
|
||||
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
.Sh EXAMPLES
|
||||
|
|
Loading…
Reference in New Issue