Deleted Added
full compact
devfs.conf.5 (153430) devfs.conf.5 (162404)
1.\" Copyright (c) 2004 Roland Smith <rsmith@xs4all.nl>
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) 2004 Roland Smith <rsmith@xs4all.nl>
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/man5/devfs.conf.5 153430 2005-12-15 01:04:51Z iedowse $
25.\" $FreeBSD: head/share/man/man5/devfs.conf.5 162404 2006-09-18 15:24:20Z ru $
26.\"
27.Dd May 17, 2005
28.Dt DEVFS.CONF 5
29.Os
30.Sh NAME
31.Nm devfs.conf
32.Nd boot-time devfs configuration information
33.Sh DESCRIPTION

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

126To set the permissions of a device, a
127.Ic perm
128action should be used:
129.Bd -literal -offset indent
130perm cd0 0660
131.Ed
132.Sh SEE ALSO
133.Xr chmod 1 ,
26.\"
27.Dd May 17, 2005
28.Dt DEVFS.CONF 5
29.Os
30.Sh NAME
31.Nm devfs.conf
32.Nd boot-time devfs configuration information
33.Sh DESCRIPTION

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

126To set the permissions of a device, a
127.Ic perm
128action should be used:
129.Bd -literal -offset indent
130perm cd0 0660
131.Ed
132.Sh SEE ALSO
133.Xr chmod 1 ,
134.Xr devd.conf 5 ,
134.Xr devfs 5 ,
135.Xr devfs.rules 5 ,
135.Xr devfs 5 ,
136.Xr devfs.rules 5 ,
136.Xr devd.conf 5 ,
137.Xr chown 8
138.Sh AUTHORS
139This manual page was written by
140.An "Roland Smith" Aq rsmith@xs4all.nl .
137.Xr chown 8
138.Sh AUTHORS
139This manual page was written by
140.An "Roland Smith" Aq rsmith@xs4all.nl .