diff options
Diffstat (limited to 'share/man/man4/ip6.4')
-rw-r--r-- | share/man/man4/ip6.4 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/share/man/man4/ip6.4 b/share/man/man4/ip6.4 index bc0d96f452f..e4d0f813b02 100644 --- a/share/man/man4/ip6.4 +++ b/share/man/man4/ip6.4 @@ -1,4 +1,5 @@ -.\" $OpenBSD: ip6.4,v 1.4 2000/04/03 21:19:36 aaron Exp $ +.\" $OpenBSD: ip6.4,v 1.5 2000/11/24 10:25:12 itojun Exp $ +.\" $KAME: ip6.4,v 1.12 2000/06/08 21:19:39 itojun Exp $ .\" .\" Copyright (C) 1999 WIDE Project. .\" All rights reserved. @@ -58,8 +59,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" KAME Id: ip6.4,v 1.6 1999/12/22 06:49:12 itojun Exp -.\" .Dd December 17, 1999 .Dt IP6 4 .Os @@ -94,7 +93,7 @@ There are several .Tn IPv6-level .Xr setsockopt 2 / Ns Xr getsockopt 2 options. -They are be separated into the basic IPv6 sockets API +They are separated into the basic IPv6 sockets API .Pq defined in RFC2553 , and the advanced API .Pq defined in RFC2292 . @@ -206,7 +205,7 @@ is the following structure: .Bd -literal -offset indent struct ipv6_mreq { struct in6_addr ipv6mr_multiaddr; - u_int ipv6mr_interface; + unsigned int ipv6mr_interface; }; .Ed .Pp |