summaryrefslogtreecommitdiffstats
path: root/doc/html/tqserversocket.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqserversocket.html')
-rw-r--r--doc/html/tqserversocket.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqserversocket.html b/doc/html/tqserversocket.html
index 30c9ea8a0..03d65a24c 100644
--- a/doc/html/tqserversocket.html
+++ b/doc/html/tqserversocket.html
@@ -116,7 +116,7 @@ acceptance of new connections.
<h3 class=fn><a href="tqhostaddress.html">TQHostAddress</a> <a name="address"></a>TQServerSocket::address () const
</h3>
Returns the address on which this object listens, or 0.0.0.0 if
-this object listens on more than one address. <a href="#ok">ok</a>() must be TRUE
+this object listens on more than one address. <a href="#ok">ok</a>() must be true
before calling this function.
<p> <p>See also <a href="#port">port</a>() and <a href="tqsocketdevice.html#address">TQSocketDevice::address</a>().
@@ -129,13 +129,13 @@ newly accepted connection.
<h3 class=fn>bool <a name="ok"></a>TQServerSocket::ok () const
</h3>
-Returns TRUE if the construction succeeded; otherwise returns FALSE.
+Returns true if the construction succeeded; otherwise returns false.
<h3 class=fn>TQ_UINT16 <a name="port"></a>TQServerSocket::port () const
</h3>
Returns the port number on which this server socket listens. This
is always non-zero; if you specify 0 in the constructor,
-TQServerSocket will pick a non-zero port itself. <a href="#ok">ok</a>() must be TRUE
+TQServerSocket will pick a non-zero port itself. <a href="#ok">ok</a>() must be true
before calling this function.
<p> <p>See also <a href="#address">address</a>() and <a href="tqsocketdevice.html#port">TQSocketDevice::port</a>().