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

(-)src/share/man/man4/tap.4 (-17 lines)
Lines 45-67 Link Here
45
.Nm
45
.Nm
46
is built into your kernel, the network interfaces cannot be removed).
46
is built into your kernel, the network interfaces cannot be removed).
47
.Pp
47
.Pp
48
On older systems without
49
.Xr devfs 5
50
support,
51
.Xr MAKEDEV 8
52
should be used to create the initial control devices and the task
53
of locating an unused device is left up to the opener (a
54
.Nm
55
device is usually obtained by attempting to open
56
.Pa /dev/tap0 ,
57
and if that fails
58
.Pa /dev/tap1
59
etc., until an
60
.Va errno
61
of
62
.Er EBUSY
63
is not received).
64
.Pp
65
On systems with
48
On systems with
66
.Xr devfs 5
49
.Xr devfs 5
67
support,
50
support,

Return to bug 50281