aboutsummaryrefslogtreecommitdiffstats
path: root/doc/getcwd.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-04-28 08:43:53 +0000
committerLaurent Bercot <ska@appnovation.com>2025-04-28 08:43:53 +0000
commitff3a5ecf6f6bf9bb87682272f3eb800329572833 (patch)
treeeb3c4a810eca139fce134a40abc517be7198e78f /doc/getcwd.html
parent7365249a1460289f0a047e12a0575ef326df194b (diff)
downloadexecline-ff3a5ecf6f6bf9bb87682272f3eb800329572833.tar.gz
Latest batch of fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/getcwd.html')
-rw-r--r--doc/getcwd.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/getcwd.html b/doc/getcwd.html
index 62701c6..0301935 100644
--- a/doc/getcwd.html
+++ b/doc/getcwd.html
@@ -53,7 +53,7 @@ line instead of putting it into the environment. </li>
<li> <em>var</em> must be given without a dollar! </li>
<li> <em>var</em> must not contain <tt>=</tt>. </li>
<li> Unlike the
-<a href="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/pwd.html">pwd</a>
+<a href="https://pubs.opengroup.org/onlinepubs/9799919799/utilities/pwd.html">pwd</a>
POSIX command, <tt>getcwd</tt> does not depend on the PWD environment
variable and will exhibit a consistent behaviour no matter the environment. </li>
</ul>