From bca250b0b2a1df4ceb939b71a269f71501fda024 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 30 Jul 2026 03:21:52 +0000 Subject: Prepare for 2.10.0.0; remove pedantic posix; support loopwhilex -x "" --- doc/cd.html | 60 +++++++++++++++++++++++++++++++++++++++ doc/execline-cd.html | 55 ------------------------------------ doc/execline-umask.html | 51 ---------------------------------- doc/index.html | 10 +++---- doc/loopwhilex.html | 10 ++++--- doc/posix-cd.html | 66 ------------------------------------------- doc/posix-umask.html | 74 ------------------------------------------------- doc/umask.html | 61 ++++++++++++++++++++++++++++++++++++++++ doc/upgrade.html | 10 +++++++ 9 files changed, 141 insertions(+), 256 deletions(-) create mode 100644 doc/cd.html delete mode 100644 doc/execline-cd.html delete mode 100644 doc/execline-umask.html delete mode 100644 doc/posix-cd.html delete mode 100644 doc/posix-umask.html create mode 100644 doc/umask.html (limited to 'doc') diff --git a/doc/cd.html b/doc/cd.html new file mode 100644 index 0000000..fbd6687 --- /dev/null +++ b/doc/cd.html @@ -0,0 +1,60 @@ + + + + + + + execline: the cd command + + + + + + +

+execline
+Software
+skarnet.org +

+ +

The cd program

+ +

+cd changes the current working directory to a +given directory, then executes a program. +

+ +

Interface

+ +
+     cd dir prog...
+
+ +

+cd performs a +chdir() +system call on dir, then execs into prog.... +

+ +

Notes

+ + + + + diff --git a/doc/execline-cd.html b/doc/execline-cd.html deleted file mode 100644 index 6d55142..0000000 --- a/doc/execline-cd.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - execline: the execline-cd command - - - - - - -

-execline
-Software
-skarnet.org -

- -

The execline-cd program

- -

-execline-cd changes the current working directory to a -given directory, then executes a program. -

- -

Interface

- -
-     execline-cd dir prog...
-
- -

-execline-cd performs a -chdir() -system call on dir, then execs into prog.... -

- -

Notes

- - - - - - diff --git a/doc/execline-umask.html b/doc/execline-umask.html deleted file mode 100644 index e0aa76f..0000000 --- a/doc/execline-umask.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - execline: the execline-umask command - - - - - - -

-execline
-Software
-skarnet.org -

- -

The execline-umask program

- -

-execline-umask sets the umask (file creation mask), -then executes a program. -

- -

Interface

- -
-     execline-umask mask prog...
-
- -

-execline-umask sets the current umask to mask, -then execs into prog.... -

- -

Notes

- - - - - diff --git a/doc/index.html b/doc/index.html index e57e4af..075fcf9 100644 --- a/doc/index.html +++ b/doc/index.html @@ -78,8 +78,8 @@ want nsswitch-like functionality:

Download