doc/manual/usermanual.xml: Simplify the sentence
authorHolger Hans Peter Freyther <zecke@selfish.org>
Sat, 27 May 2006 20:30:17 +0000 (20:30 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Sat, 27 May 2006 20:30:17 +0000 (20:30 +0000)
doc/manual/usermanual.xml

index e7942e9..eb5eedb 100644 (file)
@@ -195,7 +195,7 @@ addtask printdate before do_build</screen></para>
             <section>
                 <title>Events</title>
                 <para><emphasis>NOTE:</emphasis> This is only supported in .bb and .bbclass files.</para>
-                <para>BitBake also implements a means of registering event handlers.  Events are triggered at certain points during operation, such as, the beginning of operation against a given .bb, the start of a given task, task failure, task success, et cetera.  The intent was to make it easy to do things like email notifications on build failure.</para>
+                <para>BitBake allows to install event handlers.  Events are triggered at certain points during operation, such as, the beginning of operation against a given .bb, the start of a given task, task failure, task success, et cetera.  The intent was to make it easy to do things like email notifications on build failure.</para>
                 <para><screen>addhandler myclass_eventhandler
 python myclass_eventhandler() {
     from bb.event import NotHandled, getName