diff options
author | schwarze <> | 2019-05-13 14:11:20 +0000 |
---|---|---|
committer | schwarze <> | 2019-05-13 14:11:20 +0000 |
commit | 87499aadbc125b924c025665e4b8ab2ef7f93eb4 (patch) | |
tree | 6296d8a3cf4dc1133b9642c75daaf3767cd5da09 /src | |
parent | 5af59b44834bfd285743a1918be4caa4008fdd92 (diff) | |
download | openbsd-87499aadbc125b924c025665e4b8ab2ef7f93eb4.tar.gz openbsd-87499aadbc125b924c025665e4b8ab2ef7f93eb4.tar.bz2 openbsd-87499aadbc125b924c025665e4b8ab2ef7f93eb4.zip |
explicitly mention that RES_NOALIASES has no effect;
jmc@ noticed that the text wasn't completely clear;
OK jmc@
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libc/net/resolver.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libc/net/resolver.3 b/src/lib/libc/net/resolver.3 index e6b1f472b4..e354bdbec4 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.38 2019/01/14 06:23:06 otto Exp $ | 1 | .\" $OpenBSD: resolver.3,v 1.39 2019/05/13 14:11:20 schwarze 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: January 14 2019 $ | 30 | .Dd $Mdocdate: May 13 2019 $ |
31 | .Dt RES_INIT 3 | 31 | .Dt RES_INIT 3 |
32 | .Os | 32 | .Os |
33 | .Sh NAME | 33 | .Sh NAME |
@@ -175,7 +175,8 @@ to be equal to the server's address. | |||
175 | Do not check if the query section of the reply packet | 175 | Do not check if the query section of the reply packet |
176 | is equal to that of the query packet. | 176 | is equal to that of the query packet. |
177 | .It Dv RES_NOALIASES | 177 | .It Dv RES_NOALIASES |
178 | In the past, this turned off the legacy | 178 | This option has no effect. |
179 | In the past, it turned off the legacy | ||
179 | .Ev HOSTALIASES | 180 | .Ev HOSTALIASES |
180 | feature. | 181 | feature. |
181 | .It Dv RES_USE_INET6 | 182 | .It Dv RES_USE_INET6 |