Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Mar 2003 17:30:59 +0300 (MSK)
From:      "Sergey A.Osokin" <osa@FreeBSD.org.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/50282: [PATCH] tun(4) clean up MAKEDEV entry
Message-ID:  <20030325143059.49EA5124@freebsd.org.ru>

next in thread | raw e-mail | index | archive | help

>Number:         50282
>Category:       docs
>Synopsis:       [PATCH] tun(4) clean up MAKEDEV entry
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 25 06:40:03 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sergey A. Osokin
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
n/a
>Environment:
System: FreeBSD 5.0-CURRENT i386

>Description:
	tun(4) clean up MAKEDEV entry
	
>How-To-Repeat:
>Fix:

Index: src/share/man/man4/tun.4
===================================================================
RCS file: /home/ncvs/src/share/man/man4/tun.4,v
retrieving revision 1.17
diff -u -r1.17 tun.4
--- src/share/man/man4/tun.4	25 Aug 2001 09:14:55 -0000	1.17
+++ src/share/man/man4/tun.4	25 Mar 2003 14:30:50 -0000
@@ -46,23 +46,6 @@
 .Nm
 is built into your kernel, the network interfaces cannot be removed).
 .Pp
-On older systems without
-.Xr devfs 5
-support,
-.Xr MAKEDEV 8
-should be used to create the initial control devices and the task
-of locating an unused device is left up to the opener (a
-.Nm
-device is usually obtained by attempting to open
-.Pa /dev/tun0 ,
-and if that fails
-.Pa /dev/tun1
-etc., until an
-.Va errno
-of
-.Er EBUSY
-is not received).
-.Pp
 On systems with
 .Xr devfs 5
 support,
@@ -299,8 +282,7 @@
 .Xr intro 4 ,
 .Xr pty 4 ,
 .Xr devfs 5 ,
-.Xr ifconfig 8 ,
-.Xr MAKEDEV 8
+.Xr ifconfig 8
 .Sh AUTHORS
 This manual page was originally obtained from
 .Nx .
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030325143059.49EA5124>