diff options
Diffstat (limited to 'doc/getcwd.html')
-rw-r--r-- | doc/getcwd.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/getcwd.html b/doc/getcwd.html index 2f040db..9735630 100644 --- a/doc/getcwd.html +++ b/doc/getcwd.html @@ -43,7 +43,7 @@ execs into <em>prog</em> with its arguments. <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="http://pubs.opengroup.org/onlinepubs/9699919799/utilities/pwd.html">pwd</a> +<a href="https://pubs.opengroup.org/onlinepubs/9699919799/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> |