diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 1999-12-19 03:14:28 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 1999-12-19 03:14:28 +0000 |
commit | 16f8827b2fdc6e0cc005ffbe80a8dca723a852e9 (patch) | |
tree | 7e91ec2fa8d483234691129af301b03cab609268 /share/man/man4/Makefile | |
parent | 299cb47d4b91dd39397f1381470b01a59576b3e0 (diff) |
add icmp6(4) and ip6(4). may need some update to sync with reality.
in inet6(4), state that we do not support RFC1933 due to security reasons.
Diffstat (limited to 'share/man/man4/Makefile')
-rw-r--r-- | share/man/man4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 1b42f68cc97..5ca7a6d3682 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.90 1999/12/15 16:27:24 jason Exp $ +# $OpenBSD: Makefile,v 1.91 1999/12/19 03:14:27 itojun Exp $ # $NetBSD: Makefile,v 1.22.4.2 1996/07/18 00:51:10 jtc Exp $ MAN= ac97.4 atalk.4 atapiscsi.4 audio.4 adv.4 ahc.4 al.4 ax.4 bpf.4 \ @@ -16,7 +16,7 @@ MAN= ac97.4 atalk.4 atapiscsi.4 audio.4 adv.4 ahc.4 al.4 ax.4 bpf.4 \ zero.4 # IPv6 -MAN+= faith.4 gif.4 inet6.4 +MAN+= faith.4 gif.4 icmp6.4 inet6.4 ip6.4 MLINKS+=fd.4 stderr.4 fd.4 stdin.4 fd.4 stdout.4 MLINKS+=netintro.4 networking.4 |