Deleted Added
full compact
make_dev.9 (84438) make_dev.9 (89124)
1.\" Copyright (c) 1999 Chris Costello
2.\" 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.

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

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

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/share/man/man9/make_dev.9 84438 2001-10-04 06:22:22Z bde $
25.\" $FreeBSD: head/share/man/man9/make_dev.9 89124 2002-01-09 11:43:48Z mpp $
26.\"
27.Dd May 27, 2001
28.Os
29.Dt MAKE_DEV 9
30.Sh NAME
31.Nm make_dev ,
32.Nm make_dev_alias ,
33.Nm destroy_dev ,

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

115.Fn depends_dev
116function establishes a parent-child relationship between two devices.
117The net effect is that a
118.Fn destroy_dev
119of the parent device will also result in the destruction of the
120child device(s),
121if any exist.
122A device may simultaneously be a parent and a child,
26.\"
27.Dd May 27, 2001
28.Os
29.Dt MAKE_DEV 9
30.Sh NAME
31.Nm make_dev ,
32.Nm make_dev_alias ,
33.Nm destroy_dev ,

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

115.Fn depends_dev
116function establishes a parent-child relationship between two devices.
117The net effect is that a
118.Fn destroy_dev
119of the parent device will also result in the destruction of the
120child device(s),
121if any exist.
122A device may simultaneously be a parent and a child,
123so it is possible to build a complete hierachy.
123so it is possible to build a complete hierarchy.
124.Sh HISTORY
125The
126.Fn make_dev
127and
128.Fn destroy_dev
129functions first appeared in
130.Fx 4.0 .
131The function
132.Fn make_dev_alias
133first appeared in
134.Fx 4.1 .
135The function
136.Fn depends_dev
137first appeared in
138.Fx 5.0 .
124.Sh HISTORY
125The
126.Fn make_dev
127and
128.Fn destroy_dev
129functions first appeared in
130.Fx 4.0 .
131The function
132.Fn make_dev_alias
133first appeared in
134.Fx 4.1 .
135The function
136.Fn depends_dev
137first appeared in
138.Fx 5.0 .