[systemd-commits] man/sd_event_add_defer.xml

Tom Gundersen tomegun at kemper.freedesktop.org
Mon Nov 3 06:58:51 PST 2014


 man/sd_event_add_defer.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f49481d0ca170ea567b46fde6c1c089b1dbb49cb
Author: Tom Gundersen <teg at jklm.no>
Date:   Mon Nov 3 15:58:30 2014 +0100

    man: sd_event_add_post - fix typo

diff --git a/man/sd_event_add_defer.xml b/man/sd_event_add_defer.xml
index 442600a..dcc76cd 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>



More information about the systemd-commits mailing list