diff options
author | Tom Gundersen <teg@jklm.no> | 2014-11-03 15:58:30 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-11-03 15:58:30 +0100 |
commit | f49481d0ca170ea567b46fde6c1c089b1dbb49cb (patch) | |
tree | f99ac0d8c62c58426ff609c9dc965c27730f2a43 /man | |
parent | aa9c4134edcf25b5838d469c4ea069188815fe4f (diff) |
man: sd_event_add_post - fix typo
Diffstat (limited to 'man')
-rw-r--r-- | man/sd_event_add_defer.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_event_add_defer.xml b/man/sd_event_add_defer.xml index 442600a93e..dcc76cd48f 100644 --- a/man/sd_event_add_defer.xml +++ b/man/sd_event_add_defer.xml @@ -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> |