
torsten at apache
Aug 22, 2010, 10:51 AM
Post #1 of 1
(1135 views)
Permalink
|
|
svn commit: r987934 - /perl/modperl/docs/trunk/src/docs/2.0/api/APR/Socket.pod
|
|
Author: torsten Date: Sun Aug 22 17:51:38 2010 New Revision: 987934 URL: http://svn.apache.org/viewvc?rev=987934&view=rev Log: APR::Socket::fileno is not implemented on Windows 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=987934&r1=987933&r2=987934&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 Sun Aug 22 17:51:38 2010 @@ -78,7 +78,6 @@ 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; @@ -93,7 +92,7 @@ The socket The OS-level file descriptor. -=item since: 2.0.5 +=item since: 2.0.5 (not implemented on Windows) =back --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe [at] perl For additional commands, e-mail: docs-cvs-help [at] perl
|