Deleted Added
full compact
watchdog.9 (233648) watchdog.9 (267936)
1.\"
2.\" Copyright (c) 2004 Poul-Henning Kamp <phk@FreeBSD.org>
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 8 unchanged lines hidden (view full) ---

17.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
18.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24.\"
1.\"
2.\" Copyright (c) 2004 Poul-Henning Kamp <phk@FreeBSD.org>
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 8 unchanged lines hidden (view full) ---

17.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
18.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/share/man/man9/watchdog.9 233648 2012-03-29 05:02:12Z eadler $
25.\" $FreeBSD: head/share/man/man9/watchdog.9 267936 2014-06-26 21:44:30Z bapt $
26.\"
27.Dd February 28, 2004
28.Dt WATCHDOG 9
29.Os
30.Sh NAME
31.Nm watchdog
32.Nd "software and hardware watchdog facility"
33.Sh SYNOPSIS

--- 39 unchanged lines hidden (view full) ---

73behaviour is recommended.
74.Sh SEE ALSO
75.Xr watchdog 4
76.Sh AUTHORS
77.An -nosplit
78The
79.Nm
80facility and this manual page was written
26.\"
27.Dd February 28, 2004
28.Dt WATCHDOG 9
29.Os
30.Sh NAME
31.Nm watchdog
32.Nd "software and hardware watchdog facility"
33.Sh SYNOPSIS

--- 39 unchanged lines hidden (view full) ---

73behaviour is recommended.
74.Sh SEE ALSO
75.Xr watchdog 4
76.Sh AUTHORS
77.An -nosplit
78The
79.Nm
80facility and this manual page was written
81.An Poul-Henning Kamp Aq phk@FreeBSD.org .
81.An Poul-Henning Kamp Aq Mt phk@FreeBSD.org .