From dda18efbf37e2def7490bb7865d41b1560d8412c Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 5 May 2015 16:41:36 +0000 Subject: - add s6-seq - rc for 2.0.5.0 --- doc/index.html | 3 ++- doc/s6-seq.html | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ doc/upgrade.html | 3 ++- 3 files changed, 70 insertions(+), 2 deletions(-) create mode 100644 doc/s6-seq.html (limited to 'doc') diff --git a/doc/index.html b/doc/index.html index 5f599eb..b2f40fd 100644 --- a/doc/index.html +++ b/doc/index.html @@ -76,7 +76,7 @@ library. @@ -135,6 +135,7 @@ the previous versions of s6-portable-utils and the current one.
  • The s6-quote program
  • The s6-rename program
  • The s6-rmrf program
  • +
  • The s6-seq program
  • The s6-sleep program
  • The s6-sort program
  • The s6-sync program
  • diff --git a/doc/s6-seq.html b/doc/s6-seq.html new file mode 100644 index 0000000..68227ad --- /dev/null +++ b/doc/s6-seq.html @@ -0,0 +1,66 @@ + + + + + s6-portable-utils: the s6-seq program + + + + + + +

    +s6-portable-utils
    +Software
    +skarnet.org +

    + +

    The s6-seq program

    + +

    + s6-seq prints a sequence of numbers. +

    + +

    Interface

    + +
    +     s6-seq [ -w ] [ -s separator ] limits
    +
    + + + +

    Options

    + + + +

    Notes

    + +

    + s6-seq is similar to the GNU seq program. However, it +does not handle negative numbers, floating point numbers or +printf-style formatting. +

    + + + diff --git a/doc/upgrade.html b/doc/upgrade.html index 403476d..c75ef87 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -17,10 +17,11 @@

    What has changed in s6-portable-utils

    -

    in 2.0.4.1

    +

    in 2.0.5.0

    in 2.0.4.0

    -- cgit v1.2.3