From 0f8718b4fcbb89abc8b8b25c09510e1f7fac9625 Mon Sep 17 00:00:00 2001 From: Jonathan Neuschäfer Date: Fri, 22 Jun 2018 01:39:25 +0200 Subject: manpages: eliminate whitespace at the end of the line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This eliminates a few style warnings from "mandoc -T lint src/tools/wg*.8". Signed-off-by: Jonathan Neuschäfer --- src/tools/man/wg-quick.8 | 44 ++++++++++++++++++++++---------------------- src/tools/man/wg.8 | 8 ++++---- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/src/tools/man/wg-quick.8 b/src/tools/man/wg-quick.8 index d97fec9..8f0c487 100644 --- a/src/tools/man/wg-quick.8 +++ b/src/tools/man/wg-quick.8 @@ -112,25 +112,25 @@ and a more complete description may be found there. Bold lines below are for opt The following might be used for connecting as a client to a VPN gateway for tunneling all traffic: - [Interface] + [Interface] .br \fBAddress = 10.200.100.8/24\fP .br \fBDNS = 10.200.100.1\fP .br - PrivateKey = oK56DE9Ue9zK76rAc8pBl6opph+1v36lm7cXXsQKrQM= + PrivateKey = oK56DE9Ue9zK76rAc8pBl6opph+1v36lm7cXXsQKrQM= .br - + .br - [Peer] + [Peer] .br - PublicKey = GtL7fZc/bLnqZldpVofMCD6hDjrK28SsdLxevJ+qtKU= + PublicKey = GtL7fZc/bLnqZldpVofMCD6hDjrK28SsdLxevJ+qtKU= .br - PresharedKey = /UwcSPg38hW/D9Y3tcS1FOV0K1wuURMbS0sesJEP5ak= + PresharedKey = /UwcSPg38hW/D9Y3tcS1FOV0K1wuURMbS0sesJEP5ak= .br - AllowedIPs = 0.0.0.0/0 + AllowedIPs = 0.0.0.0/0 .br - Endpoint = demo.wireguard.com:51820 + Endpoint = demo.wireguard.com:51820 .br The `Address` field is added here in order to set up the address for the interface. The `DNS` field @@ -164,7 +164,7 @@ Or, perhaps it is desirable to store private keys in encrypted form, such as thr .br For use on a server, the following is a more complicated example involving multiple peers: - + [Interface] .br \fBAddress = 10.192.122.1/24\fP @@ -173,31 +173,31 @@ For use on a server, the following is a more complicated example involving multi .br \fBSaveConfig = true\fP .br - PrivateKey = yAnz5TF+lXXJte14tji3zlMNq+hd2rYUIgJBgB3fBmk= + PrivateKey = yAnz5TF+lXXJte14tji3zlMNq+hd2rYUIgJBgB3fBmk= .br - ListenPort = 51820 + ListenPort = 51820 .br - + .br - [Peer] + [Peer] .br - PublicKey = xTIBA5rboUvnH4htodjb6e697QjLERt1NAB4mZqp8Dg= + PublicKey = xTIBA5rboUvnH4htodjb6e697QjLERt1NAB4mZqp8Dg= .br - AllowedIPs = 10.192.122.3/32, 10.192.124.1/24 + AllowedIPs = 10.192.122.3/32, 10.192.124.1/24 .br - + .br - [Peer] + [Peer] .br - PublicKey = TrMvSoP4jYQlY6RIzBgbssQqY3vxI2Pi+y71lOWWXX0= + PublicKey = TrMvSoP4jYQlY6RIzBgbssQqY3vxI2Pi+y71lOWWXX0= .br - AllowedIPs = 10.192.122.4/32, 192.168.0.0/16 + AllowedIPs = 10.192.122.4/32, 192.168.0.0/16 .br - + .br - [Peer] + [Peer] .br - PublicKey = gN65BkIKy1eCE9pP1wdc8ROUtkHLF2PfAqYdyYBz6EA= + PublicKey = gN65BkIKy1eCE9pP1wdc8ROUtkHLF2PfAqYdyYBz6EA= .br AllowedIPs = 10.10.10.230/32 diff --git a/src/tools/man/wg.8 b/src/tools/man/wg.8 index 49dc15b..5bae7ca 100644 --- a/src/tools/man/wg.8 +++ b/src/tools/man/wg.8 @@ -5,17 +5,17 @@ wg - set and retrieve configuration of WireGuard interfaces .SH SYNOPSIS .B wg -[ +[ .I COMMAND -] [ +] [ .I OPTIONS -]... [ +]... [ .I ARGS ]... .SH DESCRIPTION -.B wg +.B wg is the configuration utility for getting and setting the configuration of WireGuard tunnel interfaces. The interfaces themselves can be added and removed using -- cgit v1.2.3-59-g8ed1b