derek Wed Jan 21 20:26:59 2004 EDT
Modified files: /phpdoc/en/reference/sockets/functions socket-create-listen.xml Log: Grammatical Fix http://cvs.php.net/diff.php/phpdoc/en/reference/sockets/functions/socket-create-listen.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/sockets/functions/socket-create-listen.xml diff -u phpdoc/en/reference/sockets/functions/socket-create-listen.xml:1.3 phpdoc/en/reference/sockets/functions/socket-create-listen.xml:1.4 --- phpdoc/en/reference/sockets/functions/socket-create-listen.xml:1.3 Wed May 1 05:30:47 2002 +++ phpdoc/en/reference/sockets/functions/socket-create-listen.xml Wed Jan 21 20:26:59 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/sockets.xml, last change in rev 1.27 --> <refentry id="function.socket-create-listen"> <refnamediv> @@ -19,7 +19,7 @@ only listens to accept new connections. </para> <para> - <function>socket_create_listen</function> create a new socket resource of + <function>socket_create_listen</function> creates a new socket resource of type <constant>AF_INET</constant> listening on <emphasis>all</emphasis> local interfaces on the given port waiting for new connections. </para> @@ -40,7 +40,7 @@ <note> <para> If you want to create a socket which only listens on a certain - interfaces you need to use <function>socket_create</function>, + interface you need to use <function>socket_create</function>, <function>socket_bind</function> and <function>socket_listen</function>. </para> </note>