X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_watchdog_enabled.xml;h=efa8fbf3f5da52aa6c28150e0c979dd13cf34aa6;hp=991431f33bfadee52cb9927e49577bbb52714191;hb=7634579fb338f996cecb6f49b1183e0a4e491617;hpb=798d3a524ea57aaf40cb53858aaa45ec702f012d diff --git a/man/sd_watchdog_enabled.xml b/man/sd_watchdog_enabled.xml index 991431f33..efa8fbf3f 100644 --- a/man/sd_watchdog_enabled.xml +++ b/man/sd_watchdog_enabled.xml @@ -3,22 +3,22 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> sd_watchdog_enabled - systemd + elogind @@ -50,7 +50,7 @@ - #include <systemd/sd-daemon.h> + #include <elogind/sd-daemon.h> int sd_watchdog_enabled @@ -96,7 +96,7 @@ To enable service supervision with the watchdog logic, use WatchdogSec= in service files. See - systemd.service5 + logind.service5 for details. @@ -114,7 +114,7 @@ Notes - + Internally, this functions parses the $WATCHDOG_PID and @@ -154,20 +154,20 @@ The watchdog functionality and the $WATCHDOG_USEC variable were added in - systemd-41. + elogind-41. sd_watchdog_enabled() function was - added in systemd-209. Since that version the + added in elogind-209. Since that version the $WATCHDOG_PID variable is also set. See Also - systemd1, + elogind1, sd-daemon3, daemon7, - systemd.service5, + logind.service5, sd_notify3