Deleted Added
full compact
udbp.4 (67627) udbp.4 (68854)
1.\" Copyright (c) 1999
2.\" Nick Hibma <n_hibma@FreeBSD.org>. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

23.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29.\" THE POSSIBILITY OF SUCH DAMAGE.
30.\"
1.\" Copyright (c) 1999
2.\" Nick Hibma <n_hibma@FreeBSD.org>. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

23.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29.\" THE POSSIBILITY OF SUCH DAMAGE.
30.\"
31.\" $FreeBSD: head/share/man/man4/udbp.4 67627 2000-10-26 15:30:44Z asmodai $
31.\" $FreeBSD: head/share/man/man4/udbp.4 68854 2000-11-17 11:44:16Z ru $
32.\"
33.Dd April 30, 2000
34.Dt UDBP 4
35.Os
36.Sh NAME
37.Nm udbp
38.Nd USB Double Bulk Pipe driver
39.Sh SYNOPSIS

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

58.Cd "options NETGRAPH"
59to your kernel configuration file, or alternatively loading
60.Xr netgraph 4
61as a module, either from
62.Pa /boot/loader.conf
63or from the command line, before the
64.Nm
65module.
32.\"
33.Dd April 30, 2000
34.Dt UDBP 4
35.Os
36.Sh NAME
37.Nm udbp
38.Nd USB Double Bulk Pipe driver
39.Sh SYNOPSIS

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

58.Cd "options NETGRAPH"
59to your kernel configuration file, or alternatively loading
60.Xr netgraph 4
61as a module, either from
62.Pa /boot/loader.conf
63or from the command line, before the
64.Nm
65module.
66.Sh EXAMPLE
66.Sh EXAMPLES
67.Dl options NETGRAPH
68.Dl device udbp
69.Pp
70Add the
71.Nm
72driver to the kernel.
73.Pp
74.Dl kldload netgraph

--- 44 unchanged lines hidden ---
67.Dl options NETGRAPH
68.Dl device udbp
69.Pp
70Add the
71.Nm
72driver to the kernel.
73.Pp
74.Dl kldload netgraph

--- 44 unchanged lines hidden ---