From ebfd0ba17e0d4b220725018d16e294e8e22a1745 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 15 Jan 2015 20:51:39 +0000 Subject: Move Unix domain socket and access control stuff to s6. Move seekablepipe to s6-portable-utils. Version: 2.0.1.0, release candidate --- doc/seekablepipe.html | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 doc/seekablepipe.html (limited to 'doc/seekablepipe.html') diff --git a/doc/seekablepipe.html b/doc/seekablepipe.html deleted file mode 100644 index cd17b2e..0000000 --- a/doc/seekablepipe.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - - s6-networking: the seekablepipe program - - - - - - -

-s6-networking
-Software
-skarnet.org -

- -

The seekablepipe program

- -seekablepipe turns the reading end of a pipe into a seekable -file descriptor, using a temporary file. - -

Interface

- -
-     writer | seekablepipe tmpfile reader [ args ... ]
-
- -

-seekablepipe writes writer's output to tmpfile, -which is unlinked as soon as it is created. Then it execs into -reader, reading from a file descriptor on tmpfile. -

- - - -- cgit v1.3.1