derek           Wed Jan 21 22:48:15 2004 EDT

  Modified files:              
    /phpdoc/en/reference/sockets/functions      socket-set-option.xml 
  Log:
  Fixing Taberature
  
http://cvs.php.net/diff.php/phpdoc/en/reference/sockets/functions/socket-set-option.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/sockets/functions/socket-set-option.xml
diff -u phpdoc/en/reference/sockets/functions/socket-set-option.xml:1.5 
phpdoc/en/reference/sockets/functions/socket-set-option.xml:1.6
--- phpdoc/en/reference/sockets/functions/socket-set-option.xml:1.5     Wed Jan 21 
22:45:54 2004
+++ phpdoc/en/reference/sockets/functions/socket-set-option.xml Wed Jan 21 22:48:15 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/sockets.xml, last change in rev 1.27 -->
   <refentry id="function.socket-set-option">
    <refnamediv>
@@ -25,10 +25,10 @@
     </para>
     <para>
      The <parameter>level</parameter> parameter specifies the protocol level at
-        which the option resides. For example, to retrieve options at the socket 
level,
-        a <parameter>level</parameter> parameter of SOL_SOCKET would be used. Other
-        levels, such as TCP, can be used by specifying the protocol number of that 
level.
-        Protocol numbers can be found by using the 
<function>getprotobyname</function> function.
+     which the option resides. For example, to retrieve options at the socket level,
+     a <parameter>level</parameter> parameter of SOL_SOCKET would be used. Other
+     levels, such as TCP, can be used by specifying the protocol number of that level.
+     Protocol numbers can be found by using the <function>getprotobyname</function> 
function.
     </para>
     <para>
      The available socket options are the same as those for the 
<function>socket_get_option</function> function.

Reply via email to