summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon L. B. Nielsen <simon@FreeBSD.org>2004-04-25 14:09:38 +0000
committerSimon L. B. Nielsen <simon@FreeBSD.org>2004-04-25 14:09:38 +0000
commit990ca63847d880f20e182f11797548958b1a63f8 (patch)
tree127fc6172af6d77752f0ee5cc346d52a4c7e5e02
parent491522eadeba55cf00b6457ad200debaeea23259 (diff)
Notes
-rw-r--r--usr.sbin/watchdogd/watchdogd.818
1 files changed, 9 insertions, 9 deletions
diff --git a/usr.sbin/watchdogd/watchdogd.8 b/usr.sbin/watchdogd/watchdogd.8
index e1c851624b30..673248ac2999 100644
--- a/usr.sbin/watchdogd/watchdogd.8
+++ b/usr.sbin/watchdogd/watchdogd.8
@@ -48,7 +48,7 @@ If
is unable to interface with the kernel over a specific timeout,
the kernel will take actions to assist in debugging or restarting the computer.
.Pp
-If
+If
.Fl e Ar cmd
is specified,
.Nm
@@ -58,16 +58,16 @@ and only if the command returns with a zero exit code will the
watchdog be reset.
If
.Fl e Ar cmd
-is not specified the daemon will perform a trivial filesystem
+is not specified the daemon will perform a trivial file system
check instead.
.Pp
The
-.Fl -s Ar sleep
+.Fl s Ar sleep
argument can be used to control the sleep period between each execution
of the check and defaults to one second.
.Pp
The
-.Fl -t Ar timeout
+.Fl t Ar timeout
specifies the desired timeout period in seconds.
.Pp
One possible circumstance which will cause a watchdog timeout is an interrupt
@@ -84,7 +84,7 @@ or
signals,
.Nm
will first instruct the kernel to no longer perform watchdog checks and then
-will terminate.
+will terminate.
.Pp
The
.Nm
@@ -95,25 +95,25 @@ Write the process id of the
.Nm
utility in the specified file.
.It Fl d
-Don't fork.
+Do not fork.
When this option is specified,
.Nm
will not fork into the background at startup.
.El
.Sh FILES
-.Bl -tag -width "/var/run/watchdogd.pid" -compact
+.Bl -tag -width ".Pa /var/run/watchdogd.pid" -compact
.It Pa /var/run/watchdogd.pid
.El
.Sh SEE ALSO
.Xr watchdog 4 ,
.Xr watchdog 8 ,
-.Xr watchdog 9 ,
+.Xr watchdog 9
.Sh AUTHORS
.An -nosplit
The
.Nm
utility and manual page were written by
-.An Sean Kelly Aq smkelly@FreeBSD.org
+.An Sean Kelly Aq smkelly@FreeBSD.org
and
.An Poul-Henning Kamp Aq phk@FreeBSD.org .
.Pp