You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by to...@apache.org on 2010/04/22 10:12:27 UTC

svn commit: r936645 - /perl/modperl/docs/trunk/src/docs/2.0/api/APR/Socket.pod

Author: torsten
Date: Thu Apr 22 08:12:27 2010
New Revision: 936645

URL: http://svn.apache.org/viewvc?rev=936645&view=rev
Log:
rename APR::Socket::sock_get to APR::Socket::fileno

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=936645&r1=936644&r2=936645&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 08:12:27 2010
@@ -75,6 +75,38 @@ C<APR::Socket> provides the following me
 
 
 
+=head2 C<fileno>
+
+Get the operating system socket, the file descriptor on UNIX.
+On Windows this function returns C<-1> to indicate it is not implemented.
+
+  $fd = $sock->fileno;
+
+=over 4
+
+=item obj: C<$sock>
+( C<L<APR::Socket object|docs::2.0::api::APR::Socket>> )
+
+The socket
+
+=item ret: C<$fd> ( integer )
+
+The OS-level file descriptor.
+
+=item since: 2.0.5
+
+=back
+
+
+
+
+
+
+
+
+
+
+
 =head2 C<opt_get>
 
 Query socket options for the specified socket
@@ -420,38 +452,6 @@ For examples see the C<L<recv|/C_recv_>>
 
 
 
-=head2 C<sock_get>
-
-Get the operating system socket, the file descriptor on UNIX.
-On Windows this function returns C<-1> to indicate it is not implemented.
-
-  $fd = $sock->sock_get;
-
-=over 4
-
-=item obj: C<$sock>
-( C<L<APR::Socket object|docs::2.0::api::APR::Socket>> )
-
-The socket
-
-=item ret: C<$fd> ( integer )
-
-The OS-level file descriptor.
-
-=item since: 2.0.5
-
-=back
-
-
-
-
-
-
-
-
-
-
-
 =head2 C<timeout_get>
 
 Get socket timeout settings



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