diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-04-28 08:43:53 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-04-28 08:43:53 +0000 |
| commit | ff3a5ecf6f6bf9bb87682272f3eb800329572833 (patch) | |
| tree | eb3c4a810eca139fce134a40abc517be7198e78f /doc/posix-cd.html | |
| parent | 7365249a1460289f0a047e12a0575ef326df194b (diff) | |
| download | execline-ff3a5ecf6f6bf9bb87682272f3eb800329572833.tar.gz | |
Latest batch of fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/posix-cd.html')
| -rw-r--r-- | doc/posix-cd.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/posix-cd.html b/doc/posix-cd.html index fc40203..baa3cdd 100644 --- a/doc/posix-cd.html +++ b/doc/posix-cd.html @@ -32,7 +32,7 @@ given directory, then executes a program. <p> <tt>posix-cd</tt> changes the current working directory to <em>dir</em> according to the -<a href="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/cd.html">POSIX +<a href="https://pubs.opengroup.org/onlinepubs/9799919799/utilities/cd.html">POSIX specification for a <tt>cd</tt> external utility</a>. Then, if <em>prog...</em> is not empty, it execs into it. </p> @@ -47,7 +47,7 @@ will use <tt>posix-cd</tt>. When this configuration option has not been given, <tt>cd</tt> is a symbolic link to <a href="execline-cd.html">execline-cd</a>. </li> <li> <tt>posix-cd</tt> fully conforms to the -<a href="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/cd.html">POSIX +<a href="https://pubs.opengroup.org/onlinepubs/9799919799/utilities/cd.html">POSIX specification</a>. When <em>prog...</em> is not empty, the behaviour of a <tt>cd</tt> utility is not specified by POSIX, so <tt>posix-cd</tt> extends the spec to be actually useful and usable in an execline program with the same |
