summaryrefslogtreecommitdiff
path: root/ACE/ace/SOCK_Dgram.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-10-22 18:58:41 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-10-22 18:58:41 +0000
commit1faaf2171e3db88e198270bfe4a63515c724301b (patch)
tree466e378656e074cf3254f1f4c76c37fd3b6f1c20 /ACE/ace/SOCK_Dgram.h
parent3d0c7df8f88ca516b6fee19510b8ceea0d271646 (diff)
downloadATCD-1faaf2171e3db88e198270bfe4a63515c724301b.tar.gz
Mon Oct 22 18:57:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/SOCK_Dgram.h')
-rw-r--r--ACE/ace/SOCK_Dgram.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/SOCK_Dgram.h b/ACE/ace/SOCK_Dgram.h
index 21775fa4f80..7249f8cb8cb 100644
--- a/ACE/ace/SOCK_Dgram.h
+++ b/ACE/ace/SOCK_Dgram.h
@@ -130,7 +130,7 @@ public:
* trying to receive. If @a timeout == 0, the caller will block
* until action is possible, else will wait until the relative time
* specified in *@a timeout elapses). If <recv> times out a -1 is
- * returned with <errno == ETIME>. If it succeeds the number of
+ * returned with @c errno == ETIME. If it succeeds the number of
* bytes received is returned.
*/
ssize_t recv (void *buf,
@@ -145,7 +145,7 @@ public:
* trying to receive. If @a timeout == 0, the caller will block
* until action is possible, else will wait until the relative time
* specified in *@a timeout elapses). If <send> times out a -1 is
- * returned with <errno == ETIME>. If it succeeds the number of
+ * returned with @c errno == ETIME. If it succeeds the number of
* bytes sent is returned.
*/
ssize_t send (const void *buf,