Deleted Added
full compact
devfs.8 (100799) devfs.8 (104653)
1.\"
2.\" Copyright (c) 2002 Dima Dorfman.
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
1.\"
2.\" Copyright (c) 2002 Dima Dorfman.
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/sbin/devfs/devfs.8 100799 2002-07-28 06:45:30Z dd $
26.\" $FreeBSD: head/sbin/devfs/devfs.8 104653 2002-10-08 04:21:54Z dd $
27.\"
28.Dt DEVFS 8
29.Dd July 1, 2002
30.Os
31.Sh NAME
32.Nm devfs
33.Nd "DEVFS control"
34.Sh SYNOPSIS

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

156Matches any node with a major number equal to
157.Ar majdev .
158.It Cm path Ar pattern
159Matches any node with a path that matches
160.Ar pattern .
161The latter is interpreted as a
162.Xr glob 3 Ns -style
163pattern.
27.\"
28.Dt DEVFS 8
29.Dd July 1, 2002
30.Os
31.Sh NAME
32.Nm devfs
33.Nd "DEVFS control"
34.Sh SYNOPSIS

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

156Matches any node with a major number equal to
157.Ar majdev .
158.It Cm path Ar pattern
159Matches any node with a path that matches
160.Ar pattern .
161The latter is interpreted as a
162.Xr glob 3 Ns -style
163pattern.
164(Note: Pattern matching is currently unimplemented;
165the only wildcard recognized is an asterisk at the end of the string.
166This will be corrected in the future.)
167.It Cm type Ar devtype
168Matches any node that is of type
169.Ar devtype .
170Valid types are
171.Li disk , mem , tape
172and
173.Li tty .
174.El

--- 175 unchanged lines hidden ---
164.It Cm type Ar devtype
165Matches any node that is of type
166.Ar devtype .
167Valid types are
168.Li disk , mem , tape
169and
170.Li tty .
171.El

--- 175 unchanged lines hidden ---