diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2014-04-14 19:12:45 +0200 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2014-04-14 19:12:59 +0200 |
commit | a6ad1458e8baf913e9ee377c52863b927d7a2638 (patch) | |
tree | 310d467120fc99b839e8f5e09f05bf69971e06f0 /man | |
parent | 3379e257ee06f997ec756cd70008353796457b43 (diff) |
man: fix typos in sd_event_new
Diffstat (limited to 'man')
-rw-r--r-- | man/sd_event_new.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sd_event_new.xml b/man/sd_event_new.xml index 1fe18202b6..6545cde7ca 100644 --- a/man/sd_event_new.xml +++ b/man/sd_event_new.xml @@ -92,7 +92,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. to the default event loop object of the calling thread, possibly allocating a new object if no default event loop object has been allocated yet for the thread. After use drop the returned - referened with <function>sd_event_unref()</function>. When the + reference with <function>sd_event_unref()</function>. When the last reference is dropped the event loop is freed. If this function is called while the object returned from a previous call from the same thread is still referenced, the same object is @@ -108,7 +108,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <para><function>sd_event_unref()</function> decreases the reference counter of the specified event loop object by one. If - the counter hits zero the event loop object is freed. Not that it + the counter hits zero the event loop object is freed. Note that it is freed regardless if it is the default event loop object of a thread or not. This means that allocating an event loop with <function>sd_event_default()</function>, then releasing it and |