summaryrefslogtreecommitdiff
path: root/include/apr_network_io.h
diff options
context:
space:
mode:
authorIan Holsman <ianh@apache.org>2006-04-19 23:30:52 +0000
committerIan Holsman <ianh@apache.org>2006-04-19 23:30:52 +0000
commitdd0fd9a0d66e7659f6a56a7953169420881e50e3 (patch)
tree2767e71983be7230cf493fb91a6bcfffc33a50d7 /include/apr_network_io.h
parent1e37457a0e245b001031615de54d5ae8a97b714b (diff)
downloadapr-dd0fd9a0d66e7659f6a56a7953169420881e50e3.tar.gz
Documentation Clarification
Submitted by: Andreas Fester afester _at_ apache.org git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@395439 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_network_io.h')
-rw-r--r--include/apr_network_io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_network_io.h b/include/apr_network_io.h
index 126c4c12f..383d963ff 100644
--- a/include/apr_network_io.h
+++ b/include/apr_network_io.h
@@ -276,7 +276,7 @@ struct apr_hdtr_t {
* @param family The address family of the socket (e.g., APR_INET).
* @param type The type of the socket (e.g., SOCK_STREAM).
* @param protocol The protocol of the socket (e.g., APR_PROTO_TCP).
- * @param cont The pool to use
+ * @param cont The pool for the apr_socket_t and associated storage.
*/
APR_DECLARE(apr_status_t) apr_socket_create(apr_socket_t **new_sock,
int family, int type,