diff options
author | 2018-08-06 18:26:29 +0000 | |
---|---|---|
committer | 2018-08-06 18:26:29 +0000 | |
commit | ae8c2d1aa665beafa51a4832b3f576669269d38d (patch) | |
tree | c7b57782c35151fff8e0c0f0e45e67b262e8e263 | |
parent | Reflect reality. (diff) | |
download | wireguard-openbsd-ae8c2d1aa665beafa51a4832b3f576669269d38d.tar.xz wireguard-openbsd-ae8c2d1aa665beafa51a4832b3f576669269d38d.zip |
space required between macro args and punctuation;
-rw-r--r-- | usr.sbin/relayd/relayd.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5 index dd40a50946b..d43ffa06627 100644 --- a/usr.sbin/relayd/relayd.conf.5 +++ b/usr.sbin/relayd/relayd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: relayd.conf.5,v 1.186 2018/08/06 17:31:31 benno Exp $ +.\" $OpenBSD: relayd.conf.5,v 1.187 2018/08/06 18:26:29 jmc Exp $ .\" .\" Copyright (c) 2006 - 2016 Reyk Floeter <reyk@openbsd.org> .\" Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -144,7 +144,7 @@ or .Xc When using relays, log all TCP connections. Optionally log only -.Ic connection errors. +.Ic connection errors . .It Ic prefork Ar number When using relays, run the specified number of processes to handle relayed connections. |