
phred at apache
Apr 11, 2008, 11:34 PM
Post #1 of 1
(196 views)
Permalink
|
|
svn commit: r647383 - in /perl/modperl/docs/trunk/src/docs/2.0/api: APR/Socket.pod Apache2/Response.pod
|
|
Author: phred Date: Fri Apr 11 23:34:33 2008 New Revision: 647383 URL: http://svn.apache.org/viewvc?rev=647383&view=rev Log: Fix a couple more broken doc links. Modified: perl/modperl/docs/trunk/src/docs/2.0/api/APR/Socket.pod perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Response.pod Modified: perl/modperl/docs/trunk/src/docs/2.0/api/APR/Socket.pod URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/api/APR/Socket.pod?rev=647383&r1=647382&r2=647383&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/docs/2.0/api/APR/Socket.pod (original) +++ perl/modperl/docs/trunk/src/docs/2.0/api/APR/Socket.pod Fri Apr 11 23:34:33 2008 @@ -622,7 +622,7 @@ The socket we wish to use for our side of the connection =item arg1: C<$sa> -( C<L<APR::SockAddr object|docs::2.0::api::APR::SockAdrr>> ) +( C<L<APR::SockAddr object|docs::2.0::api::APR::SockAddr>> ) The address of the machine we wish to connect to. If NULL, APR assumes that the sockaddr_in in the apr_socket is Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Response.pod URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Response.pod?rev=647383&r1=647382&r2=647383&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Response.pod (original) +++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Response.pod Fri Apr 11 23:34:33 2008 @@ -248,7 +248,7 @@ If there is a response body following the headers it'll be handled too (as if it was sent via -C<L<print()|docs::2.0::api::Apache2::RequestIO::C_print_/>>). +C<L<print()|docs::2.0::api::Apache2::RequestIO/C_print_>>). Notice that if only HTTP headers are included they won't be sent until some body is sent (again the "send" part is retained from the mod_perl --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe[at]perl.apache.org For additional commands, e-mail: docs-cvs-help[at]perl.apache.org
|