From fc1bbd43f98ca4d7ae6f116afa64c6476725baf7 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 14 Jul 2026 09:06:36 +0000 Subject: Remove s6-frontend-helper-echo (and document echore) --- doc/index.html | 2 +- doc/s6-frontend-helper-echo.html | 40 -------------------------------------- doc/s6-frontend-helper-echore.html | 30 ++++++++++++++++++++++++++++ 3 files changed, 31 insertions(+), 41 deletions(-) delete mode 100644 doc/s6-frontend-helper-echo.html create mode 100644 doc/s6-frontend-helper-echore.html (limited to 'doc') diff --git a/doc/index.html b/doc/index.html index 98e8b60..6c1534a 100644 --- a/doc/index.html +++ b/doc/index.html @@ -177,7 +177,7 @@ the previous versions of s6-frontend and the current one. diff --git a/doc/s6-frontend-helper-echo.html b/doc/s6-frontend-helper-echo.html deleted file mode 100644 index dbe5ea4..0000000 --- a/doc/s6-frontend-helper-echo.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - s6-frontend: the s6-frontend-helper-echo program - - - - - - -

-s6-frontend
-Software
-skarnet.org -

- -

The s6-frontend-helper-echo internal program

- -

- s6-frontend-helper-echo is a small utility to echo arguments to stdout. -It is not meant to be called directly, -although nothing bad will happen if you do. It is used in command lines crafted by -s6 live status due to unreliable and -inconsistent handling of options and dash arguments in the various POSIX echo -implementations. -

- -

- s6-frontend-helper-echo is basically a copy of -s6-echo and -behaves exactly the same. The program has been included in s6-frontend in order to avoid -a dependency to s6-portable-utils. -

- - - diff --git a/doc/s6-frontend-helper-echore.html b/doc/s6-frontend-helper-echore.html new file mode 100644 index 0000000..a4faf05 --- /dev/null +++ b/doc/s6-frontend-helper-echore.html @@ -0,0 +1,30 @@ + + + + + + + s6-frontend: the s6-frontend-helper-echore program + + + + + + +

+s6-frontend
+Software
+skarnet.org +

+ +

The s6-frontend-helper-echore internal program

+ +

+ s6-frontend-helper-echore is a small utility to print arguments to stdout +in a convenient form for the grepping that is performed at some point during +the s6 live status command. +It is not meant to be called directly, although nothing bad will happen if you do. +

+ + + -- cgit v1.3.1