Simba: Fix mistake in web.rst

This commit is contained in:
Merlijn Wajer 2011-08-20 11:45:04 +02:00
parent 65c4fdbd08
commit c899b4e61b
1 changed files with 5 additions and 4 deletions

View File

@ -142,6 +142,8 @@ GetRawHeaders returns a string of headers from the specified client.
Socket Functions Socket Functions
---------------- ----------------
Simba's Socket Functions. Examples required; if you have one, please let u know.
CreateSocket CreateSocket
~~~~~~~~~~~~ ~~~~~~~~~~~~
@ -190,7 +192,6 @@ ListenSocket
ListenSocket allows for a client socket to accept connections. ListenSocket allows for a client socket to accept connections.
AcceptSocket AcceptSocket
~~~~~~~~~~~~ ~~~~~~~~~~~~
@ -249,15 +250,15 @@ SendSocket
SendSocket sends a string of data to a bound client socket. SendSocket sends a string of data to a bound client socket.
SetTimeout SetSocketTimeout
~~~~~~~~~~ ~~~~~~~~~~
.. code-block:: pascal .. code-block:: pascal
procedure SetTimeout(Client, Time: integer); procedure SetSocketTimeout(Client, Time: integer);
SetTimeout sets a maximum amount of time for a bound client socket to wait for SetTimeout sets a maximum amount of time for a bound client socket to wait for
data from another socket. data from another socket. Time is in *milliseconds*.
SocketInfo SocketInfo
~~~~~~~~~~ ~~~~~~~~~~