Mailing List Archive

svn commit: r936808 - /perl/modperl/docs/trunk/src/docs/2.0/api/APR/Socket.pod
Author: torsten
Date: Thu Apr 22 12:11:14 2010
New Revision: 936808

URL: http://svn.apache.org/viewvc?rev=936808&view=rev
Log:
change "sock_get" to "fileno" in synopsis

Modified:
perl/modperl/docs/trunk/src/docs/2.0/api/APR/Socket.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=936808&r1=936807&r2=936808&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 Thu Apr 22 12:11:14 2010
@@ -52,7 +52,7 @@ APR::Socket - Perl API for APR sockets
}

# fetch the operating level socket
- my $fd=$sock->sock_get;
+ my $fd=$sock->fileno;


=head1 Description



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