aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/watchdogd
diff options
context:
space:
mode:
authorJoel Dahl <joel@FreeBSD.org>2013-02-27 20:15:06 +0000
committerJoel Dahl <joel@FreeBSD.org>2013-02-27 20:15:06 +0000
commit42e7fa7e098a659161b9261a0de31000e1c46d62 (patch)
treefc03c737edb62532c2f4c085c174b4ba29a1038b /usr.sbin/watchdogd
parent1046c6427e0c3f8bc989fa6a1816fe1b26b0eafb (diff)
downloadsrc-42e7fa7e098a659161b9261a0de31000e1c46d62.tar.gz
src-42e7fa7e098a659161b9261a0de31000e1c46d62.zip
mdoc: begin sentence on new line.
Notes
Notes: svn path=/head/; revision=247416
Diffstat (limited to 'usr.sbin/watchdogd')
-rw-r--r--usr.sbin/watchdogd/watchdogd.816
1 files changed, 10 insertions, 6 deletions
diff --git a/usr.sbin/watchdogd/watchdogd.8 b/usr.sbin/watchdogd/watchdogd.8
index 096eb9d55b76..3666a5ae3c26 100644
--- a/usr.sbin/watchdogd/watchdogd.8
+++ b/usr.sbin/watchdogd/watchdogd.8
@@ -132,23 +132,27 @@ This flag will cause watchdogd to complain when the amount of time to
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