Change 34307 by [EMAIL PROTECTED] on 2008/09/07 14:11:40
Fix an inconsistency spotted by David Landgren. (Although this is not
his proffered patch)
Affected files ...
... //depot/perl/pod/perltodo.pod#240 edit
Differences ...
==== //depot/perl/pod/perltodo.pod#240 (text) ====
Index: perl/pod/perltodo.pod
--- perl/pod/perltodo.pod#239~34243~ 2008-09-02 10:13:22.000000000 -0700
+++ perl/pod/perltodo.pod 2008-09-07 07:11:40.000000000 -0700
@@ -384,14 +384,14 @@
=over 4
-=item * C<cc (cc.U)>
+=item * C<cc> (in F<cc.U>)
This variable holds the name of a command to execute a C compiler which
can resolve multiple global references that happen to have the same
name. Usual values are F<cc> and F<gcc>.
Fervent ANSI compilers may be called F<c89>. AIX has F<xlc>.
-=item * ld (dlsrc.U)
+=item * C<ld> (in F<dlsrc.U>)
This variable indicates the program to be used to link
libraries for dynamic loading. On some systems, it is F<ld>.
End of Patch.