summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_unistd.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-11-06 18:09:11 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-11-06 18:09:11 +0000
commitc64d1fd4a5f64e1cae6b13d09d64f70da74b5e84 (patch)
tree8f9cce2c58ff316fdf050e80d290b1ef9a0906e9 /ACE/ace/OS_NS_unistd.h
parent21571eba9384720fdb087a04d2474add51c9e45d (diff)
downloadATCD-c64d1fd4a5f64e1cae6b13d09d64f70da74b5e84.tar.gz
Thu Nov 6 18:08:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/OS_NS_unistd.h')
-rw-r--r--ACE/ace/OS_NS_unistd.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/ACE/ace/OS_NS_unistd.h b/ACE/ace/OS_NS_unistd.h
index ff9ba5a1cc5..b44188cb45a 100644
--- a/ACE/ace/OS_NS_unistd.h
+++ b/ACE/ace/OS_NS_unistd.h
@@ -62,7 +62,7 @@ namespace ACE_OS
ACE_NAMESPACE_INLINE_FUNCTION
long allocation_granularity (void);
- // used by ARGV::argv_to_string() and ACE_OS::fork_exec()
+ /// used by ARGV::argv_to_string() and ACE_OS::fork_exec()
extern ACE_Export
int argv_to_string (int argc,
ACE_TCHAR **argv,
@@ -139,7 +139,6 @@ namespace ACE_OS
extern ACE_Export
pid_t fork_exec (ACE_TCHAR *argv[]);
-
//@}
ACE_NAMESPACE_INLINE_FUNCTION
@@ -255,7 +254,7 @@ namespace ACE_OS
* <ACE_OS::read> call, which uses the <read> system call on UNIX
* and the <ReadFile> call on Win32). If errors occur, -1 is
* returned. If EOF occurs, 0 is returned. Whatever data has been
- * read will be returned to the caller through<bytes_transferred>.
+ * read will be returned to the caller through @a bytes_transferred.
*
*/
extern ACE_Export
@@ -356,7 +355,7 @@ namespace ACE_OS
* calls, which is uses the <write> system call on UNIX and the
* <WriteFile> call on Win32). If errors occur, -1 is returned. If
* EOF occurs, 0 is returned. Whatever data has been transmitted
- * will be returned to the caller through <bytes_transferred>.
+ * will be returned to the caller through @a bytes_transferred.
*/
extern ACE_Export
ssize_t write_n (ACE_HANDLE handle,