Deleted Added
full compact
watchdog.4 (235317) watchdog.4 (267938)
1.\" Copyright (c) 2004 Poul-Henning Kamp <phk@FreeBSD.org>
2.\" Copyright (c) 2003, 2004 Sean M. Kelly <smkelly@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

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

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
1.\" Copyright (c) 2004 Poul-Henning Kamp <phk@FreeBSD.org>
2.\" Copyright (c) 2003, 2004 Sean M. Kelly <smkelly@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

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

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/share/man/man4/watchdog.4 235317 2012-05-12 03:25:46Z gjb $
26.\" $FreeBSD: head/share/man/man4/watchdog.4 267938 2014-06-26 21:46:14Z bapt $
27.\"
28.Dd December 21, 2009
29.Dt WATCHDOG 4
30.Os
31.Sh NAME
32.Nm watchdog
33.Nd "hardware and software watchdog"
34.Sh SYNOPSIS

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

132.Nm
133code first appeared in
134.Fx 5.1 .
135.Sh AUTHORS
136.An -nosplit
137The
138.Nm
139facility was written by
27.\"
28.Dd December 21, 2009
29.Dt WATCHDOG 4
30.Os
31.Sh NAME
32.Nm watchdog
33.Nd "hardware and software watchdog"
34.Sh SYNOPSIS

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

132.Nm
133code first appeared in
134.Fx 5.1 .
135.Sh AUTHORS
136.An -nosplit
137The
138.Nm
139facility was written by
140.An Poul-Henning Kamp Aq phk@FreeBSD.org .
140.An Poul-Henning Kamp Aq Mt phk@FreeBSD.org .
141The software watchdog code and this manual page were written by
141The software watchdog code and this manual page were written by
142.An Sean Kelly Aq smkelly@FreeBSD.org .
142.An Sean Kelly Aq Mt smkelly@FreeBSD.org .
143Some contributions were made by
143Some contributions were made by
144.An Jeff Roberson Aq jeff@FreeBSD.org .
144.An Jeff Roberson Aq Mt jeff@FreeBSD.org .
145.Sh BUGS
146The
147.Dv WD_PASSIVE
148option has not yet been implemented.
145.Sh BUGS
146The
147.Dv WD_PASSIVE
148option has not yet been implemented.