Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 fix unterminated sentence. remove space at EOL.



details:   https://anonhg.NetBSD.org/src/rev/7d4aa2e76416
branches:  trunk
changeset: 485031:7d4aa2e76416
user:      itojun <itojun%NetBSD.org@localhost>
date:      Mon Apr 17 05:03:25 2000 +0000

description:
fix unterminated sentence.  remove space at EOL.

diffstat:

 share/man/man4/inet6.4 |  18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diffs (69 lines):

diff -r ba5f0d4d78b2 -r 7d4aa2e76416 share/man/man4/inet6.4
--- a/share/man/man4/inet6.4    Mon Apr 17 00:26:45 2000 +0000
+++ b/share/man/man4/inet6.4    Mon Apr 17 05:03:25 2000 +0000
@@ -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 @@
 .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 @@
 .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 @@
 .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 @@
 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.



Home | Main Index | Thread Index | Old Index