fix unterminated sentence. remove space at EOL.
This commit is contained in:
parent
d8bccc7c6e
commit
e688f5e39a
|
@ -1,6 +1,9 @@
|
|||
.\" $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 $
|
||||
.\"
|
||||
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
|
@ -12,7 +15,7 @@
|
|||
.\" 3. Neither the name of the project nor the names of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written permission.
|
||||
.\"
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
|
||||
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
|
@ -25,9 +28,6 @@
|
|||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $NetBSD: inet6.4,v 1.8 2000/03/22 08:19:30 itojun Exp $
|
||||
.\" KAME Id: inet6.4,v 1.7 2000/03/22 07:59:10 jinmei Exp
|
||||
.\"
|
||||
.Dd January 29, 1999
|
||||
.Dt INET6 4
|
||||
.Os
|
||||
|
@ -66,7 +66,7 @@ interface provides access to the
|
|||
.Tn IPv6
|
||||
protocol.
|
||||
.Sh ADDRESSING
|
||||
IPv6 addresses are 16 byte quantities, stored in network standard format
|
||||
IPv6 addresses are 16 byte quantities, stored in network standard byteorder.
|
||||
The include file
|
||||
.Aq Pa netinet/in.h
|
||||
defines this address
|
||||
|
@ -94,7 +94,7 @@ which is equal to IPv6 address
|
|||
.Pc
|
||||
to effect
|
||||
.Dq wildcard
|
||||
matching on incoming messages.
|
||||
matching on incoming messages.
|
||||
The address in a
|
||||
.Xr connect 2
|
||||
or
|
||||
|
@ -111,7 +111,7 @@ field into 0, or by using the address contained in variable
|
|||
.Pp
|
||||
IPv6 specification defines scoped address,
|
||||
like link-local or site-local address.
|
||||
A scoped address is ambiguous to the kernel,
|
||||
A scoped address is ambiguous to the kernel,
|
||||
if it is specified without scope identifier.
|
||||
To manipulate scoped addresses properly from the userland,
|
||||
programs must use advanced API defined in RFC2292.
|
||||
|
@ -155,7 +155,7 @@ Therefore,
|
|||
the address on some of the kernel structure is not the same as that on the wire.
|
||||
The embedded index will become visible on
|
||||
.Dv PF_ROUTE
|
||||
socket, kernel memory accesses via
|
||||
socket, kernel memory accesses via
|
||||
.Xr kvm 3
|
||||
and some other occasions.
|
||||
HOWEVER, users should never use the embedded form.
|
||||
|
|
Loading…
Reference in New Issue