summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2019-08-30 20:20:50 +0000
committerjmc <jmc@openbsd.org>2019-08-30 20:20:50 +0000
commitf8a44a6719aa6bcd7aba4e8f0e15ce703efdbf15 (patch)
treee8b7d4eae995b808f1883b530df77e0731705708
parentmop up for inet_net rename; ok deraadt (diff)
downloadwireguard-openbsd-f8a44a6719aa6bcd7aba4e8f0e15ce703efdbf15.tar.xz
wireguard-openbsd-f8a44a6719aa6bcd7aba4e8f0e15ce703efdbf15.zip
mop up resolver.3 rename; ok deraadt
-rw-r--r--lib/libc/net/getaddrinfo.36
-rw-r--r--lib/libc/net/gethostbyname.36
-rw-r--r--lib/libc/net/getnameinfo.36
-rw-r--r--lib/libc/net/getnetent.36
-rw-r--r--lib/libc/net/getrrsetbyname.36
-rw-r--r--share/man/man5/hostname.if.512
-rw-r--r--share/man/man5/resolv.conf.513
7 files changed, 24 insertions, 31 deletions
diff --git a/lib/libc/net/getaddrinfo.3 b/lib/libc/net/getaddrinfo.3
index 35ba3e9c355..de46e70182b 100644
--- a/lib/libc/net/getaddrinfo.3
+++ b/lib/libc/net/getaddrinfo.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getaddrinfo.3,v 1.58 2016/05/29 06:01:24 guenther Exp $
+.\" $OpenBSD: getaddrinfo.3,v 1.59 2019/08/30 20:20:50 jmc Exp $
.\" $KAME: getaddrinfo.3,v 1.36 2005/01/05 03:23:05 itojun Exp $
.\"
.\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
@@ -16,7 +16,7 @@
.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: May 29 2016 $
+.Dd $Mdocdate: August 30 2019 $
.Dt GETADDRINFO 3
.Os
.Sh NAME
@@ -432,7 +432,7 @@ freeaddrinfo(res0);
.Xr gethostbyname 3 ,
.Xr getnameinfo 3 ,
.Xr getservbyname 3 ,
-.Xr resolver 3 ,
+.Xr res_init 3 ,
.Xr hosts 5 ,
.Xr resolv.conf 5 ,
.Xr services 5 ,
diff --git a/lib/libc/net/gethostbyname.3 b/lib/libc/net/gethostbyname.3
index 251f363ff10..06170c3c1a7 100644
--- a/lib/libc/net/gethostbyname.3
+++ b/lib/libc/net/gethostbyname.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gethostbyname.3,v 1.33 2018/04/28 15:28:25 schwarze Exp $
+.\" $OpenBSD: gethostbyname.3,v 1.34 2019/08/30 20:20:50 jmc Exp $
.\"
.\" Copyright (c) 1983, 1987, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: April 28 2018 $
+.Dd $Mdocdate: August 30 2019 $
.Dt GETHOSTBYNAME 3
.Os
.Sh NAME
@@ -232,7 +232,7 @@ The function completed successfully.
.Sh SEE ALSO
.Xr getaddrinfo 3 ,
.Xr getnameinfo 3 ,
-.Xr resolver 3 ,
+.Xr res_init 3 ,
.Xr hosts 5 ,
.Xr resolv.conf 5 ,
.Xr hostname 7
diff --git a/lib/libc/net/getnameinfo.3 b/lib/libc/net/getnameinfo.3
index fb4cc3631ed..18c2cdc0754 100644
--- a/lib/libc/net/getnameinfo.3
+++ b/lib/libc/net/getnameinfo.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getnameinfo.3,v 1.47 2014/08/23 07:25:54 jmc Exp $
+.\" $OpenBSD: getnameinfo.3,v 1.48 2019/08/30 20:20:51 jmc Exp $
.\" $KAME: getnameinfo.3,v 1.37 2005/01/05 03:23:05 itojun Exp $
.\"
.\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
@@ -16,7 +16,7 @@
.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: August 23 2014 $
+.Dd $Mdocdate: August 30 2019 $
.Dt GETNAMEINFO 3
.Os
.Sh NAME
@@ -158,7 +158,7 @@ printf("host=%s\en", hbuf);
.Xr gethostbyaddr 3 ,
.Xr getservbyport 3 ,
.Xr inet_ntop 3 ,
-.Xr resolver 3 ,
+.Xr res_init 3 ,
.Xr hosts 5 ,
.Xr resolv.conf 5 ,
.Xr services 5 ,
diff --git a/lib/libc/net/getnetent.3 b/lib/libc/net/getnetent.3
index 0f4f74e3646..da2c4ef4a3c 100644
--- a/lib/libc/net/getnetent.3
+++ b/lib/libc/net/getnetent.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getnetent.3,v 1.18 2018/04/28 15:37:43 schwarze Exp $
+.\" $OpenBSD: getnetent.3,v 1.19 2019/08/30 20:20:51 jmc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: April 28 2018 $
+.Dd $Mdocdate: August 30 2019 $
.Dt GETNETENT 3
.Os
.Sh NAME
@@ -124,7 +124,7 @@ The local host and network name database.
.Xr getaddrinfo 3 ,
.Xr gethostbyname 3 ,
.Xr getnameinfo 3 ,
-.Xr resolver 3 ,
+.Xr res_init 3 ,
.Xr hosts 5
.Sh STANDARDS
These functions conform to
diff --git a/lib/libc/net/getrrsetbyname.3 b/lib/libc/net/getrrsetbyname.3
index 6a42edcc93b..d0acb60238f 100644
--- a/lib/libc/net/getrrsetbyname.3
+++ b/lib/libc/net/getrrsetbyname.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getrrsetbyname.3,v 1.20 2014/11/05 15:12:23 jmc Exp $
+.\" $OpenBSD: getrrsetbyname.3,v 1.21 2019/08/30 20:20:51 jmc Exp $
.\"
.\" Copyright (C) 2000, 2001 Internet Software Consortium.
.\"
@@ -15,7 +15,7 @@
.\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
.\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: November 5 2014 $
+.Dd $Mdocdate: August 30 2019 $
.Dt GETRRSETBYNAME 3
.Os
.Sh NAME
@@ -136,7 +136,7 @@ A parameter is invalid.
Other failure.
.El
.Sh SEE ALSO
-.Xr resolver 3 ,
+.Xr res_init 3 ,
.Xr resolv.conf 5
.Sh HISTORY
.Fn getrrsetbyname
diff --git a/share/man/man5/hostname.if.5 b/share/man/man5/hostname.if.5
index 5b8974ae5ed..4519b31c658 100644
--- a/share/man/man5/hostname.if.5
+++ b/share/man/man5/hostname.if.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hostname.if.5,v 1.66 2018/07/15 10:46:48 phessler Exp $
+.\" $OpenBSD: hostname.if.5,v 1.67 2019/08/30 20:20:51 jmc Exp $
.\" $NetBSD: hosts.5,v 1.4 1994/11/30 19:31:20 jtc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)hosts.5 8.2 (Berkeley) 12/11/93
.\"
-.Dd $Mdocdate: July 15 2018 $
+.Dd $Mdocdate: August 30 2019 $
.Dt HOSTNAME.IF 5
.Os
.Sh NAME
@@ -142,9 +142,7 @@ The optional address that belongs to the interface, such as
It is also feasible to use a hostname as specified in
.Pa /etc/hosts .
It is recommended that an address be used instead of symbolic information,
-since the latter might activate
-.Xr resolver 3
-library routines.
+since the latter might activate resolver library routines.
.Pp
If no address is specified, the
.Va netmask ,
@@ -194,9 +192,7 @@ The destination address to be set on the interface, such as
It is also feasible to use a hostname as specified in
.Pa /etc/hosts .
It is recommended that an address be used instead of symbolic information
-which might activate
-.Xr resolver 3
-library routines.
+which might activate resolver library routines.
.It Va prefixlen
The prefixlen number, or number of bits in the netmask, to be set on
the interface, such as 64.
diff --git a/share/man/man5/resolv.conf.5 b/share/man/man5/resolv.conf.5
index 87d98446a3b..4d495430c6f 100644
--- a/share/man/man5/resolv.conf.5
+++ b/share/man/man5/resolv.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: resolv.conf.5,v 1.56 2019/06/17 05:51:25 otto Exp $
+.\" $OpenBSD: resolv.conf.5,v 1.57 2019/08/30 20:20:51 jmc Exp $
.\" $NetBSD: resolv.conf.5,v 1.7 1996/03/06 18:22:16 scottr Exp $
.\"
.\" Copyright (c) 1986, 1991 The Regents of the University of California.
@@ -30,7 +30,7 @@
.\"
.\" @(#)resolver.5 5.12 (Berkeley) 5/10/91
.\"
-.Dd $Mdocdate: June 17 2019 $
+.Dd $Mdocdate: August 30 2019 $
.Dt RESOLV.CONF 5
.Os
.Sh NAME
@@ -39,9 +39,7 @@
.Sh DESCRIPTION
The
.Nm
-file specifies how the
-.Xr resolver 3
-routines in the C library
+file specifies how the resolver routines in the C library
(which provide access to the Internet Domain Name System) should operate.
The resolver configuration file contains information that is read
by the resolver routines the first time they are invoked by a process.
@@ -81,7 +79,6 @@ even if
exists.
.Nm resolv.conf.tail
is normally used to specify
-.Xr resolver 3
options that are not available via DHCP
e.g. lookup or family.
.Pp
@@ -264,7 +261,7 @@ or with tunnels.
.It Cm inet6
Enables support for IPv6-only applications, by setting RES_USE_INET6 in
_res.options (see
-.Xr resolver 3 ) .
+.Xr res_init 3 ) .
On
.Ox
this option does nothing.
@@ -325,7 +322,7 @@ file.
.El
.Sh SEE ALSO
.Xr gethostbyname 3 ,
-.Xr resolver 3 ,
+.Xr res_init 3 ,
.Xr hosts 5 ,
.Xr hostname 7 ,
.Xr dhclient 8 ,