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

(-)src/share/man/man4/tun.4 (-19 / +1 lines)
Lines 46-68 Link Here
46
.Nm
46
.Nm
47
is built into your kernel, the network interfaces cannot be removed).
47
is built into your kernel, the network interfaces cannot be removed).
48
.Pp
48
.Pp
49
On older systems without
50
.Xr devfs 5
51
support,
52
.Xr MAKEDEV 8
53
should be used to create the initial control devices and the task
54
of locating an unused device is left up to the opener (a
55
.Nm
56
device is usually obtained by attempting to open
57
.Pa /dev/tun0 ,
58
and if that fails
59
.Pa /dev/tun1
60
etc., until an
61
.Va errno
62
of
63
.Er EBUSY
64
is not received).
65
.Pp
66
On systems with
49
On systems with
67
.Xr devfs 5
50
.Xr devfs 5
68
support,
51
support,
Lines 299-306 Link Here
299
.Xr intro 4 ,
282
.Xr intro 4 ,
300
.Xr pty 4 ,
283
.Xr pty 4 ,
301
.Xr devfs 5 ,
284
.Xr devfs 5 ,
302
.Xr ifconfig 8 ,
285
.Xr ifconfig 8
303
.Xr MAKEDEV 8
304
.Sh AUTHORS
286
.Sh AUTHORS
305
This manual page was originally obtained from
287
This manual page was originally obtained from
306
.Nx .
288
.Nx .

Return to bug 50282