summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <>2012-12-12 14:48:18 +0000
committerjmc <>2012-12-12 14:48:18 +0000
commitc01bcdfb3d9b2e057be96ee740d9692d834c1c55 (patch)
treecf9ee747071f18b496216b1137f995f0e846df47
parent25c2ec6a9d58c93362eb244b4acbcc94432f2b1b (diff)
downloadopenbsd-c01bcdfb3d9b2e057be96ee740d9692d834c1c55.tar.gz
openbsd-c01bcdfb3d9b2e057be96ee740d9692d834c1c55.tar.bz2
openbsd-c01bcdfb3d9b2e057be96ee740d9692d834c1c55.zip
document RES_USE_DNSSEC; text tweaked by sthen
ok jakob
-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