summaryrefslogtreecommitdiff
path: root/src/lib/libc
diff options
context:
space:
mode:
authorjmc <>2012-12-12 14:48:18 +0000
committerjmc <>2012-12-12 14:48:18 +0000
commit5390e88e5040ac2e548c6ed2a9a95a922af70ceb (patch)
treecf9ee747071f18b496216b1137f995f0e846df47 /src/lib/libc
parent96aedb4ffb10955b46c396c91d6a7b8259bffe7e (diff)
downloadopenbsd-5390e88e5040ac2e548c6ed2a9a95a922af70ceb.tar.gz
openbsd-5390e88e5040ac2e548c6ed2a9a95a922af70ceb.tar.bz2
openbsd-5390e88e5040ac2e548c6ed2a9a95a922af70ceb.zip
document RES_USE_DNSSEC; text tweaked by sthen
ok jakob
Diffstat (limited to 'src/lib/libc')
-rw-r--r--src/lib/libc/net/resolver.38
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/libc/net/resolver.3 b/src/lib/libc/net/resolver.3
index 97b7a2d8cc..ea181e3685 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.26 2012/11/29 21:37:13 jmc Exp $ 1.\" $OpenBSD: resolver.3,v 1.27 2012/12/12 14:48:18 jmc 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 29 2012 $ 30.Dd $Mdocdate: December 12 2012 $
31.Dt RESOLVER 3 31.Dt RESOLVER 3
32.Os 32.Os
33.Sh NAME 33.Sh NAME
@@ -191,6 +191,10 @@ allowing them to take advantage of a non-default receive buffer size,
191and thus to send larger replies. 191and thus to send larger replies.
192DNS query packets with the EDNS0 extension are not compatible with 192DNS query packets with the EDNS0 extension are not compatible with
193non-EDNS0 DNS servers. 193non-EDNS0 DNS servers.
194.It Dv RES_USE_DNSSEC
195Request that the resolver uses
196Domain Name System Security Extensions (DNSSEC),
197as defined in RFCs 4033, 4034, and 4035.
194.El 198.El
195.Pp 199.Pp
196The 200The