Mailing List Archive

svn commit: r647416 - in /perl/modperl/docs/trunk/src/docs: 2.0/api/Apache2/Filter.pod 2.0/api/Apache2/RequestRec.pod 2.0/api/ModPerl/RegistryCooker.pod 2.0/devel/debug/c.pod general/testing/testing.pod
Author: phred
Date: Sat Apr 12 03:31:14 2008
New Revision: 647416

URL: http://svn.apache.org/viewvc?rev=647416&view=rev
Log:
The rest of the low hanging fruit broken link fixes are fixed.

Modified:
perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Filter.pod
perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestRec.pod
perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/RegistryCooker.pod
perl/modperl/docs/trunk/src/docs/2.0/devel/debug/c.pod
perl/modperl/docs/trunk/src/docs/general/testing/testing.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Filter.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Filter.pod?rev=647416&r1=647415&r2=647416&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Filter.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Filter.pod Sat Apr 12 03:31:14 2008
@@ -298,7 +298,7 @@
unmodified, by returning C<Apache2::Const::DECLINED>. If you need to reset the
whole or parts of the filter context between requests, use the
L<technique based on C<$c-E<gt>keepalives>
-counting|docs::2.0::user::handler::filters>.
+counting|docs::2.0::user::handlers::filters>.

This method works for native Apache (non-mod_perl) filters too.


Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestRec.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestRec.pod?rev=647416&r1=647415&r2=647416&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestRec.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestRec.pod Sat Apr 12 03:31:14 2008
@@ -1852,7 +1852,7 @@

=head2 C<user>

-Get the user name, if an L<authentication> process was successful. Or
+Get the user name, if an authentication process was successful. Or
set it.

$user = $r->user();

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/RegistryCooker.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/RegistryCooker.pod?rev=647416&r1=647415&r2=647416&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/RegistryCooker.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/RegistryCooker.pod Sat Apr 12 03:31:14 2008
@@ -46,7 +46,7 @@

C<$class> -- the registry class, usually C<__PACKAGE__> can be used.

-C<$r> -- C<L<Apache2::Request>> object.
+C<$r> -- C<Apache2::Request> object.

default: new()


Modified: perl/modperl/docs/trunk/src/docs/2.0/devel/debug/c.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/devel/debug/c.pod?rev=647416&r1=647415&r2=647416&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/devel/debug/c.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/devel/debug/c.pod Sat Apr 12 03:31:14 2008
@@ -612,7 +612,7 @@

Therefore the next step is to recompile Perl and mod_perl (and may be
Apache) with debug symbols as L<explained
-earlier|Getting_Ready_to_Debug> in this chapter.
+earlier|/Getting_Ready_to_Debug> in this chapter.

Now when we repeat the process of starting the server, issuing a
request and getting the core file, after which we run C<gdb> again

Modified: perl/modperl/docs/trunk/src/docs/general/testing/testing.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/general/testing/testing.pod?rev=647416&r1=647415&r2=647416&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/general/testing/testing.pod (original)
+++ perl/modperl/docs/trunk/src/docs/general/testing/testing.pod Sat Apr 12 03:31:14 2008
@@ -2759,8 +2759,7 @@
t_client_log_error_is_expected()>
t_client_log_warn_is_expected()>

-See the C<L<Apache::TestUtil|docs::2.0::api::Apache::TestUtil>>
-manpage for more information.
+See the C<Apache::TestUtil> manpage for more information.

=head2 Auto Configuration




---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org