summaryrefslogtreecommitdiffstats
path: root/lib/libc/net
diff options
context:
space:
mode:
authormpech <mpech@openbsd.org>2002-04-30 16:31:42 +0000
committermpech <mpech@openbsd.org>2002-04-30 16:31:42 +0000
commit49bdad570bd1d68338d6afe21882d4af0d059a5c (patch)
tree4bf69fc12d4b749e6f9b04d90650efc793ea2676 /lib/libc/net
parenttypo: form -> from. From form@ (diff)
downloadwireguard-openbsd-49bdad570bd1d68338d6afe21882d4af0d059a5c.tar.xz
wireguard-openbsd-49bdad570bd1d68338d6afe21882d4af0d059a5c.zip
Initial cleanup:
o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok
Diffstat (limited to 'lib/libc/net')
-rw-r--r--lib/libc/net/getaddrinfo.34
-rw-r--r--lib/libc/net/gethostbyname.34
-rw-r--r--lib/libc/net/getrrsetbyname.34
3 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/net/getaddrinfo.3 b/lib/libc/net/getaddrinfo.3
index f9fbe96feb7..5c4be167328 100644
--- a/lib/libc/net/getaddrinfo.3
+++ b/lib/libc/net/getaddrinfo.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getaddrinfo.3,v 1.19 2001/08/06 10:42:26 mpech Exp $
+.\" $OpenBSD: getaddrinfo.3,v 1.20 2002/04/30 16:31:42 mpech Exp $
.\" $KAME: getaddrinfo.3,v 1.29 2001/02/12 09:24:45 itojun Exp $
.\"
.\" Copyright (c) 1983, 1987, 1991, 1993
@@ -258,7 +258,7 @@ Here are pitfall cases you may encounter:
.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 --git a/lib/libc/net/gethostbyname.3 b/lib/libc/net/gethostbyname.3
index 94a848eecc8..d90ea55542c 100644
--- a/lib/libc/net/gethostbyname.3
+++ b/lib/libc/net/gethostbyname.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gethostbyname.3,v 1.16 2000/12/24 00:30:56 aaron Exp $
+.\" $OpenBSD: gethostbyname.3,v 1.17 2002/04/30 16:31:42 mpech Exp $
.\"
.\" Copyright (c) 1983, 1987, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -222,7 +222,7 @@ for example, a mail-forwarder may be registered for this domain.
.Xr resolv.conf 5 ,
.Xr hostname 7 ,
.Xr named 8
-.Sh CAVEAT
+.Sh CAVEATS
If the search routines in
.Xr resolv.conf 5
decide to read the
diff --git a/lib/libc/net/getrrsetbyname.3 b/lib/libc/net/getrrsetbyname.3
index 1cec0c726ba..25bb539f71b 100644
--- a/lib/libc/net/getrrsetbyname.3
+++ b/lib/libc/net/getrrsetbyname.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getrrsetbyname.3,v 1.4 2001/08/08 16:28:43 jakob Exp $
+.\" $OpenBSD: getrrsetbyname.3,v 1.5 2002/04/30 16:31:42 mpech Exp $
.\"
.\" Copyright (C) 2000, 2001 Internet Software Consortium.
.\"
@@ -70,7 +70,7 @@ Properties of the rdataset are represented in the
bitfield. If the
.Dv RRSET_VALIDATED
bit is set, the data has been DNSSEC
-validated and the signatures verified.
+validated and the signatures verified.
.Pp
The following structures are used:
.Bd -literal -offset