summaryrefslogtreecommitdiffstats
path: root/man/sd_event_exit.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2024-11-05 18:47:54 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2024-11-05 20:32:19 +0100
commit2257be13fec7d603796f437a6ad13c3cf7934b2b (patch)
tree7303d30685a3bbe77824c519269f054fcddef42e /man/sd_event_exit.xml
parentAdd PrivatePIDs= (continued) (#34940) (diff)
downloadsystemd-2257be13fec7d603796f437a6ad13c3cf7934b2b.tar.xz
systemd-2257be13fec7d603796f437a6ad13c3cf7934b2b.zip
tree-wide: time-out → timeout
For justification, see 3f9a0a522f2029e9295ea5e9984259022be88413.
Diffstat (limited to 'man/sd_event_exit.xml')
-rw-r--r--man/sd_event_exit.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_event_exit.xml b/man/sd_event_exit.xml
index faa1ea992f..b01e110ca4 100644
--- a/man/sd_event_exit.xml
+++ b/man/sd_event_exit.xml
@@ -83,7 +83,7 @@
<citerefentry><refentrytitle>sd_event_add_signal</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
…) has the effect of <function>sd_event_exit()</function> being invoked once the event source triggers,
with the specified userdata pointer cast to an integer as the exit code parameter. This is useful to
- automatically terminate an event loop after some condition, such as a time-out or reception of
+ automatically terminate an event loop after some condition, such as a timeout or reception of
<constant>SIGTERM</constant> or similar. See the documentation for the respective constructor call for
details.</para>
</refsect1>