[svn:parrot] r49499 - trunk/docs/pdds
dukeleto at svn.parrot.org
dukeleto at svn.parrot.org
Sun Oct 10 18:07:25 UTC 2010
Author: dukeleto
Date: Sun Oct 10 18:07:25 2010
New Revision: 49499
URL: https://trac.parrot.org/parrot/changeset/49499
Log:
[pdd] Fix a fib in PDD22 about get_bool on a Socket
Modified:
trunk/docs/pdds/pdd22_io.pod
Modified: trunk/docs/pdds/pdd22_io.pod
==============================================================================
--- trunk/docs/pdds/pdd22_io.pod Sun Oct 10 17:57:59 2010 (r49498)
+++ trunk/docs/pdds/pdd22_io.pod Sun Oct 10 18:07:25 2010 (r49499)
@@ -863,7 +863,7 @@
C<socket> returns a new socket object from a given address family,
socket type, and protocol number (all integers). The socket object's
-boolean value can be tested for whether the socket was created.
+boolean value can be tested to see if the socket is open or closed.
The asynchronous version takes an additional final PMC callback
argument, and only returns a status object. When the socket operation is
@@ -872,7 +872,7 @@
=item *
-C<sockaddr> returns an object representing a socket address, generated
+C<sockaddr> returns a SockAddr object representing a socket address, generated
from a port number (integer) and an address (string).
No asynchronous version.
More information about the parrot-commits
mailing list