summaryrefslogtreecommitdiff
path: root/ACE/ace/FIFO_Recv.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/FIFO_Recv.h')
-rw-r--r--ACE/ace/FIFO_Recv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/FIFO_Recv.h b/ACE/ace/FIFO_Recv.h
index fc4ec2222f3..fa18cf291a5 100644
--- a/ACE/ace/FIFO_Recv.h
+++ b/ACE/ace/FIFO_Recv.h
@@ -57,10 +57,10 @@ public:
/// Close down the named pipe.
int close (void);
- /// Recv <buf> of up to <len> bytes.
+ /// Recv @a buf of up to @a len bytes.
ssize_t recv (void *buf, size_t len);
- /// Recv <buf> of exactly <len> bytes (block until done).
+ /// Recv @a buf of exactly @a len bytes (block until done).
ssize_t recv_n (void *buf, size_t len);
/// Dump the state of an object.