manpages: eliminate whitespace at the end of the line

This eliminates a few style warnings from "mandoc -T lint src/tools/wg*.8".

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jonathan Neuschäfer 2018-06-22 01:39:25 +02:00 committed by Jason A. Donenfeld
parent 02733c681b
commit ef54cbf568
2 changed files with 26 additions and 26 deletions

View file

@ -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 The following might be used for connecting as a client to a VPN gateway for tunneling all
traffic: traffic:
[Interface] [Interface]
.br .br
\fBAddress = 10.200.100.8/24\fP \fBAddress = 10.200.100.8/24\fP
.br .br
\fBDNS = 10.200.100.1\fP \fBDNS = 10.200.100.1\fP
.br .br
PrivateKey = oK56DE9Ue9zK76rAc8pBl6opph+1v36lm7cXXsQKrQM= PrivateKey = oK56DE9Ue9zK76rAc8pBl6opph+1v36lm7cXXsQKrQM=
.br .br
.br .br
[Peer] [Peer]
.br .br
PublicKey = GtL7fZc/bLnqZldpVofMCD6hDjrK28SsdLxevJ+qtKU= PublicKey = GtL7fZc/bLnqZldpVofMCD6hDjrK28SsdLxevJ+qtKU=
.br .br
PresharedKey = /UwcSPg38hW/D9Y3tcS1FOV0K1wuURMbS0sesJEP5ak= PresharedKey = /UwcSPg38hW/D9Y3tcS1FOV0K1wuURMbS0sesJEP5ak=
.br .br
AllowedIPs = 0.0.0.0/0 AllowedIPs = 0.0.0.0/0
.br .br
Endpoint = demo.wireguard.com:51820 Endpoint = demo.wireguard.com:51820
.br .br
The `Address` field is added here in order to set up the address for the interface. The `DNS` field 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 .br
For use on a server, the following is a more complicated example involving multiple peers: For use on a server, the following is a more complicated example involving multiple peers:
[Interface] [Interface]
.br .br
\fBAddress = 10.192.122.1/24\fP \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 .br
\fBSaveConfig = true\fP \fBSaveConfig = true\fP
.br .br
PrivateKey = yAnz5TF+lXXJte14tji3zlMNq+hd2rYUIgJBgB3fBmk= PrivateKey = yAnz5TF+lXXJte14tji3zlMNq+hd2rYUIgJBgB3fBmk=
.br .br
ListenPort = 51820 ListenPort = 51820
.br .br
.br .br
[Peer] [Peer]
.br .br
PublicKey = xTIBA5rboUvnH4htodjb6e697QjLERt1NAB4mZqp8Dg= PublicKey = xTIBA5rboUvnH4htodjb6e697QjLERt1NAB4mZqp8Dg=
.br .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
.br .br
[Peer] [Peer]
.br .br
PublicKey = TrMvSoP4jYQlY6RIzBgbssQqY3vxI2Pi+y71lOWWXX0= PublicKey = TrMvSoP4jYQlY6RIzBgbssQqY3vxI2Pi+y71lOWWXX0=
.br .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
.br .br
[Peer] [Peer]
.br .br
PublicKey = gN65BkIKy1eCE9pP1wdc8ROUtkHLF2PfAqYdyYBz6EA= PublicKey = gN65BkIKy1eCE9pP1wdc8ROUtkHLF2PfAqYdyYBz6EA=
.br .br
AllowedIPs = 10.10.10.230/32 AllowedIPs = 10.10.10.230/32

View file

@ -5,17 +5,17 @@ wg - set and retrieve configuration of WireGuard interfaces
.SH SYNOPSIS .SH SYNOPSIS
.B wg .B wg
[ [
.I COMMAND .I COMMAND
] [ ] [
.I OPTIONS .I OPTIONS
]... [ ]... [
.I ARGS .I ARGS
]... ]...
.SH DESCRIPTION .SH DESCRIPTION
.B wg .B wg
is the configuration utility for getting and setting the configuration of is the configuration utility for getting and setting the configuration of
WireGuard tunnel interfaces. The interfaces themselves can be added and removed WireGuard tunnel interfaces. The interfaces themselves can be added and removed
using using