mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 10:13:34 +08:00
man: sd_event_add_post - fix typo
This commit is contained in:
parent
aa9c4134ed
commit
f49481d0ca
Notes:
Lennart Poettering
2014-12-09 18:49:49 +01:00
Backport: documentation
@ -104,7 +104,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
|
||||
default, the handler will be called once
|
||||
(<constant>SD_EVENT_ONESHOT</constant>).</para>
|
||||
|
||||
<para><function>sd_event_add_defer()</function> adds a new event
|
||||
<para><function>sd_event_add_post()</function> adds a new event
|
||||
source that will "fire" if any event handlers are invoked whenever
|
||||
the event loop is run. By default, the source is enabled
|
||||
permanently (<constant>SD_EVENT_ON</constant>).</para>
|
||||
|
Loading…
Reference in New Issue
Block a user