diff options
Diffstat (limited to 'src/lib/libc/net/resolver.3')
-rw-r--r-- | src/lib/libc/net/resolver.3 | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/src/lib/libc/net/resolver.3 b/src/lib/libc/net/resolver.3 index 7dae1c7e65..db7400df9b 100644 --- a/src/lib/libc/net/resolver.3 +++ b/src/lib/libc/net/resolver.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: resolver.3,v 1.31 2015/11/10 23:48:18 jmc Exp $ | 1 | .\" $OpenBSD: resolver.3,v 1.32 2015/12/16 16:32:30 deraadt Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1985, 1991, 1993 | 3 | .\" Copyright (c) 1985, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -27,7 +27,7 @@ | |||
27 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 27 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
28 | .\" SUCH DAMAGE. | 28 | .\" SUCH DAMAGE. |
29 | .\" | 29 | .\" |
30 | .Dd $Mdocdate: November 10 2015 $ | 30 | .Dd $Mdocdate: December 16 2015 $ |
31 | .Dt RES_INIT 3 | 31 | .Dt RES_INIT 3 |
32 | .Os | 32 | .Os |
33 | .Sh NAME | 33 | .Sh NAME |
@@ -171,12 +171,9 @@ to be equal to the server's address. | |||
171 | Do not check if the query section of the reply packet | 171 | Do not check if the query section of the reply packet |
172 | is equal to that of the query packet. | 172 | is equal to that of the query packet. |
173 | .It Dv RES_NOALIASES | 173 | .It Dv RES_NOALIASES |
174 | Turn off the | 174 | (In the past, this turned off the legacy |
175 | .Ev HOSTALIASES | 175 | .Ev HOSTALIASES |
176 | feature. | 176 | feature). |
177 | See | ||
178 | .Xr hostname 7 | ||
179 | for more information. | ||
180 | .It Dv RES_USE_INET6 | 177 | .It Dv RES_USE_INET6 |
181 | Enables support for IPv6-only applications. | 178 | Enables support for IPv6-only applications. |
182 | This causes IPv4 addresses to be returned as an IPv4 mapped address. | 179 | This causes IPv4 addresses to be returned as an IPv4 mapped address. |