Documentation updates
[runtime.git] / lib / silcutil / silcnet.h
index e7edcda4ea83de05042535d97ccfe91d989af3c3..d791784e4feb9b25548e717dfd7774caa5e53dd4 100644 (file)
@@ -53,7 +53,7 @@
  * DESCRIPTION
  *
  *    The network listenr context.  This context is created with the
- *    silc_net_create_listener function and destroyed with
+ *    silc_net_tcp_create_listener function and destroyed with
  *    silc_net_close_listener function.
  *
  ***/
@@ -590,7 +590,7 @@ void silc_net_gethostbyname_async(const char *name,
  *   SilcBool silc_net_gethostbyaddr(const char *addr, char *name,
  *                                   SilcUInt32 name_len);
  *
-x * DESCRIPTION
+ * DESCRIPTION
  *
  *    Resolves the hostname for the IP address indicated by the `addr'
  *    This returns TRUE and the resolved hostname to the `name' buffer,
@@ -737,7 +737,7 @@ SilcUInt32 silc_htonl(SilcUInt32 host);
  ***/
 SilcUInt32 silc_ntohl(SilcUInt32 net);
 
-/****f* silcutil/silc_htonl
+/****f* silcutil/silc_htons
  *
  * SYNOPSIS
  *
@@ -750,7 +750,7 @@ SilcUInt32 silc_ntohl(SilcUInt32 net);
  ***/
 SilcUInt16 silc_htons(SilcUInt16 host);
 
-/****f* silcutil/silc_ntohl
+/****f* silcutil/silc_ntohs
  *
  * SYNOPSIS
  *