summaryrefslogtreecommitdiff
path: root/doc/ivy-c-3.html
diff options
context:
space:
mode:
authorjacomi1999-04-13 09:03:39 +0000
committerjacomi1999-04-13 09:03:39 +0000
commit127f012b3faa37f4f016adcdc7268386ff421785 (patch)
tree4fd91e681a3b426bad88b63212e91cb335d92cbf /doc/ivy-c-3.html
parent2e6c1d2d4e85c81db2d4178364cc56a44f21015b (diff)
downloadivy-c-127f012b3faa37f4f016adcdc7268386ff421785.zip
ivy-c-127f012b3faa37f4f016adcdc7268386ff421785.tar.gz
ivy-c-127f012b3faa37f4f016adcdc7268386ff421785.tar.bz2
ivy-c-127f012b3faa37f4f016adcdc7268386ff421785.tar.xz
doc updated
Diffstat (limited to 'doc/ivy-c-3.html')
-rw-r--r--doc/ivy-c-3.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ivy-c-3.html b/doc/ivy-c-3.html
index 8ff844c..fef73f8 100644
--- a/doc/ivy-c-3.html
+++ b/doc/ivy-c-3.html
@@ -17,7 +17,7 @@
<H2><A NAME="ss3.1">3.1 Initialization and main loop</A>
</H2>
-<P>Initializing an Ivy agent with the Ivy C library is a two step process. First of
+<P>Initializing an Ivy agent with the Ivy C library is a two-step process. First of
all, you should initialize the library by calling function <CODE>IvyInit</CODE>. Once
the library is initialized you can create timers and add subscriptions, but your
agent is still not connected to any bus. In order to connect, you should call
@@ -42,7 +42,7 @@ void IvyInit (const char* agentname,
</PRE>
</CODE></BLOCKQUOTE>
-initializes the library. blahblah
+initializes the library.
<P>
<BLOCKQUOTE><CODE>
<PRE>