
pgollucci at apache
Jun 24, 2006, 8:23 PM
Post #1 of 1
(831 views)
Permalink
|
|
svn commit: r416982 - /perl/modperl/docs/trunk/src/docs/2.0/user/coding/coding.pod
|
|
Author: pgollucci Date: Sat Jun 24 20:23:38 2006 New Revision: 416982 URL: http://svn.apache.org/viewvc?rev=416982&view=rev Log: Fix gammar. Submitted by: Fred Moyer Modified: perl/modperl/docs/trunk/src/docs/2.0/user/coding/coding.pod Modified: perl/modperl/docs/trunk/src/docs/2.0/user/coding/coding.pod URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/user/coding/coding.pod?rev=416982&r1=416981&r2=416982&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/docs/2.0/user/coding/coding.pod (original) +++ perl/modperl/docs/trunk/src/docs/2.0/user/coding/coding.pod Sat Jun 24 20:23:38 2006 @@ -377,7 +377,7 @@ If you use C<$r> to set headers as explained at the beginning of this section, you won't encounter any of these problems. -Finally, If you don't want Apache to send its own headers and you want +Finally, if you don't want Apache to send its own headers and you want to send your own set of headers (non-parsed headers handlers) use the C<L<$r-E<gt>assbackwards|docs::2.0::api::Apache2::RequestRec/C_assbackwards_>> method. Notice that registry handlers will do that for you if the --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe [at] perl For additional commands, e-mail: docs-cvs-help [at] perl
|