Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/net Boring whitespace fixes.
details: https://anonhg.NetBSD.org/src/rev/a0a115d87680
branches: trunk
changeset: 515040:a0a115d87680
user: wiz <wiz%NetBSD.org@localhost>
date: Sun Sep 16 02:23:09 2001 +0000
description:
Boring whitespace fixes.
diffstat:
lib/libc/net/byteorder.3 | 4 ++--
lib/libc/net/ethers.3 | 6 +++---
lib/libc/net/getaddrinfo.3 | 4 ++--
lib/libc/net/getifaddrs.3 | 6 +++---
lib/libc/net/getnetent.3 | 10 +++++-----
lib/libc/net/getprotoent.3 | 10 +++++-----
lib/libc/net/getservent.3 | 10 +++++-----
lib/libc/net/inet_net.3 | 4 ++--
lib/libc/net/iso_addr.3 | 6 +++---
lib/libc/net/linkaddr.3 | 8 ++++----
lib/libc/net/ns.3 | 6 +++---
lib/libc/net/nsdispatch.3 | 8 ++++----
lib/libc/net/rcmd.3 | 18 +++++++++---------
lib/libc/net/resolver.3 | 6 +++---
14 files changed, 53 insertions(+), 53 deletions(-)
diffs (truncated from 447 to 300 lines):
diff -r 12f7252110cd -r a0a115d87680 lib/libc/net/byteorder.3
--- a/lib/libc/net/byteorder.3 Sun Sep 16 02:22:27 2001 +0000
+++ b/lib/libc/net/byteorder.3 Sun Sep 16 02:23:09 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: byteorder.3,v 1.6 1999/03/22 19:44:49 garbled Exp $
+.\" $NetBSD: byteorder.3,v 1.7 2001/09/16 02:23:09 wiz Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -80,7 +80,7 @@
.Sh HISTORY
The
.Nm byteorder
-functions appeared in
+functions appeared in
.Bx 4.2 .
.Sh BUGS
On the
diff -r 12f7252110cd -r a0a115d87680 lib/libc/net/ethers.3
--- a/lib/libc/net/ethers.3 Sun Sep 16 02:22:27 2001 +0000
+++ b/lib/libc/net/ethers.3 Sun Sep 16 02:23:09 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ethers.3,v 1.8 1999/03/22 19:44:50 garbled Exp $
+.\" $NetBSD: ethers.3,v 1.9 2001/09/16 02:23:09 wiz Exp $
.\"
.\" Written by roland%frob.com@localhost. Public domain.
.\"
@@ -27,7 +27,7 @@
.Ft int
.Fn ether_line "const char *line" "struct ether_addr *e" "char *hostname"
.Sh DESCRIPTION
-Ethernet addresses are represented by the
+Ethernet addresses are represented by the
following structure:
.Bd -literal -offset indent
struct ether_addr {
@@ -64,7 +64,7 @@
Ethernet address into the structure passed. Both functions return
zero if they find the requested host name or address, and -1 if not.
Each call reads
-.Pa /etc/ethers
+.Pa /etc/ethers
from the beginning; if a + appears alone on a line in the file, then
.Fn ether_hostton
will consult the
diff -r 12f7252110cd -r a0a115d87680 lib/libc/net/getaddrinfo.3
--- a/lib/libc/net/getaddrinfo.3 Sun Sep 16 02:22:27 2001 +0000
+++ b/lib/libc/net/getaddrinfo.3 Sun Sep 16 02:23:09 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: getaddrinfo.3,v 1.20 2001/08/05 18:09:03 itojun Exp $
+.\" $NetBSD: getaddrinfo.3,v 1.21 2001/09/16 02:23:09 wiz Exp $
.\" $KAME: getaddrinfo.3,v 1.29 2001/02/12 09:24:45 itojun Exp $
.\"
.\" Copyright (c) 1983, 1987, 1991, 1993
@@ -278,7 +278,7 @@
.Bl -bullet
.It
.Fn getaddrinfo
-will raise an error if members of the
+will raise an error if members of the
.Fa hints
structure are not consistent.
For example, for internet address families,
diff -r 12f7252110cd -r a0a115d87680 lib/libc/net/getifaddrs.3
--- a/lib/libc/net/getifaddrs.3 Sun Sep 16 02:22:27 2001 +0000
+++ b/lib/libc/net/getifaddrs.3 Sun Sep 16 02:23:09 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: getifaddrs.3,v 1.4 2001/04/10 15:20:18 wiz Exp $
+.\" $NetBSD: getifaddrs.3,v 1.5 2001/09/16 02:23:09 wiz Exp $
.\" BSDI getifaddrs.3,v 2.5 2000/02/23 14:51:59 dab Exp
.\"
.\" Copyright (c) 1995, 1999
@@ -82,7 +82,7 @@
(The
.Li sa_family
field of the
-.Li ifa_addr
+.Li ifa_addr
field should be consulted to determine the format of the
.Li ifa_addr
address.)
@@ -108,7 +108,7 @@
.Pp
The
.Li ifa_data
-field references address family specific data. For
+field references address family specific data. For
.Dv AF_LINK
addresses it contains a pointer to the
.Fa struct if_data
diff -r 12f7252110cd -r a0a115d87680 lib/libc/net/getnetent.3
--- a/lib/libc/net/getnetent.3 Sun Sep 16 02:22:27 2001 +0000
+++ b/lib/libc/net/getnetent.3 Sun Sep 16 02:23:09 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: getnetent.3,v 1.8 1999/03/22 19:44:50 garbled Exp $
+.\" $NetBSD: getnetent.3,v 1.9 2001/09/16 02:23:09 wiz Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -48,13 +48,13 @@
.Sh SYNOPSIS
.Fd #include <netdb.h>
.Ft struct netent *
-.Fn getnetent
+.Fn getnetent
.Ft struct netent *
.Fn getnetbyname "const char *name"
.Ft struct netent *
.Fn getnetbyaddr "long net" "int type"
.Fn setnetent "int stayopen"
-.Fn endnetent
+.Fn endnetent
.Sh DESCRIPTION
The
.Fn getnetent ,
@@ -100,7 +100,7 @@
opens and rewinds the file. If the
.Fa stayopen
flag is non-zero,
-the net data base will not be closed after each call to
+the net data base will not be closed after each call to
.Fn getnetbyname
or
.Fn getnetbyaddr .
@@ -143,7 +143,7 @@
.Fn setnetent ,
and
.Fn endnetent
-functions appeared in
+functions appeared in
.Bx 4.2 .
.Sh BUGS
The data space used by
diff -r 12f7252110cd -r a0a115d87680 lib/libc/net/getprotoent.3
--- a/lib/libc/net/getprotoent.3 Sun Sep 16 02:22:27 2001 +0000
+++ b/lib/libc/net/getprotoent.3 Sun Sep 16 02:23:09 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: getprotoent.3,v 1.7 1999/03/22 19:44:51 garbled Exp $
+.\" $NetBSD: getprotoent.3,v 1.8 2001/09/16 02:23:09 wiz Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -48,13 +48,13 @@
.Sh SYNOPSIS
.Fd #include <netdb.h>
.Ft struct protoent *
-.Fn getprotoent
+.Fn getprotoent
.Ft struct protoent *
.Fn getprotobyname "const char *name"
.Ft struct protoent *
.Fn getprotobynumber "int proto"
.Fn setprotoent "int stayopen"
-.Fn endprotoent
+.Fn endprotoent
.Sh DESCRIPTION
The
.Fn getprotoent ,
@@ -97,7 +97,7 @@
opens and rewinds the file. If the
.Fa stayopen
flag is non-zero,
-the net data base will not be closed after each call to
+the net data base will not be closed after each call to
.Fn getprotobyname
or
.Fn getprotobynumber .
@@ -138,7 +138,7 @@
.Fn setprotoent ,
and
.Fn endprotoent
-functions appeared in
+functions appeared in
.Bx 4.2 .
.Sh BUGS
These functions use a static data space;
diff -r 12f7252110cd -r a0a115d87680 lib/libc/net/getservent.3
--- a/lib/libc/net/getservent.3 Sun Sep 16 02:22:27 2001 +0000
+++ b/lib/libc/net/getservent.3 Sun Sep 16 02:23:09 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: getservent.3,v 1.10 1999/03/24 06:33:38 mycroft Exp $
+.\" $NetBSD: getservent.3,v 1.11 2001/09/16 02:23:09 wiz Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -48,7 +48,7 @@
.Sh SYNOPSIS
.Fd #include <netdb.h>
.Ft struct servent *
-.Fn getservent
+.Fn getservent
.Ft struct servent *
.Fn getservbyname "const char *name" "const char *proto"
.Ft struct servent *
@@ -103,7 +103,7 @@
opens and rewinds the file. If the
.Fa stayopen
flag is non-zero,
-the net data base will not be closed after each call to
+the net data base will not be closed after each call to
.Fn getservbyname
or
.Fn getservbyport .
@@ -126,7 +126,7 @@
.Dv EOF
is encountered.
If a protocol name is also supplied (non-\c
-.Dv NULL ) ,
+.Dv NULL ) ,
searches must also match the protocol.
.Sh FILES
.Bl -tag -width /etc/services -compact
@@ -148,7 +148,7 @@
.Fn setservent ,
and
.Fn endservent
-functions appeared in
+functions appeared in
.Bx 4.2 .
.Sh BUGS
These functions use static data storage;
diff -r 12f7252110cd -r a0a115d87680 lib/libc/net/inet_net.3
--- a/lib/libc/net/inet_net.3 Sun Sep 16 02:22:27 2001 +0000
+++ b/lib/libc/net/inet_net.3 Sun Sep 16 02:23:09 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: inet_net.3,v 1.4 1999/03/22 19:44:52 garbled Exp $
+.\" $NetBSD: inet_net.3,v 1.5 2001/09/16 02:23:09 wiz Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -103,7 +103,7 @@
to the four bytes of an Internet network number. Note
that when an Internet network number is viewed as a 32-bit
integer quantity on a system that uses little-endian
-byte order (such as the
+byte order (such as the
.Tn Intel 386, 486
and
.Tn Pentium
diff -r 12f7252110cd -r a0a115d87680 lib/libc/net/iso_addr.3
--- a/lib/libc/net/iso_addr.3 Sun Sep 16 02:22:27 2001 +0000
+++ b/lib/libc/net/iso_addr.3 Sun Sep 16 02:23:09 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: iso_addr.3,v 1.4 1998/02/05 18:48:51 perry Exp $
+.\" $NetBSD: iso_addr.3,v 1.5 2001/09/16 02:23:09 wiz Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -64,7 +64,7 @@
.Tn ASCII
strings representing NSAPs (network service
access points) in a
-notation inverse to that accepted by
+notation inverse to that accepted by
.Fn iso_addr .
.Pp
Unfortunately, no universal standard exists for representing
@@ -102,7 +102,7 @@
.Fn iso_addr
and
.Fn iso_ntoa
-functions appeared in
+functions appeared in
.Bx 4.3 Reno .
.Sh BUGS
The returned values
diff -r 12f7252110cd -r a0a115d87680 lib/libc/net/linkaddr.3
--- a/lib/libc/net/linkaddr.3 Sun Sep 16 02:22:27 2001 +0000
+++ b/lib/libc/net/linkaddr.3 Sun Sep 16 02:23:09 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: linkaddr.3,v 1.6 1999/06/25 16:13:21 sommerfeld Exp $
+.\" $NetBSD: linkaddr.3,v 1.7 2001/09/16 02:23:09 wiz Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -66,11 +66,11 @@
link level address itself, and the interface name or number, if present.
This facility is experimental and is still subject to change.
.Pp
-Prior to a call to
+Prior to a call to
.Fn link_addr ,
-.Fa sdl->sdl_len
+.Fa sdl->sdl_len
must be initialized to the size of the link-level socket structure,
-typically
+typically
.Fa sizeof(struct sockaddr_dl) .
.Pp
For
diff -r 12f7252110cd -r a0a115d87680 lib/libc/net/ns.3
--- a/lib/libc/net/ns.3 Sun Sep 16 02:22:27 2001 +0000
+++ b/lib/libc/net/ns.3 Sun Sep 16 02:23:09 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ns.3,v 1.9 2001/07/08 20:18:36 jdolecek Exp $
+.\" $NetBSD: ns.3,v 1.10 2001/09/16 02:23:09 wiz Exp $
.\"
.\" Copyright (c) 1986, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -47,7 +47,7 @@
Home |
Main Index |
Thread Index |
Old Index