From 0c0d0ee98eef3aab03306a2be5172a50413df005 Mon Sep 17 00:00:00 2001 From: itojun Date: Mon, 12 Jun 2000 10:32:06 +0000 Subject: [PATCH] tiny nroff nit. correct order of sections. (sync with kame) --- share/man/man4/inet6.4 | 26 +++++++++++++------------- share/man/man4/ipsec.4 | 13 +++++++------ 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/share/man/man4/inet6.4 b/share/man/man4/inet6.4 index 549eab0dcb86..80993150eb1a 100644 --- a/share/man/man4/inet6.4 +++ b/share/man/man4/inet6.4 @@ -1,5 +1,5 @@ -.\" $NetBSD: inet6.4,v 1.9 2000/04/17 05:03:25 itojun Exp $ -.\" $KAME: inet6.4,v 1.9 2000/04/14 09:30:11 itojun Exp $ +.\" $NetBSD: inet6.4,v 1.10 2000/06/12 10:32:06 itojun Exp $ +.\" $KAME: inet6.4,v 1.10 2000/06/12 10:27:23 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. .\" All rights reserved. @@ -287,17 +287,6 @@ message protocol is accessible from a raw socket. .Xr tcp 4 , .Xr ttcp 4 , .Xr udp 4 -.Sh CAVEAT -The IPv6 support is subject to change as the Internet protocols develop. -Users should not depend on details of the current implementation, -but rather the services exported. -.Pp -Users are suggested to implement -.Dq version independent -code as much as possible, as you will need to support both -.Xr inet 4 -and -.Nm inet6 . .Sh STANDARDS .Rs .%A Tatsuya Jinmei @@ -313,3 +302,14 @@ The .Nm protocol interface are defined in RFC2553 and RFC2292. The implementation described herein appeared in WIDE/KAME project. +.Sh BUGS +The IPv6 support is subject to change as the Internet protocols develop. +Users should not depend on details of the current implementation, +but rather the services exported. +.Pp +Users are suggested to implement +.Dq version independent +code as much as possible, as you will need to support both +.Xr inet 4 +and +.Nm inet6 . diff --git a/share/man/man4/ipsec.4 b/share/man/man4/ipsec.4 index 61bcbd79f775..87a0f50246ba 100644 --- a/share/man/man4/ipsec.4 +++ b/share/man/man4/ipsec.4 @@ -1,5 +1,5 @@ -.\" $NetBSD: ipsec.4,v 1.6 2000/04/20 14:24:43 itojun Exp $ -.\" $KAME: ipsec.4,v 1.7 2000/04/20 08:01:41 itojun Exp $ +.\" $NetBSD: ipsec.4,v 1.7 2000/06/12 10:32:06 itojun Exp $ +.\" $KAME: ipsec.4,v 1.10 2000/06/12 10:30:50 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. .\" All rights reserved. @@ -209,6 +209,7 @@ routines from looking into IP payload. .Xr sysctl 8 , .Xr racoon 8 .Pp +.Sh STANDARDS .Rs .%A Daniel L. McDonald .%A Craig Metz @@ -217,6 +218,7 @@ routines from looking into IP payload. .%R RFC .%N 2367 .Re +.Pp .Rs .%A "D. L. McDonald" .%T "A Simple IP Security API Extension to BSD Sockets" @@ -224,7 +226,9 @@ routines from looking into IP payload. .%N "draft-mcdonald-simple-ipsec-api-03.txt" .%O work in progress material .Re -.Sh CAVEAT +.Sh HISTORY +The implementation described herein appeared in WIDE/KAME IPv6/IPsec stack. +.Sh BUGS The IPsec support is subject to change as the IPsec protocols develop. .Pp There is no single standard for policy engine API, @@ -239,6 +243,3 @@ This is because AH authenticates encapsulating packet, not the encapsulated .Pq inner packet. -.\" -.Sh HISTORY -The implementation described herein appeared in WIDE/KAME IPv6/IPsec stack.