summaryrefslogtreecommitdiff
path: root/doc/ivy-c-3.html
diff options
context:
space:
mode:
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>