Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/net correct use of .Dt. nuke space at EOL. wordin...



details:   https://anonhg.NetBSD.org/src/rev/a8ef9b654b40
branches:  trunk
changeset: 486271:a8ef9b654b40
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed May 17 14:20:21 2000 +0000

description:
correct use of .Dt.  nuke space at EOL.  wording (duplicated verb).

diffstat:

 lib/libc/net/inet6_option_space.3 |  11 +++++------
 lib/libc/net/inet6_rthdr_space.3  |  11 +++++------
 2 files changed, 10 insertions(+), 12 deletions(-)

diffs (86 lines):

diff -r c5256ebb3d52 -r a8ef9b654b40 lib/libc/net/inet6_option_space.3
--- a/lib/libc/net/inet6_option_space.3 Wed May 17 12:44:48 2000 +0000
+++ b/lib/libc/net/inet6_option_space.3 Wed May 17 14:20:21 2000 +0000
@@ -1,4 +1,5 @@
-.\"    $NetBSD: inet6_option_space.3,v 1.1 1999/12/12 11:20:04 itojun Exp $
+.\"    $NetBSD: inet6_option_space.3,v 1.2 2000/05/17 14:20:21 itojun Exp $
+.\"    $KAME: inet6_option_space.3,v 1.5 2000/05/17 14:13:15 itojun Exp $
 .\"
 .\" Copyright (c) 1983, 1987, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -31,8 +32,6 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"     KAME Id: inet6_option_space.3,v 1.3 1999/12/10 07:01:02 itojun Exp
-.\"
 .Dd December 10, 1999
 .Dt INET6_OPTION_SPACE 3
 .Os
@@ -330,7 +329,7 @@
 .Fa *tptrp
 must be set to
 .Dv NULL .
-.Pp 
+.Pp
 Each time this function returns success,
 .Fa *tptrp
 points to the 8-bit
@@ -415,7 +414,7 @@
 .Li -1
 setting
 .Fa *tptrp
-to non 
+to non
 .Dv NULL
 value.
 .\"
@@ -442,7 +441,7 @@
 The implementation first appeared in KAME advanced networking kit.
 .\"
 .Sh STANDARDS
-The functions are
+The functions
 are documented in
 .Dq Advanced Sockets API for IPv6
 .Pq RFC2292 .
diff -r c5256ebb3d52 -r a8ef9b654b40 lib/libc/net/inet6_rthdr_space.3
--- a/lib/libc/net/inet6_rthdr_space.3  Wed May 17 12:44:48 2000 +0000
+++ b/lib/libc/net/inet6_rthdr_space.3  Wed May 17 14:20:21 2000 +0000
@@ -1,4 +1,5 @@
-.\"    $NetBSD: inet6_rthdr_space.3,v 1.2 1999/12/12 14:59:09 itojun Exp $
+.\"    $NetBSD: inet6_rthdr_space.3,v 1.3 2000/05/17 14:20:21 itojun Exp $
+.\"    $KAME: inet6_rthdr_space.3,v 1.7 2000/05/17 14:13:15 itojun Exp $
 .\"
 .\" Copyright (c) 1983, 1987, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -31,10 +32,8 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"     KAME Id: inet6_rthdr_space.3,v 1.3 1999/12/12 14:58:04 itojun Exp
-.\"
 .Dd December 10, 1999
-.Dt INET6_OPTION_SPACE 3
+.Dt INET6_RTHDR_SPACE 3
 .Os
 .\"
 .Sh NAME
@@ -62,7 +61,7 @@
 .Fn inet6_rthdr_reverse "const struct cmsghdr *in" "struct cmsghdr *out"
 .Ft int
 .Fn inet6_rthdr_segments "const struct cmsghdr *cmsg"
-.Ft "struct in6_addr"
+.Ft "struct in6_addr *"
 .Fn inet6_rthdr_getaddr "struct cmsghdr *cmsg" "int index"
 .Ft int
 .Fn inet6_rthdr_getflags "const struct cmsghdr *cmsg" "int index"
@@ -312,7 +311,7 @@
 The implementation first appeared in KAME advanced networking kit.
 .\"
 .Sh STANDARDS
-The functions are
+The functions
 are documented in
 .Dq Advanced Sockets API for IPv6
 .Pq RFC2292 .



Home | Main Index | Thread Index | Old Index