diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-08-30 20:20:52 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-08-30 20:20:52 +0000 |
commit | cec5e23483948f31899d26b2490811ef81018c41 (patch) | |
tree | 0ee717312a35036304f9979027b7a1a6df4ba278 /share/man | |
parent | 5b5ffb1eb4bef69826c11eeda2aac9b033a76ad9 (diff) |
mop up resolver.3 rename; ok deraadt
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/hostname.if.5 | 12 | ||||
-rw-r--r-- | share/man/man5/resolv.conf.5 | 13 |
2 files changed, 9 insertions, 16 deletions
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 , |