Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/wgconfig Mark up argument as such and write out wgc...
details: https://anonhg.NetBSD.org/src/rev/61270a7694c6
branches: trunk
changeset: 937533:61270a7694c6
user: riastradh <riastradh%NetBSD.org@localhost>
date: Thu Aug 20 23:01:20 2020 +0000
description:
Mark up argument as such and write out wgconfig command correctly.
diffstat:
usr.sbin/wgconfig/wgconfig.8 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 0834b7b0a106 -r 61270a7694c6 usr.sbin/wgconfig/wgconfig.8
--- a/usr.sbin/wgconfig/wgconfig.8 Thu Aug 20 22:58:06 2020 +0000
+++ b/usr.sbin/wgconfig/wgconfig.8 Thu Aug 20 23:01:20 2020 +0000
@@ -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@localhost>
.\" All rights reserved.
@@ -96,7 +96,7 @@
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 @@
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
Home |
Main Index |
Thread Index |
Old Index