nicobn          Fri Aug 17 14:37:01 2007 UTC

  Modified files:              
    /phpdoc/en/reference/sockets/functions      socket-bind.xml 
  Log:
  Corrected wording
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sockets/functions/socket-bind.xml?r1=1.12&r2=1.13&diff_format=u
Index: phpdoc/en/reference/sockets/functions/socket-bind.xml
diff -u phpdoc/en/reference/sockets/functions/socket-bind.xml:1.12 
phpdoc/en/reference/sockets/functions/socket-bind.xml:1.13
--- phpdoc/en/reference/sockets/functions/socket-bind.xml:1.12  Wed Jun 20 
22:25:25 2007
+++ phpdoc/en/reference/sockets/functions/socket-bind.xml       Fri Aug 17 
14:37:01 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
 <refentry xmlns="http://docbook.org/ns/docbook"; xml:id="function.socket-bind">
  <refnamediv>
   <refname>socket_bind</refname>
@@ -17,7 +17,7 @@
   <para>
    Binds the name given in <parameter>address</parameter> to the socket
    described by <parameter>socket</parameter>. This has to be done before
-   a connection can be established using <function>socket_connect</function>
+   a connection is be established using <function>socket_connect</function>
    or <function>socket_listen</function>.
   </para>
  </refsect1>
@@ -164,4 +164,4 @@
 vim600: syn=xml fen fdm=syntax fdl=2 si
 vim: et tw=78 syn=sgml
 vi: ts=1 sw=1
--->
\ No newline at end of file
+-->

Reply via email to