Deleted Added
full compact
devfs.5 (217717) devfs.5 (231265)
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 217717 2011-01-22 13:18:28Z gjb $
39.\" $FreeBSD: head/share/man/man5/devfs.5 231265 2012-02-09 10:09:12Z mm $
40.\"
40.\"
41.Dd September 18, 2010
41.Dd February 9, 2012
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.Nm
86only creates files for the standard file descriptors
87.Pa 0 ,
88.Pa 1
89and
90.Pa 2 .
91.Xr fdescfs 5
92creates files for all open descriptors.
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.Nm
86only creates files for the standard file descriptors
87.Pa 0 ,
88.Pa 1
89and
90.Pa 2 .
91.Xr fdescfs 5
92creates files for all open descriptors.
93.Pp
94The options are as follows:
95.Bl -tag -width indent
96.It Fl o Ar options
97Use the specified mount
98.Ar options ,
99as described in
100.Xr mount 8 .
101The following devfs file system-specific options are available:
102.Bl -tag -width indent
103.It Cm ruleset Ns No = Ns Ar ruleset
104Set ruleset number
105.Ar ruleset
106as the current ruleset for the mount-point and apply all its rules. If the
107ruleset number
108.Ar ruleset
109does not exist, an empty ruleset with the number
110.Ar ruleset
111is created. See
112.Xr devfs 8
113for more information on working with devfs rulesets.
114.El
115.El
93.Sh FILES
94.Bl -tag -width /dev/XXXX -compact
95.It Pa /dev
96The normal
97.Nm
98mount point.
99.El
100.Sh EXAMPLES

--- 28 unchanged lines hidden ---
116.Sh FILES
117.Bl -tag -width /dev/XXXX -compact
118.It Pa /dev
119The normal
120.Nm
121mount point.
122.El
123.Sh EXAMPLES

--- 28 unchanged lines hidden ---