diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2017-07-11 13:01:00 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2017-07-11 13:01:00 +0000 |
commit | 9ce6653c63e9f74d41dbfd3a9b587061713452ef (patch) | |
tree | e90c33d5144894debafde1a6c55be905752081e2 | |
parent | 49b0f25f5168d10fa964caf82615bda8dccabb03 (diff) |
The config option is called "no splice", the parser rejects "nosplice".
-rw-r--r-- | usr.sbin/relayd/relayd.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5 index 6fe2e2bdc31..f79b0800a74 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.177 2017/04/19 10:48:57 jmc Exp $ +.\" $OpenBSD: relayd.conf.5,v 1.178 2017/07/11 13:00:59 bluhm Exp $ .\" .\" Copyright (c) 2006 - 2016 Reyk Floeter <reyk@openbsd.org> .\" Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 19 2017 $ +.Dd $Mdocdate: July 11 2017 $ .Dt RELAYD.CONF 5 .Os .Sh NAME @@ -861,7 +861,7 @@ This is recommended to avoid delays in the relayed data stream, e.g. for SSH connections. The default is .Ic no nodelay . -.It Ic nosplice +.It Ic no splice Disable socket splicing for zero-copy data transfer. The default is to enable socket splicing. .It Ic sack |