diff options
author | Jakub Wilk <jwilk@jwilk.net> | 2016-07-12 11:58:14 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-07-12 11:58:14 +0200 |
commit | 037a3ded54f72338fc95285d7971b61f695e3c1a (patch) | |
tree | c19360b05320d722351f7813958d0201638713ec /man/sd_event_add_time.xml | |
parent | 391b81cd03f0829e8a5c45b0eaefad4ef41f1285 (diff) |
man: fix indefinite articles (#3694)
Diffstat (limited to 'man/sd_event_add_time.xml')
-rw-r--r-- | man/sd_event_add_time.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sd_event_add_time.xml b/man/sd_event_add_time.xml index a2c0d54b56..2c0bd0ba10 100644 --- a/man/sd_event_add_time.xml +++ b/man/sd_event_add_time.xml @@ -213,7 +213,7 @@ in µs.</para> <para><function>sd_event_source_get_time_accuracy()</function> - retrieves the configured accuracy value of a event source + retrieves the configured accuracy value of an event source created previously with <function>sd_event_add_time()</function>. It takes the event source object and a pointer to a variable to store the accuracy in. The accuracy is specified in µs.</para> @@ -224,7 +224,7 @@ the event source object and accuracy, in µs.</para> <para><function>sd_event_source_get_time_clock()</function> - retrieves the configured clock of a event source created + retrieves the configured clock of an event source created previously with <function>sd_event_add_time()</function>. It takes the event source object and a pointer to a variable to store the clock identifier in.</para> |