diff options
author | Philip Withnall <withnall@endlessm.com> | 2019-06-12 09:03:35 +0200 |
---|---|---|
committer | Philip Withnall <withnall@endlessm.com> | 2019-06-12 11:39:50 +0200 |
commit | e69cacd2afa19ad4e739e358fe5a3fafe251bff4 (patch) | |
tree | 171030d9c6b0469cc684382b51c9ec5451366dca /man/sd_notify.xml | |
parent | Merge pull request #12774 from yuwata/network-ignore-ipv6-settings-when-sysct... (diff) | |
download | systemd-e69cacd2afa19ad4e739e358fe5a3fafe251bff4.tar.xz systemd-e69cacd2afa19ad4e739e358fe5a3fafe251bff4.zip |
man: Fix typo in sd_notify man page
Signed-off-by: Philip Withnall <withnall@endlessm.com>
Diffstat (limited to 'man/sd_notify.xml')
-rw-r--r-- | man/sd_notify.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_notify.xml b/man/sd_notify.xml index 00640cb290..3046ca88ee 100644 --- a/man/sd_notify.xml +++ b/man/sd_notify.xml @@ -200,7 +200,7 @@ <listitem><para>Tells the service manager to extend the startup, runtime or shutdown service timeout corresponding the current state. The value specified is a time in microseconds during which the service must send a new message. A service timeout will occur if the message isn't received, but only if the runtime of the - current state is beyond the original maximium times of <varname>TimeoutStartSec=</varname>, <varname>RuntimeMaxSec=</varname>, + current state is beyond the original maximum times of <varname>TimeoutStartSec=</varname>, <varname>RuntimeMaxSec=</varname>, and <varname>TimeoutStopSec=</varname>. See <citerefentry><refentrytitle>systemd.service</refentrytitle><manvolnum>5</manvolnum></citerefentry> for effects on the service timeouts.</para></listitem> |