]> git.ipfire.org Git - thirdparty/wireguard-tools.git/commitdiff
manpages: eliminate whitespace at the end of the line
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Thu, 21 Jun 2018 23:39:25 +0000 (01:39 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 22 Jun 2018 02:09:39 +0000 (04:09 +0200)
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>
src/man/wg-quick.8
src/man/wg.8

index d97fec95d1ff104a55298aa9c5318e67518e6708..8f0c487bb0b91537ed9473bf641f5689ba28408f 100644 (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
 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
 
index 49dc15bffd06ff5aa567a6f1bf9991922cf7486e..5bae7ca40865a554447794926c28e1d49274cfe0 100644 (file)
@@ -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