diff options
author | hmp <hmp@FreeBSD.org> | 2003-05-16 00:31:12 +0000 |
---|---|---|
committer | hmp <hmp@FreeBSD.org> | 2003-05-16 00:31:12 +0000 |
commit | fa59fd22ea459419f0ca4610aa7c8bedce7594ce (patch) | |
tree | 5958b6696e29c8a39fd1027cf25a3c16693f0d0b | |
parent | 1db54a2d45e200e5c772193676e29fdc69f88759 (diff) | |
download | FreeBSD-src-fa59fd22ea459419f0ca4610aa7c8bedce7594ce.zip FreeBSD-src-fa59fd22ea459419f0ca4610aa7c8bedce7594ce.tar.gz |
Bring the kame(4) manual page closer to reality:
- prefix(8) and gifconfig(8) are deprecated
- dtcpc, dtcps were never imported (also removed from KAME CVS)
- pim6dd, pim6sd and racoon are ports
- inet6d does not exist on FreeBSD
PR: docs/51295
Submitted by: Simon L. Nielsen <simon@nitro.dk>
Content reviewed by: itojun
Approved by: des (mentor), re (bmah)
-rw-r--r-- | share/man/man4/kame.4 | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/share/man/man4/kame.4 b/share/man/man4/kame.4 index 03687ff..a0284f4 100644 --- a/share/man/man4/kame.4 +++ b/share/man/man4/kame.4 @@ -67,7 +67,6 @@ See below for conformance to standards and/or internet drafts. .\" .Ss Plug and Play and protocol stack/interface configuration .Xr ndp 8 , -.Xr prefix 8 , .Xr rrenumd 8 , .Xr rtadvd 8 , .Xr rtsol 8 , @@ -81,8 +80,8 @@ See below for conformance to standards and/or internet drafts. .Xr mchat 1 .Pq - , .Xr ifmcstat 8 , -.Xr pim6dd 8 , -.Xr pim6sd 8 , +.Xr pim6dd 8 [ /usr/ports/net/pim6dd ] , +.Xr pim6sd 8 [ /usr/ports/net/pim6sd ] , .Xr pim6stat 8 . .\" .Ss Transition Tools @@ -96,12 +95,8 @@ is not yet integrated into .Fx . .\" .Ss IPsec and tunnelling -.Xr gifconfig 8 , .Xr ipsec 4 , -.\" (dtcp and racoon doesn't exist yet.) -.\" .Xr dtcpc 8 , -.\" .Xr dtcps 8 , -.\" .Xr racoon 8 , +.Xr racoon 8 [ /usr/ports/security/racoon ] , .Xr setkey 8 . .Pp Dozen of existing tools are modified for IPsec support, like @@ -123,6 +118,7 @@ and/or modified for IPv4/v6 support, or IPv6-only .Xr inet6d 8 +.Pq - is supplied. .Pp Dozen of existing daemons are modified for IPv6/IPsec support, like |