diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-09-07 14:11:40 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-09-07 14:11:40 +0000 |
commit | b91dd380a9c63edbfd74d4a8f11b7d04fb573a98 (patch) | |
tree | e52a35e4a2abb7125913c4477a9883f9a571e0bb /pod | |
parent | 00ca1d0d42208c5980e79d63906648d2926498ec (diff) | |
download | perl-b91dd380a9c63edbfd74d4a8f11b7d04fb573a98.tar.gz |
Fix an inconsistency spotted by David Landgren. (Although this is not
his proffered patch)
p4raw-id: //depot/perl@34307
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perltodo.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 30f17b04cb..7a1a48a6b8 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -384,14 +384,14 @@ Right now, Configure probes for two commands, and sets two variables: =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>. |