diff options
author | Jan Engelhardt <jengelh@inai.de> | 2013-12-26 02:47:44 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-12-25 22:53:46 -0500 |
commit | b040723ea412209e0edf54647fa5aa4287411507 (patch) | |
tree | c20130ec95b22a9a310788d85c000f1668486f59 /man/sd_watchdog_enabled.xml | |
parent | 494a66821815e8109afa136bd42818b85da38c09 (diff) |
man: improvements to comma placement
This is a recurring submission and includes corrections to:
comma placement.
Diffstat (limited to 'man/sd_watchdog_enabled.xml')
-rw-r--r-- | man/sd_watchdog_enabled.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/sd_watchdog_enabled.xml b/man/sd_watchdog_enabled.xml index 5b0d7e21cb..cad92df7af 100644 --- a/man/sd_watchdog_enabled.xml +++ b/man/sd_watchdog_enabled.xml @@ -80,7 +80,7 @@ inherited by child processes.</para> <para>If the <parameter>usec</parameter> parameter is - non-NULL <function>sd_watchdog_enabled()</function> + non-NULL, <function>sd_watchdog_enabled()</function> will return the timeout in µs for the watchdog logic. The service manager will usually terminate a service when it did not get a notification message @@ -94,7 +94,7 @@ <literal>WATCHDOG=1</literal>.</para> <para>To enable service supervision with the watchdog - logic use <varname>WatchdogSec=</varname> in service + logic, use <varname>WatchdogSec=</varname> in service files. See <citerefentry><refentrytitle>systemd.service</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.</para> @@ -107,7 +107,7 @@ errno-style error code. If the service manager expects watchdog keep-alive notification messages to be sent, > 0 is returned, otherwise 0 is returned. Only if - the return value is > 0 the + the return value is > 0, the <parameter>usec</parameter> parameter is valid after the call.</para> </refsect1> @@ -129,10 +129,10 @@ variable. The call will ignore these variables if <varname>$WATCHDOG_PID</varname> does containe the PID of the current process, under the assumption that in - that case the variables were set for a different + that case, the variables were set for a different process further up the process tree.</para> - <para>For details about the algorithm check the + <para>For details about the algorithm, check the liberally licensed reference implementation sources: <ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/libsystemd-daemon/sd-daemon.c"/> and <ulink @@ -148,7 +148,7 @@ file. Alternatively, applications consuming these APIs may copy the implementation into their source tree. For more details about the reference - implementation see + implementation, see <citerefentry><refentrytitle>sd-daemon</refentrytitle><manvolnum>3</manvolnum></citerefentry>.</para> <para>If the reference implementation is used as |