From: Gurusamy Sarathy Date: Mon, 10 Jan 2000 05:11:03 +0000 (+0000) Subject: pod typos (from Abigail ) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5a3e78123e3b27b54e7f651bd5fa051044f04189;p=p5sagit%2Fp5-mst-13.2.git pod typos (from Abigail ) p4raw-id: //depot/perl@4781 --- diff --git a/pod/perl.pod b/pod/perl.pod index dc97764..9b5db82 100644 --- a/pod/perl.pod +++ b/pod/perl.pod @@ -297,7 +297,7 @@ Perl developers, please write to perl-thanks@perl.org . s2p sed to perl translator http://www.perl.com/ the Perl Home Page - http://www.perl.com/CPAN the Comphrehensive Perl Archive + http://www.perl.com/CPAN the Comprehensive Perl Archive =head1 DIAGNOSTICS diff --git a/pod/perllexwarn.pod b/pod/perllexwarn.pod index 32fc210..6078aef 100644 --- a/pod/perllexwarn.pod +++ b/pod/perllexwarn.pod @@ -3,7 +3,7 @@ perllexwarn - Perl Lexical Warnings =head1 DESCRIPTION - + The C pragma is a replacement for both the command line flag B<-w> and the equivalent Perl variable, C<$^W>. @@ -160,7 +160,7 @@ introduction of lexically scoped warnings, or have code that uses both lexical warnings and C<$^W>, this section will describe how they interact. How Lexical Warnings interact with B<-w>/C<$^W>: - + =over 5 =item 1. diff --git a/pod/perlxstut.pod b/pod/perlxstut.pod index 8a96c89..35edd05 100644 --- a/pod/perlxstut.pod +++ b/pod/perlxstut.pod @@ -24,7 +24,7 @@ them. If you find something that was missed, please let me know. This tutorial assumes that the make program that Perl is configured to use is called C. Instead of running "make" in the examples that follow, you may have to substitute whatever make program Perl has been -configured to use. Running "perl -V:make" should tell you what it is. +configured to use. Running B should tell you what it is. =head2 Version caveat @@ -190,7 +190,7 @@ You can safely ignore the line about "prototyping behavior". If you are on a Win32 system, and the build process fails with linker errors for functions in the C library, check if your Perl is configured -to use PerlCRT (running "perl -V:libc" should show you if this is the +to use PerlCRT (running B should show you if this is the case). If Perl is configured to use PerlCRT, you have to make sure PerlCRT.lib is copied to the same location that msvcrt.lib lives in, so that the compiler can find it on its own. msvcrt.lib is usually