diff options
author | Arian van Putten <arian.vanputten@gmail.com> | 2019-08-24 08:16:44 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-08-24 08:16:44 +0200 |
commit | d527ebef882137f22ec6d82c28adb9fc52bdf875 (patch) | |
tree | 6333f1d83700386578899bc9022ea8e4e2428bad /man/sd_event_set_watchdog.xml | |
parent | NEWS: update contributors list (diff) | |
download | systemd-d527ebef882137f22ec6d82c28adb9fc52bdf875.tar.xz systemd-d527ebef882137f22ec6d82c28adb9fc52bdf875.zip |
Fix typo in sd_event_set_watchdog manpage (#13393)
Diffstat (limited to '')
-rw-r--r-- | man/sd_event_set_watchdog.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_event_set_watchdog.xml b/man/sd_event_set_watchdog.xml index faaaad39d9..cacc683b57 100644 --- a/man/sd_event_set_watchdog.xml +++ b/man/sd_event_set_watchdog.xml @@ -69,7 +69,7 @@ this feature disabled.</para> <para>The first watchdog notification message is sent immediately - when <function>set_event_set_watchdog()</function> is invoked with + when <function>sd_event_set_watchdog()</function> is invoked with a true <parameter>b</parameter> parameter.</para> <para>The watchdog logic is designed to allow the service manager |