* We no support IPv6, so remove BUGS section.

* Add HISTORY section and blame me for adding IPv6 support.
This commit is contained in:
rpaulo 2006-03-29 19:39:51 +00:00
parent 9cb092c876
commit 4353e6ba07
1 changed files with 10 additions and 5 deletions

View File

@ -1,6 +1,6 @@
.\" $NetBSD: tun.4,v 1.17 2004/12/05 13:28:54 wiz Exp $
.\" $NetBSD: tun.4,v 1.18 2006/03/29 19:39:51 rpaulo Exp $
.\"
.\" Copyright (c) 1996-2003 The NetBSD Foundation, Inc.
.\" Copyright (c) 1996-2006 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
.\" This code is derived from software contributed to The NetBSD Foundation
@ -34,7 +34,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd November 22, 2004
.Dd March 29, 2006
.Dt TUN 4
.Os
.Sh NAME
@ -266,5 +266,10 @@ them pile up.
.Sh SEE ALSO
.Xr inet 4 ,
.Xr intro 4
.Sh BUGS
Currently is IPv4-only.
.Sh HISTORY
.An -nosplit
IPv6 support was added in
.Nx 4.0
by
.An Rui Paulo
.Aq rpaulo@NetBSD.org .