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

(-)devfs.5 (-5 / +5 lines)
Lines 45-69 Link Here
45
.Nm devfs
45
.Nm devfs
46
.Nd device file system
46
.Nd device file system
47
.Sh SYNOPSIS
47
.Sh SYNOPSIS
48
devfs	/devs	devfs rw 0 0
48
devfs	/dev	devfs rw 0 0
49
.Sh DESCRIPTION
49
.Sh DESCRIPTION
50
The device file system, or
50
The device file system, or
51
.Nm ,
51
.Nm ,
52
provides access to kernel's device 
52
provides access to kernel's device 
53
namespace in the global filesystem namespace.
53
namespace in the global filesystem namespace.
54
The conventional mount point is
54
The conventional mount point is
55
.Pa /devs .
55
.Pa /dev .
56
.Pp
56
.Pp
57
The filesystem includes several directories, links, symbolic links
57
The filesystem includes several directories, links, symbolic links
58
and devices, some of which can also be written.  In a chroot'ed
58
and devices, some of which can also be written.  In a chroot'ed
59
environment,
59
environment,
60
.Nm
60
.Nm
61
can be used to create a new
61
can be used to create a new
62
.Pa /devs
62
.Pa /dev
63
mount point.
63
mount point.
64
.Sh FILES
64
.Sh FILES
65
.Bl -tag -width /devs/XXXX -compact
65
.Bl -tag -width /dev/XXXX -compact
66
.It Pa /devs
66
.It Pa /dev
67
The normal
67
The normal
68
.Nm 
68
.Nm 
69
mount point.
69
mount point.

Return to bug 25252