From 1367418899513629d1994894143eb37b9048c850 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 15 Jan 2015 19:20:48 +0000 Subject: - Move seekablepipe from s6-networking to here - Version tag: 2.0.1.0, release candidate --- doc/index.html | 5 +++-- doc/seekablepipe.html | 36 ++++++++++++++++++++++++++++++++++++ doc/upgrade.html | 13 +++++++++++-- 3 files changed, 50 insertions(+), 4 deletions(-) create mode 100644 doc/seekablepipe.html (limited to 'doc') diff --git a/doc/index.html b/doc/index.html index b5ba202..5d00821 100644 --- a/doc/index.html +++ b/doc/index.html @@ -60,7 +60,7 @@ the package is now used to host specific utilities such as
  • A POSIX-compliant system with a standard C development environment
  • GNU make, version 4.0 or later
  • skalibs version -2.1.0.0 or later
  • +2.2.0.0 or later

    Licensing

    @@ -74,7 +74,7 @@ the package is now used to host specific utilities such as @@ -143,6 +143,7 @@ the previous versions of s6-portable-utils and the current one.
  • The s6-unquote-filter program
  • The s6-unquote program
  • The s6-update-symlinks program
  • +
  • The seekablepipe program
  • Related resources

    diff --git a/doc/seekablepipe.html b/doc/seekablepipe.html new file mode 100644 index 0000000..e8fe453 --- /dev/null +++ b/doc/seekablepipe.html @@ -0,0 +1,36 @@ + + + + + s6-portable-utils: the seekablepipe program + + + + + + +

    +s6-portable-utils
    +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. +

    + + + diff --git a/doc/upgrade.html b/doc/upgrade.html index 6ea3b7e..70d8b07 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -17,10 +17,19 @@

    What has changed in s6-portable-utils

    +

    in 2.0.1.0

    + + +

    in 2.0.0.1

    in 2.0.0.0

    @@ -31,7 +40,7 @@ build system. See the enclosed INSTALL file for details.
  • slashpackage is not activated by default.
  • shared libraries are not used by default.
  • -
  • skalibs dependency bumped to 2.0.0.0
  • +
  • skalibs dependency bumped to 2.0.0.0.
  • -- cgit v1.2.3