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 a few missed equal signs as literal.



details:   https://anonhg.NetBSD.org/src/rev/711b218dfdff
branches:  trunk
changeset: 942866:711b218dfdff
user:      uwe <uwe%NetBSD.org@localhost>
date:      Fri Aug 21 03:44:58 2020 +0000

description:
Mark up a few missed equal signs as literal.

diffstat:

 usr.sbin/wgconfig/wgconfig.8 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 45d90955b0c8 -r 711b218dfdff usr.sbin/wgconfig/wgconfig.8
--- a/usr.sbin/wgconfig/wgconfig.8      Fri Aug 21 03:36:03 2020 +0000
+++ b/usr.sbin/wgconfig/wgconfig.8      Fri Aug 21 03:44:58 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: wgconfig.8,v 1.8 2020/08/21 03:13:30 uwe Exp $
+.\"    $NetBSD: wgconfig.8,v 1.9 2020/08/21 03:44:58 uwe Exp $
 .\"
 .\" Copyright (C) Ryota Ozaki <ozaki.ryota%gmail.com@localhost>
 .\" All rights reserved.
@@ -60,8 +60,8 @@
 .Nm
 .Li wg Ns Ar N\|
 .Cm "add peer" Ar name Ar pubkey
-.Op Fl Fl preshared-key Ns = Ns Ar filename
-.Op Fl Fl endpoint Ns = Ns Ar ip Ns Li \&: Ns Ar port
+.Op Fl Fl preshared-key Ns Li \&= Ns Ar filename
+.Oo Fl Fl endpoint Ns Li \&= Ns Ar ip Ns Li \&: Ns Ar port Oc
 .Oo
 .Fl Fl allowed-ips Ns Li \&= Ns Ar ip1 Ns Li \&/ Ns Ar cidr1 Ns
 .Op Li \&, Ns Ar ip2 Ns Li \&/ Ns Ar cidr2 Ns Li \&, Ns Ar ...
@@ -138,7 +138,7 @@
 .Pp
 The following options may be specified:
 .Bl -tag -width abcd
-.It Fl Fl preshared-key-file Ns = Ns Ar filename
+.It Fl Fl preshared-key-file Ns Li \&= Ns Ar filename
 Set a secret preshared key generated by
 .Nm wg-keygen
 .Fl Fl psk .



Home | Main Index | Thread Index | Old Index