Deleted Added
full compact
devfs.5 (208647) devfs.5 (208654)
1.\" Copyright (c) 1996
2.\" Mike Pritchard <mpp@FreeBSD.org>. All rights reserved.
3.\"
4.\" Copyright (c) 1992, 1993, 1994
5.\" The Regents of the University of California. All rights reserved.
6.\" All rights reserved.
7.\"
8.\" This code is derived from software donated to Berkeley by

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

31.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
32.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
33.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
34.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
35.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
36.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
37.\" SUCH DAMAGE.
38.\"
1.\" Copyright (c) 1996
2.\" Mike Pritchard <mpp@FreeBSD.org>. All rights reserved.
3.\"
4.\" Copyright (c) 1992, 1993, 1994
5.\" The Regents of the University of California. All rights reserved.
6.\" All rights reserved.
7.\"
8.\" This code is derived from software donated to Berkeley by

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

31.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
32.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
33.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
34.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
35.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
36.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
37.\" SUCH DAMAGE.
38.\"
39.\" $FreeBSD: head/share/man/man5/devfs.5 208647 2010-05-29 20:24:01Z jilles $
39.\" $FreeBSD: head/share/man/man5/devfs.5 208654 2010-05-30 13:32:39Z jilles $
40.\"
40.\"
41.Dd May 29, 2010
41.Dd May 30, 2010
42.Dt DEVFS 5
43.Os
44.Sh NAME
45.Nm devfs
46.Nd device file system
47.Sh SYNOPSIS
48.Bd -literal
49devfs /dev devfs rw 0 0

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

85.Dl "mount -t devfs devfs /mychroot/dev"
86.Sh SEE ALSO
87.Xr devfs 8 ,
88.Xr mount 8
89.Sh HISTORY
90The
91.Nm
92file system first appeared in
42.Dt DEVFS 5
43.Os
44.Sh NAME
45.Nm devfs
46.Nd device file system
47.Sh SYNOPSIS
48.Bd -literal
49devfs /dev devfs rw 0 0

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

85.Dl "mount -t devfs devfs /mychroot/dev"
86.Sh SEE ALSO
87.Xr devfs 8 ,
88.Xr mount 8
89.Sh HISTORY
90The
91.Nm
92file system first appeared in
93.Fx 2.0
94and became the preferred method for accessing devices in
95.Fx 5.0 .
93.Fx 2.0 .
94It became the preferred method for accessing devices in
95.Fx 5.0
96and the only method in
97.Fx 6.0 .
96The
97.Nm
98manual page first appeared in
99.Fx 2.2 .
100.Sh AUTHORS
101The
102.Nm
103manual page was written by
104.An Mike Pritchard Aq mpp@FreeBSD.org .
98The
99.Nm
100manual page first appeared in
101.Fx 2.2 .
102.Sh AUTHORS
103The
104.Nm
105manual page was written by
106.An Mike Pritchard Aq mpp@FreeBSD.org .