From 31694907dde18fc70d7b3e3813e5183d35f0e5db Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 9 Oct 2019 17:24:15 +0000 Subject: Add --enable-pedantic-posix, posix-cd, prepare for 2.5.3.0 Also make wait posix-compliant and update doc. --- doc/posix-cd.html | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 doc/posix-cd.html (limited to 'doc/posix-cd.html') diff --git a/doc/posix-cd.html b/doc/posix-cd.html new file mode 100644 index 0000000..3a24602 --- /dev/null +++ b/doc/posix-cd.html @@ -0,0 +1,62 @@ + + + + + + execline: the posix-cd command + + + + + + +

+execline
+Software
+skarnet.org +

+ +

The posix-cd program

+ +

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

+ +

Interface

+ +
+     posix-cd dir prog...
+
+ +

+posix-cd changes the current working directory to dir +according to the +POSIX +specification for a cd external utility. Then, if prog... is +not empty, it execs into it. +

+ +

Notes

+ + + + + + -- cgit v1.2.3