diff options
author | martijn <> | 2016-08-05 07:54:15 +0000 |
---|---|---|
committer | martijn <> | 2016-08-05 07:54:15 +0000 |
commit | 03de4110bca950ae7396ff28c59059d369ac0e0e (patch) | |
tree | 27017240c380ef8d9afb8fce47b5d3c25958b87d | |
parent | 8b0c3bf61e7575f31e0fb6f85bf29f17fff61048 (diff) | |
download | openbsd-03de4110bca950ae7396ff28c59059d369ac0e0e.tar.gz openbsd-03de4110bca950ae7396ff28c59059d369ac0e0e.tar.bz2 openbsd-03de4110bca950ae7396ff28c59059d369ac0e0e.zip |
Make RES_OPTIONS point directly to resolv.conf(5) instead of going through
resolver(3).
OK jmc@
-rw-r--r-- | src/lib/libc/net/gethostbyname.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/net/gethostbyname.3 b/src/lib/libc/net/gethostbyname.3 index be6d7e9908..3f737b4e97 100644 --- a/src/lib/libc/net/gethostbyname.3 +++ b/src/lib/libc/net/gethostbyname.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: gethostbyname.3,v 1.30 2015/12/19 18:59:10 tim Exp $ | 1 | .\" $OpenBSD: gethostbyname.3,v 1.31 2016/08/05 07:54:15 martijn Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1983, 1987, 1991, 1993 | 3 | .\" Copyright (c) 1983, 1987, 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: December 19 2015 $ | 30 | .Dd $Mdocdate: August 5 2016 $ |
31 | .Dt GETHOSTBYNAME 3 | 31 | .Dt GETHOSTBYNAME 3 |
32 | .Os | 32 | .Os |
33 | .Sh NAME | 33 | .Sh NAME |
@@ -177,7 +177,7 @@ with argument | |||
177 | .It RES_OPTIONS | 177 | .It RES_OPTIONS |
178 | A list of options to override the resolver's internal defaults. | 178 | A list of options to override the resolver's internal defaults. |
179 | See | 179 | See |
180 | .Xr resolver 3 | 180 | .Xr resolv.conf 5 |
181 | for more information. | 181 | for more information. |
182 | .El | 182 | .El |
183 | .Sh FILES | 183 | .Sh FILES |