From: Nicholas Clark Date: Fri, 1 Sep 2000 22:03:21 +0000 (+0100) Subject: http:// in L<> X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=289e833817cb87a881373b6d013689d3f594b723;p=p5sagit%2Fp5-mst-13.2.git http:// in L<> Message-ID: <20000901220321.B72074@plum.flirble.org> p4raw-id: //depot/perl@6994 --- diff --git a/README.os2 b/README.os2 index 2383ee8..88f45a9 100644 --- a/README.os2 +++ b/README.os2 @@ -724,7 +724,8 @@ can be constructed using C. =head1 BUILD Here we discuss how to build Perl under OS/2. There is an alternative -(but maybe older) view on L. +(but maybe older) view on +L. =head2 Prerequisites diff --git a/pod/perl56delta.pod b/pod/perl56delta.pod index 63f7060..5eb9d2c 100644 --- a/pod/perl56delta.pod +++ b/pod/perl56delta.pod @@ -790,8 +790,8 @@ already. The fatal error has been downgraded to an optional warning: This warns you that C<"fred@example.com"> is going to turn into C if you don't backslash the C<@>. -See L for more details -about the history here. +See L +for more details about the history here. =head1 Modules and Pragmata diff --git a/pod/perlxs.pod b/pod/perlxs.pod index 5e333c0..e350294 100644 --- a/pod/perlxs.pod +++ b/pod/perlxs.pod @@ -72,7 +72,7 @@ See L for a tutorial on the whole extension creation process. Note: For some extensions, Dave Beazley's SWIG system may provide a significantly more convenient mechanism for creating the extension glue -code. See L for more +code. See L for more information. =head2 On The Road