diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-04-26 12:58:36 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-05-18 11:15:05 -0600 |
commit | 6f1e9ccb0e063f83e1ecbfb9a5a01f6f3c66dce0 (patch) | |
tree | 163fd0a4d612b7ee8ef99ae031cda659c919ae50 | |
parent | 5bbbd807d0d9eb8710d0a0529815e27e622795a8 (diff) | |
download | perl-6f1e9ccb0e063f83e1ecbfb9a5a01f6f3c66dce0.tar.gz |
README.os2: Fix broken links
-rw-r--r-- | README.os2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.os2 b/README.os2 index d1c288e9ca..778d9586ff 100644 --- a/README.os2 +++ b/README.os2 @@ -2548,8 +2548,9 @@ it has the same effect.) B<REMARK>. C<LIBPATHSTRICT>, C<BEGINLIBPATH> and C<ENDLIBPATH> are not environment variables, although F<cmd.exe> emulates them on C<SET -...> lines. From Perl they may be accessed by L<Cwd::extLibpath> and -L<Cwd::extLibpath_set>. +...> lines. From Perl they may be accessed by +L<Cwd::extLibpath|/Cwd::extLibpath([type])> and +L<Cwd::extLibpath_set|/Cwd::extLibpath_set( path [, type ] )>. =head2 DLL forwarder generation |