diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-15 20:51:39 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-15 20:51:39 +0000 |
commit | ebfd0ba17e0d4b220725018d16e294e8e22a1745 (patch) | |
tree | 4b29683050ce9e8f24f1920f1be38b2f837ef5ad /doc/seekablepipe.html | |
parent | 20c7d8e1b328155145ce9e8648435e127b60c208 (diff) | |
download | s6-networking-ebfd0ba17e0d4b220725018d16e294e8e22a1745.tar.xz |
Move Unix domain socket and access control stuff to s6.
Move seekablepipe to s6-portable-utils.
Version: 2.0.1.0, release candidate
Diffstat (limited to 'doc/seekablepipe.html')
-rw-r--r-- | doc/seekablepipe.html | 36 |
1 files changed, 0 insertions, 36 deletions
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 @@ -<html> - <head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <meta http-equiv="Content-Language" content="en" /> - <title>s6-networking: the seekablepipe program</title> - <meta name="Description" content="s6-networking: the seekablepipe program" /> - <meta name="Keywords" content="s6-networking seekablepipe pipe seekablepipe-io" /> - <!-- <link rel="stylesheet" type="text/css" href="http://skarnet.org/default.css" /> --> - </head> -<body> - -<p> -<a href="index.html">s6-networking</a><br /> -<a href="http://skarnet.org/software/">Software</a><br /> -<a href="http://skarnet.org/">skarnet.org</a> -</p> - -<h1> The <tt>seekablepipe</tt> program </h1> - -<tt>seekablepipe</tt> turns the reading end of a pipe into a seekable -file descriptor, using a temporary file. - -<h2> Interface </h2> - -<pre> - <em>writer</em> | seekablepipe <em>tmpfile reader [ args ... ]</em> -</pre> - -<p> -<tt>seekablepipe</tt> writes <em>writer</em>'s output to <em>tmpfile</em>, -which is unlinked as soon as it is created. Then it execs into -<em>reader</em>, reading from a file descriptor on <em>tmpfile</em>. -</p> - -</body> -</html> |