s6

Mirror/fork of https://skarnet.org/software/s6/
git clone https://ccx.te2000.cz/git/s6
Log | Files | Refs | README | LICENSE

commit c95c4845106e284a6d641d66bb55fc17b995cddd
parent 0b3cfa820e632e6cd1652e261b008df39dddbc8a
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Sat, 25 Sep 2021 18:58:44 +0000

 s6-ioconnect isn't zero-copy anymore: fix doc

Signed-off-by: Laurent Bercot <ska@appnovation.com>

Diffstat:
Mdoc/s6-ioconnect.html | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/doc/s6-ioconnect.html b/doc/s6-ioconnect.html @@ -75,10 +75,6 @@ duplex connection between the client and the server, for instance for testing purposes. <tt>s6-ioconnect</tt> is to s6-tcpclient as <tt>cat</tt> is to s6-tcpserver: a program that will just echo what it gets. </li> - <li> On modern Linux systems, s6-ioconnect will perform zero-copy -data transmission, via the -<a href="https://man7.org/linux/man-pages/man2/splice.2.html">splice</a> -system call. </li> <li> The s6-ioconnect utility was once part of the <a href="//skarnet.org/software/s6-networking/">s6-networking</a> suite, which is why the