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/posix-umask.html | 74 ---------------------------------------------------- 1 file changed, 74 deletions(-) delete mode 100644 doc/posix-umask.html (limited to 'doc/posix-umask.html') diff --git a/doc/posix-umask.html b/doc/posix-umask.html deleted file mode 100644 index f3ab05f..0000000 --- a/doc/posix-umask.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - execline: the posix-umask command - - - - - - -

-execline
-Software
-skarnet.org -

- -

The posix-umask program

- -

-posix-umask changes its file mode creation mask, then executes a program. -

- -

Interface

- -
-     posix-umask [ -S ] [ mask ] [ prog... ]
-
- -

-When called with no argument, posix-umask prints the value of the -file mode creation mask of the invoking process, then exits 0. -

- -

- When called with a mask argument, posix-umask changes -its file mode creation mask; then, if prog... is not empty, it execs -into it. -

- -

- posix-umask interprets mask as specified by the -POSIX -specification for a umask external utility. -

- -

Notes

- - - - - -- cgit v1.3.1