From: Nicholas Clark Date: Sun, 7 Sep 2008 14:11:40 +0000 (+0000) Subject: Fix an inconsistency spotted by David Landgren. (Although this is not X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b91dd380a9c63edbfd74d4a8f11b7d04fb573a98;p=p5sagit%2Fp5-mst-13.2.git Fix an inconsistency spotted by David Landgren. (Although this is not his proffered patch) p4raw-id: //depot/perl@34307 --- diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 30f17b0..7a1a48a 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 +=item * C (in F) 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 and F. Fervent ANSI compilers may be called F. AIX has F. -=item * ld (dlsrc.U) +=item * C (in F) This variable indicates the program to be used to link libraries for dynamic loading. On some systems, it is F.