View | Details | Raw Unified | Return to bug 212441
Collapse All | Expand All

(-)sbin/devfs/devfs.8 (-2 / +8 lines)
Lines 25-31 Link Here
25
.\"
25
.\"
26
.\" $FreeBSD$
26
.\" $FreeBSD$
27
.\"
27
.\"
28
.Dd July 12, 2013
28
.Dd September 7, 2016
29
.Dt DEVFS 8
29
.Dt DEVFS 8
30
.Os
30
.Os
31
.Sh NAME
31
.Sh NAME
Lines 249-255 Link Here
249
.It Pa /etc/devfs.rules
249
.It Pa /etc/devfs.rules
250
Local
250
Local
251
.Nm
251
.Nm
252
configuration file.  Rulesets in here override those in
252
configuration file.
253
Rulesets in here override those in
253
.Pa /etc/defaults/devfs.rules
254
.Pa /etc/defaults/devfs.rules
254
with the same ruleset number, otherwise the two files are effectively merged.
255
with the same ruleset number, otherwise the two files are effectively merged.
255
.It Pa /etc/devfs.conf
256
.It Pa /etc/devfs.conf
Lines 374-378 Link Here
374
.Xr chown 8 ,
375
.Xr chown 8 ,
375
.Xr jail 8 ,
376
.Xr jail 8 ,
376
.Xr mknod 8
377
.Xr mknod 8
378
.Sh HISTORY
379
The
380
.Nm
381
utility first appeared in
382
.Fx 5.0 .
377
.Sh AUTHORS
383
.Sh AUTHORS
378
.An Dima Dorfman
384
.An Dima Dorfman

Return to bug 212441