summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-19 13:19:40 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-19 13:19:40 +0000
commit871e0186a328dad837abae8331f8663a1e973165 (patch)
treef6029085999cee5ea7b7db049915366406339506 /docs
parentb83d147e0a951439ec4a6ff04c1e108ef19df41c (diff)
downloadATCD-871e0186a328dad837abae8331f8663a1e973165.tar.gz
ChangeLogTag: Sun Aug 19 08:17:14 2001 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'docs')
-rw-r--r--docs/ACE-guidelines.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ACE-guidelines.html b/docs/ACE-guidelines.html
index 1c795fcee22..24ad9e0e743 100644
--- a/docs/ACE-guidelines.html
+++ b/docs/ACE-guidelines.html
@@ -130,8 +130,8 @@ bgcolor="#ffffff">
header files, must follow the
<a href="http://www.stack.nl/~dimitri/doxygen/">Doxygen</a>
format requirements.
- The complete documentation for Doxygen is available in the
- <a href="http://www.stack.nl/~dimitri/doxygen/">Doxygen
+ The complete documentation for Doxygen is available in the
+ <a href="http://www.stack.nl/~dimitri/doxygen/">Doxygen
manual</a>.<br>
For an example header file using Doxygen-style comments,
please refer to <a href="../ace/ACE.h">ACE.h</a>.<p>
@@ -388,7 +388,7 @@ The correct way to write that guard is:
<pre>
for (size_t i = 0; i &lt; Options::instance ()-&gt;spawn_count (); ++i)
{
- ACE_ASSERT (spawn () == 0;)
+ ACE_ASSERT (spawn_result == 0;)
}
</pre><p>