From 3b89b580a0dc3a66b5b4b85a39a2f1cea7c5e677 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 28 Apr 2025 08:44:04 +0000 Subject: Latest batch of fixes Signed-off-by: Laurent Bercot --- INSTALL | 4 ++-- doc/index.html | 2 +- doc/s6-basename.html | 4 ++-- doc/s6-cat.html | 2 +- doc/s6-chmod.html | 2 +- doc/s6-chown.html | 2 +- doc/s6-cut.html | 4 ++-- doc/s6-dirname.html | 4 ++-- doc/s6-echo.html | 2 +- doc/s6-env.html | 4 ++-- doc/s6-expr.html | 4 ++-- doc/s6-false.html | 2 +- doc/s6-grep.html | 6 +++--- doc/s6-head.html | 4 ++-- doc/s6-hiercopy.html | 2 +- doc/s6-ln.html | 4 ++-- doc/s6-ls.html | 2 +- doc/s6-mkdir.html | 4 ++-- doc/s6-mkfifo.html | 4 ++-- doc/s6-nice.html | 4 ++-- doc/s6-sleep.html | 4 ++-- doc/s6-sort.html | 2 +- doc/s6-tail.html | 4 ++-- doc/s6-touch.html | 2 +- doc/s6-true.html | 2 +- tools/configure.template | 9 +++++++-- tools/gen-dotpc.sh | 2 +- 27 files changed, 48 insertions(+), 43 deletions(-) diff --git a/INSTALL b/INSTALL index 32fe827..a200c8f 100644 --- a/INSTALL +++ b/INSTALL @@ -9,8 +9,8 @@ Build Instructions - skalibs version 2.14.4.0 or later: https://skarnet.org/software/skalibs/ This software will run on any operating system that implements -POSIX.1-2008, available at: - https://pubs.opengroup.org/onlinepubs/9699919799/ +POSIX.1-2024, available at: + https://pubs.opengroup.org/onlinepubs/9799919799/ * Standard usage diff --git a/doc/index.html b/doc/index.html index bdc3411..32f819b 100644 --- a/doc/index.html +++ b/doc/index.html @@ -36,7 +36,7 @@ instance, the (otherwise good)

Some of s6-portable-utils' programs are a conformant implementation of a POSIX utility as determined by the -Single +Single Unix Specification, version 4; the relevant documentation pages mentions this. However, none of the s6-portable-utils programs supports internationalization. diff --git a/doc/s6-basename.html b/doc/s6-basename.html index 30c43b7..31546f6 100644 --- a/doc/s6-basename.html +++ b/doc/s6-basename.html @@ -30,7 +30,7 @@

s6-basename acts as the generic -basename utility. +basename utility.

Extra options

@@ -43,7 +43,7 @@

s6-basename is suitable as a Single Unix -basename +basename program.

diff --git a/doc/s6-cat.html b/doc/s6-cat.html index 3f41b6e..900c0f9 100644 --- a/doc/s6-cat.html +++ b/doc/s6-cat.html @@ -44,7 +44,7 @@ s6-cat performs zero-copy transfer.

s6-cat is not suitable as a Single Unix -cat +cat program.

diff --git a/doc/s6-chmod.html b/doc/s6-chmod.html index c987e81..0158184 100644 --- a/doc/s6-chmod.html +++ b/doc/s6-chmod.html @@ -38,7 +38,7 @@ must be an absolute octal number such as 0755 for

s6-chmod is not suitable as a Single Unix -chmod +chmod program.

diff --git a/doc/s6-chown.html b/doc/s6-chown.html index 5de306b..a2da9f2 100644 --- a/doc/s6-chown.html +++ b/doc/s6-chown.html @@ -45,7 +45,7 @@ gid to account's.

s6-chown is not suitable as a Single Unix -chown +chown program.

diff --git a/doc/s6-cut.html b/doc/s6-cut.html index f9728a0..0fa6eef 100644 --- a/doc/s6-cut.html +++ b/doc/s6-cut.html @@ -30,14 +30,14 @@

s6-cut acts as the generic -cut utility. +cut utility.

Posixness

s6-cut is suitable as a Single Unix -cut +cut program.

diff --git a/doc/s6-dirname.html b/doc/s6-dirname.html index e8f54ef..0367449 100644 --- a/doc/s6-dirname.html +++ b/doc/s6-dirname.html @@ -30,7 +30,7 @@

s6-dirname acts as the generic -dirname utility. +dirname utility.

Extra options

@@ -43,7 +43,7 @@

s6-dirname is suitable as a Single Unix -dirname +dirname program.

diff --git a/doc/s6-echo.html b/doc/s6-echo.html index 7a2fa98..150c3ee 100644 --- a/doc/s6-echo.html +++ b/doc/s6-echo.html @@ -44,7 +44,7 @@ character instead of a space.

s6-echo is not suitable as a Single Unix -echo +echo program.

diff --git a/doc/s6-env.html b/doc/s6-env.html index 4b1b75f..247f066 100644 --- a/doc/s6-env.html +++ b/doc/s6-env.html @@ -31,14 +31,14 @@ before running a program.

s6-env acts as the generic -env utility. +env utility.

Posixness

s6-env is suitable as a Single Unix -env +env program.

diff --git a/doc/s6-expr.html b/doc/s6-expr.html index 659e6f0..fd7569b 100644 --- a/doc/s6-expr.html +++ b/doc/s6-expr.html @@ -30,7 +30,7 @@

s6-expr acts as the generic -expr utility, +expr utility, except that the : operator (pattern matching) is not supported.

@@ -42,7 +42,7 @@ except that the : operator (pattern matching) is not supported.

s6-expr is not suitable as a Single Unix -expr +expr program; however, if you are never using the pattern matching functionality, s6-expr scrupulously follows the rest of the specification.

diff --git a/doc/s6-false.html b/doc/s6-false.html index 415e9ce..1aed172 100644 --- a/doc/s6-false.html +++ b/doc/s6-false.html @@ -32,7 +32,7 @@

s6-false is suitable as a Single Unix -false +false program.

diff --git a/doc/s6-grep.html b/doc/s6-grep.html index 9e47c03..42ff11a 100644 --- a/doc/s6-grep.html +++ b/doc/s6-grep.html @@ -30,7 +30,7 @@