docs/51295: [patch] Bring kame(4) better in sync with current FreeBSD reality
Simon L.Nielsen
simon at nitro.dk
Tue Apr 22 22:10:18 UTC 2003
>Number: 51295
>Category: docs
>Synopsis: [patch] Bring kame(4) better in sync with current FreeBSD reality
>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 Apr 22 15:10:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Simon L. Nielsen
>Release: FreeBSD 4.8-RC i386
>Organization:
>Environment:
>Description:
The current kame(4) man page is somewhat out of sync with the current
reality on FreeBSD.
* prefix and gifconfig are deprecated.
* dtcpc, dtcps were never imported and are removed from KAME
(v. 1.12 of kame(4) in the KAME CVS tree).
* pim6dd, pim6sd and racoon are now ports.
Note: Since I found no common way to reference ports I used
the style from firewall(7).
* inet6d does not exit on FreeBSD.
>How-To-Repeat:
>Fix:
--- man-kame4.patch begins here ---
Index: man4/kame.4
===================================================================
RCS file: /home/ncvs/src/share/man/man4/kame.4,v
retrieving revision 1.11
diff -u -d -r1.11 kame.4
--- man4/kame.4 9 Jul 2002 20:37:18 -0000 1.11
+++ man4/kame.4 22 Apr 2003 21:34:54 -0000
@@ -67,7 +67,6 @@
.\"
.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 @@
.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 @@
.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 @@
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
--- man-kame4.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list