summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2007-01-15 21:55:37 +0000
committerSteve Huston <shuston@riverace.com>2007-01-15 21:55:37 +0000
commit537b62fd81e94c4eee95ac2e82c6c29a06a573cd (patch)
tree3ecfcb7e0be56c06857e3faf607c85abb2988120
parent16da18089ea8751935eb75bcd821f9bec1b1fb0e (diff)
downloadATCD-537b62fd81e94c4eee95ac2e82c6c29a06a573cd.tar.gz
ChangeLogTag:Mon Jan 15 21:54:47 UTC 2007 Steve Huston <shuston@riverace.com>
-rw-r--r--ACE/ChangeLog4
-rw-r--r--ACE/ace/SOCK_Stream.h6
2 files changed, 7 insertions, 3 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index d3c3429e30c..a6458f7be8a 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,7 @@
+Mon Jan 15 21:54:47 UTC 2007 Steve Huston <shuston@riverace.com>
+
+ * ace/SOCK_Stream.h: Corrected Doxygen tags.
+
Mon Jan 15 10:15:47 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/config-rtems.h:
diff --git a/ACE/ace/SOCK_Stream.h b/ACE/ace/SOCK_Stream.h
index aa69b8ba596..40b64c7bcc2 100644
--- a/ACE/ace/SOCK_Stream.h
+++ b/ACE/ace/SOCK_Stream.h
@@ -69,7 +69,7 @@ public:
* @param buf The buffer to write from or receive into.
* @param iov An I/O vector containing a specified number of
* count/pointer pairs directing the data to be transferred.
- * @param iovcnt The number of I/O vectors to be used from @arg iov.
+ * @param iovcnt The number of I/O vectors to be used from @a iov.
* @param len The number of bytes to transfer.
* @param flags Flags that will be passed through to the @c recv()
* system call.
@@ -87,10 +87,10 @@ public:
* @retval 0 EOF, i.e., the peer closed the connection.
* @retval -1 an error occurred before the entire amount was
* transferred. Check @c errno for more information.
- * If the @arg timeout period is reached, errno is ETIME.
+ * If the @a timeout period is reached, errno is ETIME.
*
* On partial transfers, i.e., if any data is transferred before
- * timeout/error/EOF, *@arg bytes_transferred will contain the number of
+ * timeout/error/EOF, *@a bytes_transferred will contain the number of
* bytes transferred.
*/
//@{