]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - man/sd_event_source_set_enabled.xml
capability: add new ambient_capabilities_supported() helper
[thirdparty/systemd.git] / man / sd_event_source_set_enabled.xml
index 74c02e87bb39b096bc180a2fa7d641530defff2b..6844f29a4959ab1b36ceeb1f81943cff1506b531 100644 (file)
     with calls such as
     <citerefentry><refentrytitle>sd_event_add_io</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
     <citerefentry><refentrytitle>sd_event_add_time</refentrytitle><manvolnum>3</manvolnum></citerefentry>. However,
-    depending on the event source type they are enabled continously
+    depending on the event source type they are enabled continuously
     (<constant>SD_EVENT_ON</constant>) or only for a single invocation
     of the event source handler
     (<constant>SD_EVENT_ONESHOT</constant>). For details see the