diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-08-30 21:04:48 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-08-30 21:04:48 +0000 |
commit | ccc5eec3fd0ed1b83599d8f97d7194db3b1ea671 (patch) | |
tree | 7ce72cb82658a70a2edfef5c4f4b9d0b3e2d796c | |
parent | 977636aa5f5ae771fe42dcb2787b8fea5fb3dff9 (diff) | |
download | s6-ccc5eec3fd0ed1b83599d8f97d7194db3b1ea671.tar.xz |
Doc typo fix (thanks Daniel Kahn Gillmor!)
-rw-r--r-- | doc/s6-ioconnect.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/s6-ioconnect.html b/doc/s6-ioconnect.html index b4d24e0..1c7b9c5 100644 --- a/doc/s6-ioconnect.html +++ b/doc/s6-ioconnect.html @@ -80,7 +80,7 @@ data transmission, via the <a href="http://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=""http://skarnet.org/software/s6-networking/">s6-networking</a> +<a href="http://skarnet.org/software/s6-networking/">s6-networking</a> suite, which is why the examples here involve TCP. Nevertheless, it can be used with connections across Unix domain sockets as well, and has its place in the s6 |