diff options
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/tun.4 | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index a91461b..1d3ecb3 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -5,8 +5,8 @@ MAN4= bpf.4 ccd.4 cd.4 ch.4 ddb.4 divert.4 drum.4 fd.4 fpa.4 \ lkm.4 lo.4 netintro.4 \ null.4 od.4 ppp.4 pt.4 pty.4 route.4 \ scsi.4 sd.4 sl.4 smp.4 snp.4 sppp.4 st.4 su.4 tcp.4 \ - ttcp.4 termios.4 tty.4 udp.4 uk.4 update.4 unix.4 vn.4 worm.4 yp.4 \ - zero.4 + ttcp.4 termios.4 tty.4 tun.4 udp.4 uk.4 update.4 unix.4 vn.4 \ + worm.4 yp.4 zero.4 MLINKS+=fd.4 stderr.4 fd.4 stdin.4 fd.4 stdout.4 MLINKS+=netintro.4 networking.4 diff --git a/share/man/man4/tun.4 b/share/man/man4/tun.4 index 2f813d8..2d16214 100644 --- a/share/man/man4/tun.4 +++ b/share/man/man4/tun.4 @@ -1,9 +1,10 @@ .\" $NetBSD: tun.4,v 1.1 1996/06/25 22:17:37 pk Exp $ +.\" $Id$ .\" Based on PR#2411 .\" .Dd March 10, 1996 .Dt TUN 4 -.Os NetBSD 1.1 +.Os .Sh NAME .Nm tun .Nd tunnel software network interface @@ -214,3 +215,6 @@ thrown away rather than letting them pile up .Xr inet 4 .Sh BUGS Currently is IP-only. +.Sh AUTHORS +This man page has been obtained from +.Em NetBSD . |