Date: Wed, 27 Feb 2013 20:15:06 +0000 (UTC) From: Joel Dahl <joel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r247416 - head/usr.sbin/watchdogd Message-ID: <201302272015.r1RKF7ac089072@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joel (doc committer) Date: Wed Feb 27 20:15:06 2013 New Revision: 247416 URL: http://svnweb.freebsd.org/changeset/base/247416 Log: mdoc: begin sentence on new line. Modified: head/usr.sbin/watchdogd/watchdogd.8 Modified: head/usr.sbin/watchdogd/watchdogd.8 ============================================================================== --- head/usr.sbin/watchdogd/watchdogd.8 Wed Feb 27 20:09:25 2013 (r247415) +++ head/usr.sbin/watchdogd/watchdogd.8 Wed Feb 27 20:15:06 2013 (r247416) @@ -132,23 +132,27 @@ This flag will cause watchdogd to compla execute the watchdog script exceeds the threshold of 'sleep' option. .Pp .It Fl -pretimeout Ar timeout -Set a "pretimeout" watchdog. At "timeout" seconds before the watchdog -will fire attempt an action. The action is set by the --pretimeout-action -flag. The default is just to log a message (WD_SOFT_LOG) via +Set a "pretimeout" watchdog. +At "timeout" seconds before the watchdog will fire attempt an action. +The action is set by the --pretimeout-action flag. +The default is just to log a message (WD_SOFT_LOG) via .Xr log 9 . .Pp .It Fl -pretimeout-action Ar action -Set the timeout action for the pretimeout. See the section +Set the timeout action for the pretimeout. +See the section .Sx Timeout Actions . .Pp .It Fl -softtimeout Instead of arming the various hardware watchdogs, only use a basic software -watchdog. The default action is just to +watchdog. +The default action is just to .Xr log 9 a message (WD_SOFT_LOG). .Pp .It Fl -softtimeout-action Ar action -Set the timeout action for the softtimeout. See the section +Set the timeout action for the softtimeout. +See the section .Sx Timeout Actions . .Pp .El
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302272015.r1RKF7ac089072>