[WireGuard] [PATCH 1/4] address:port separation uses colon, not comma

Daniel Kahn Gillmor dkg at fifthhorseman.net
Fri Jul 1 00:55:20 CEST 2016


This is a minor fixup to the wg(8) manpage.
---
 src/tools/wg.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tools/wg.8 b/src/tools/wg.8
index c9401f0..bffe58b 100644
--- a/src/tools/wg.8
+++ b/src/tools/wg.8
@@ -128,7 +128,7 @@ CIDR masks. The catch-all \fI0.0.0.0/0\fP may be specified for matching
 all IPv4 addresses, and \fI::/0\fP may be specified for matching all
 IPv6 addresses. Required.
 .IP \(bu
-Endpoint \(em an endpoint IP or hostname, followed by a comma, and then a
+Endpoint \(em an endpoint IP or hostname, followed by a colon, and then a
 port number. Optional.
 
 .SH CONFIGURATION FILE FORMAT EXAMPLE
-- 
2.8.1



More information about the WireGuard mailing list