From: Karl Williamson Date: Tue, 26 Apr 2011 15:37:12 +0000 (-0600) Subject: README.os2: Fix broken links X-Git-Tag: accepted/trunk/20130322.191538~4304 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eea834d05bb1562f0c3ef0c9fbc9b9477d394560;p=platform%2Fupstream%2Fperl.git README.os2: Fix broken links --- diff --git a/README.os2 b/README.os2 index 6abf7df..d1c288e 100644 --- a/README.os2 +++ b/README.os2 @@ -186,7 +186,7 @@ Note that not all features of Perl are available under these environments. This depends on the features the I - most probably RSX - decided to implement. -Cf. L. +Cf. L. =head2 Prerequisites @@ -475,10 +475,10 @@ should be done "correctly". =head2 C<``> and pipe-C do not work under DOS. This may a variant of just L<"I cannot run external programs">, or a -deeper problem. Basically: you I RSX (see L<"Prerequisites">) +deeper problem. Basically: you I RSX (see L) for these commands to work, and you may need a port of F which understands command arguments. One of such ports is listed in -L<"Prerequisites"> under RSX. Do not forget to set variable +L under RSX. Do not forget to set variable C> as well. DPMI is required for RSX. @@ -1521,11 +1521,11 @@ Here is the sample C file: =head2 Some C became C<\> in pdksh. -You have a very old pdksh. See L. +You have a very old pdksh. See L. =head2 C<'errno'> - unresolved external -You do not have MT-safe F. See L. +You do not have MT-safe F. See L. =head2 Problems with tr or sed @@ -1538,11 +1538,11 @@ broke the build of extensions. =head2 Library ... not found -You did not run C. See L. +You did not run C. See L. =head2 Segfault in make -You use an old version of GNU make. See L. +You use an old version of GNU make. See L. =head2 op/sprintf test failure @@ -2604,7 +2604,7 @@ are F and F. Having perl build itself would be impossible with F as a shell, thus I picked up C. This assures almost 100% compatibility with the scripts coming from *nix. As an added benefit this works as well under DOS if you use DOS-enabled port of pdksh -(see L<"Prerequisites">). +(see L). B currently F of pdksh calls external programs via fork()/exec(), and there is I functioning exec() on