aboutsummaryrefslogtreecommitdiff
path: root/sbin/devfs
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>2020-12-01 23:25:21 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>2020-12-01 23:25:21 +0000
commit4102e8385f2afdcee46935c3dc038af099d856c4 (patch)
tree60939ae0e210b3df9d7caf3c3144c512b9164708 /sbin/devfs
parentcd56ababd3ceddec64395aac66fa49b08f0f06af (diff)
downloadsrc-4102e8385f2afdcee46935c3dc038af099d856c4.tar.gz
src-4102e8385f2afdcee46935c3dc038af099d856c4.zip
Notes
Diffstat (limited to 'sbin/devfs')
-rw-r--r--sbin/devfs/devfs.814
1 files changed, 12 insertions, 2 deletions
diff --git a/sbin/devfs/devfs.8 b/sbin/devfs/devfs.8
index 01aaf2954606..4a9c42b7ebc5 100644
--- a/sbin/devfs/devfs.8
+++ b/sbin/devfs/devfs.8
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 5, 2016
+.Dd December 1, 2020
.Dt DEVFS 8
.Os
.Sh NAME
@@ -43,6 +43,15 @@ utility provides an interface to manipulate properties of
.Xr devfs 5
mounts.
.Pp
+The rules, by default as configured by
+.Pa /etc/rc.conf ,
+are loaded at boot via the devfs
+.Xr service 8 .
+The rules can be reloaded by running the command:
+.Bd -literal -offset indent
+service devfs restart
+.Ed
+.Pp
The
.Ar keyword
argument determines the context for
@@ -374,7 +383,8 @@ this feature can be used to copy rulesets:
.Xr devfs.rules 5 ,
.Xr chown 8 ,
.Xr jail 8 ,
-.Xr mknod 8
+.Xr mknod 8 ,
+.Xr service 8
.Sh HISTORY
The
.Nm