Deleted Added
full compact
ng_device.4 (140111) ng_device.4 (267938)
1.\" Copyright (c) 2002 Mark Santcroos <marks@ripe.net>
2.\"
3.\" Redistribution and use in source and binary forms, with or without
4.\" modification, are permitted provided that the following conditions
5.\" are met:
6.\" 1. Redistributions of source code must retain the above copyright
7.\" notice, this list of conditions and the following disclaimer.
8.\" 2. Redistributions in binary form must reproduce the above copyright

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

17.\" IN NO EVENT SHALL THE AUTHOR 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.\" Copyright (c) 2002 Mark Santcroos <marks@ripe.net>
2.\"
3.\" Redistribution and use in source and binary forms, with or without
4.\" modification, are permitted provided that the following conditions
5.\" are met:
6.\" 1. Redistributions of source code must retain the above copyright
7.\" notice, this list of conditions and the following disclaimer.
8.\" 2. Redistributions in binary form must reproduce the above copyright

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

17.\" IN NO EVENT SHALL THE AUTHOR 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/man4/ng_device.4 140111 2005-01-12 10:14:43Z ru $
25.\" $FreeBSD: head/share/man/man4/ng_device.4 267938 2014-06-26 21:46:14Z bapt $
26.\"
27.Dd October 19, 2004
28.Dt NG_DEVICE 4
29.Os
30.Sh NAME
31.Nm ng_device
32.Nd device netgraph node type
33.Sh SYNOPSIS

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

87.Xr netgraph 4 ,
88.Xr ngctl 8
89.Sh HISTORY
90The
91.Nm device
92node type was first implemented in
93.Fx 5.0 .
94.Sh AUTHORS
26.\"
27.Dd October 19, 2004
28.Dt NG_DEVICE 4
29.Os
30.Sh NAME
31.Nm ng_device
32.Nd device netgraph node type
33.Sh SYNOPSIS

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

87.Xr netgraph 4 ,
88.Xr ngctl 8
89.Sh HISTORY
90The
91.Nm device
92node type was first implemented in
93.Fx 5.0 .
94.Sh AUTHORS
95.An Mark Santcroos Aq marks@ripe.net
96.An Gleb Smirnoff Aq glebius@FreeBSD.org
95.An Mark Santcroos Aq Mt marks@ripe.net
96.An Gleb Smirnoff Aq Mt glebius@FreeBSD.org