diff options
author | Jan Engelhardt <jengelh@inai.de> | 2024-12-25 16:13:02 +0100 |
---|---|---|
committer | Jan Engelhardt <jengelh@inai.de> | 2024-12-25 17:00:31 +0100 |
commit | 44855c77a171840a70b65e8a8b2388c91202ef01 (patch) | |
tree | e451b1636d9902c2eb175479cd05bc8b962f5d2f /man/sd_event_set_signal_exit.xml | |
parent | man: grammar fixes for "regardless" (diff) | |
download | systemd-44855c77a171840a70b65e8a8b2388c91202ef01.tar.xz systemd-44855c77a171840a70b65e8a8b2388c91202ef01.zip |
man: expand word contractions
For written text, contractions are not normally used.
Diffstat (limited to 'man/sd_event_set_signal_exit.xml')
-rw-r--r-- | man/sd_event_set_signal_exit.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_event_set_signal_exit.xml b/man/sd_event_set_signal_exit.xml index 10b68a0edf..0ee04702f5 100644 --- a/man/sd_event_set_signal_exit.xml +++ b/man/sd_event_set_signal_exit.xml @@ -51,7 +51,7 @@ state before it was turned on, for the two signals. By default the two signals are not handled by the event loop, and Linux' default signal handling for them is in effect.</para> - <para>It's customary for UNIX programs to exit on either of these two signals, hence it's typically a + <para>It is customary for UNIX programs to exit on either of these two signals, hence it is typically a good idea to enable this functionality for the main event loop of a program.</para> </refsect1> |