[svn:parrot] r37708 - trunk/src/ops

coke at svn.parrot.org coke at svn.parrot.org
Wed Mar 25 13:11:49 UTC 2009


Author: coke
Date: Wed Mar 25 13:11:48 2009
New Revision: 37708
URL: https://trac.parrot.org/parrot/changeset/37708

Log:
fixup typos and cut and apparently cut-n-paste-os

Modified:
   trunk/src/ops/io.ops

Modified: trunk/src/ops/io.ops
==============================================================================
--- trunk/src/ops/io.ops	Wed Mar 25 12:21:17 2009	(r37707)
+++ trunk/src/ops/io.ops	Wed Mar 25 13:11:48 2009	(r37708)
@@ -508,7 +508,7 @@
 
 =item B<socket>(out PMC, in INT, in INT, in INT)
 
-Create new Socket
+Create new socket
 
 =cut
 
@@ -518,7 +518,7 @@
 
 =item B<bind>(out INT, in PMC, in PMC)
 
-Bind Socket to address
+Bind socket to address
 
 =cut
 
@@ -528,7 +528,7 @@
 
 =item B<listen>(out INT, in PMC, in INT)
 
-Start listening on previously bounded socket
+Start listening on previously bound socket
 
 =cut
 
@@ -548,7 +548,7 @@
 
 =item B<recv>(out INT, in PMC, out STR)
 
-Recive data from socket
+Receive data from socket
 
 =cut
 
@@ -558,7 +558,7 @@
 
 =item B<send>(out INT, in PMC, int STR)
 
-Recive data from socket
+Send data to socket
 
 =cut
 


More information about the parrot-commits mailing list