Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Whitespace nits, and re-sort SEE ALSO accordi...



details:   https://anonhg.NetBSD.org/src/rev/123be904a93e
branches:  trunk
changeset: 510268:123be904a93e
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu May 24 23:54:11 2001 +0000

description:
Whitespace nits, and re-sort SEE ALSO according to mdoc.samples(7).

diffstat:

 share/man/man9/in4_cksum.9 |  23 +++++++++++------------
 1 files changed, 11 insertions(+), 12 deletions(-)

diffs (55 lines):

diff -r 443e0067b5fb -r 123be904a93e share/man/man9/in4_cksum.9
--- a/share/man/man9/in4_cksum.9        Thu May 24 21:04:47 2001 +0000
+++ b/share/man/man9/in4_cksum.9        Thu May 24 23:54:11 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: in4_cksum.9,v 1.3 2001/05/24 14:04:41 sommerfeld Exp $
+.\"    $NetBSD: in4_cksum.9,v 1.4 2001/05/24 23:54:11 wiz Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -70,17 +70,17 @@
 parameter is non-zero, it is assumed to be an IP protocol number.
 It is also assumed that the data within
 .Fa m
-starts with an IP header, and the transport-layer header starts at 
-.Fa off ; 
+starts with an IP header, and the transport-layer header starts at
+.Fa off ;
 a pseudo-header is constructed as specified
 in RFC768 and RFC793, and the pseudo-header is prepended to the data
 covered by the checksum.
 .Pp
-The 
+The
 .Fn in6_cksum
-function is similar; if 
-.Fa nxt 
-is non-zero, it is assumed that 
+function is similar; if
+.Fa nxt
+is non-zero, it is assumed that
 .Fa m
 starts with an IPv6 header, and that the transport-layer header starts
 after
@@ -103,12 +103,12 @@
 .Sh SEE ALSO
 .Xr inet 4 ,
 .Xr inet6 4 ,
-.Xr mbuf 9 ,
+.Xr tcp 4 ,
+.Xr udp 4 ,
 .Xr protocols 5 ,
-.Xr tcp 4 ,
-.Xr udp 4
+.Xr mbuf 9
 .Sh STANDARDS
-These functions implement the Internet transport-layer checksum as specified 
+These functions implement the Internet transport-layer checksum as specified
 in RFC768, RFC793, and RFC2460.
 .Sh BUGS
 The
@@ -116,4 +116,3 @@
 function currently requires special handling of link-local addresses
 in the pseudo-header due to the use of embedded scope-id's within
 link-local addresses.
-



Home | Main Index | Thread Index | Old Index