diff options
author | Jan Engelhardt <jengelh@inai.de> | 2014-05-08 01:28:44 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-05-07 20:13:26 -0400 |
commit | dca348bcbb462305864526c587495a14a76bfcde (patch) | |
tree | 62cc5561f464d2da6a5c91343080177163c886c0 /man/sd_event_new.xml | |
parent | 0c9d8f1d4b5018199cb5a9b57580dc1480a7f915 (diff) |
doc: corrections to words and forms
This patch exchange words which are inappropriate for a situation,
deletes duplicated words, and adds particles where needed.
Diffstat (limited to 'man/sd_event_new.xml')
-rw-r--r-- | man/sd_event_new.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_event_new.xml b/man/sd_event_new.xml index 6545cde7ca..f25631f9ca 100644 --- a/man/sd_event_new.xml +++ b/man/sd_event_new.xml @@ -109,7 +109,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. Note that it - is freed regardless if it is the default event loop object of a + is freed regardless of whether it is the default event loop object for a thread or not. This means that allocating an event loop with <function>sd_event_default()</function>, then releasing it and then acquiring a new one with |