summaryrefslogtreecommitdiff
path: root/ACE/ace/Semaphore.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-14 08:55:20 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-14 08:55:20 +0000
commit4859c160bb68904929a519aa53c6509bd6796b96 (patch)
tree12c6c35187b4fc9ba9d6b14ad7dd0648a4b70d80 /ACE/ace/Semaphore.h
parent7a0e3c20449e6a8ad592bec6cb80eec1e630e907 (diff)
downloadATCD-4859c160bb68904929a519aa53c6509bd6796b96.tar.gz
Wed Feb 14 08:53:58 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Semaphore.h')
-rw-r--r--ACE/ace/Semaphore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Semaphore.h b/ACE/ace/Semaphore.h
index 18924d21543..d0bcc2324a0 100644
--- a/ACE/ace/Semaphore.h
+++ b/ACE/ace/Semaphore.h
@@ -76,9 +76,9 @@ public:
int acquire (ACE_Time_Value &tv);
/**
- * If <tv> == 0 then call <acquire()> directly. Otherwise, Block
+ * If @a tv == 0 then call <acquire()> directly. Otherwise, Block
* the thread until the semaphore count becomes greater than 0
- * (at which point it is decremented) or until <tv> times out (in
+ * (at which point it is decremented) or until @a tv times out (in
* which case -1 is returned and <errno> == <ETIME>). Note that
* <*tv> is assumed to be in "absolute" rather than "relative" time.
* The value of <*tv> is updated upon return to show the actual