summaryrefslogtreecommitdiff
path: root/include/apr_network_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apr_network_io.h')
-rw-r--r--include/apr_network_io.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/apr_network_io.h b/include/apr_network_io.h
index 4e3789d2b..89f57c039 100644
--- a/include/apr_network_io.h
+++ b/include/apr_network_io.h
@@ -509,9 +509,10 @@ APR_DECLARE(apr_status_t) apr_socket_sendto(apr_socket_t *sock,
/**
* Read data from a socket. On success, the address of the peer from
- * which the data was sent is copied into the @param from parameter,
- * and the @param len parameter is updated to give the number of bytes
- * written to @param buf.
+ * which the data was sent is copied into the @a from parameter, and the
+ * @a len parameter is updated to give the number of bytes written to
+ * @a buf.
+ *
* @param from Updated with the address from which the data was received
* @param sock The socket to use
* @param flags The flags to use