diff options
author | jmc <> | 2012-12-12 14:48:18 +0000 |
---|---|---|
committer | jmc <> | 2012-12-12 14:48:18 +0000 |
commit | c01bcdfb3d9b2e057be96ee740d9692d834c1c55 (patch) | |
tree | cf9ee747071f18b496216b1137f995f0e846df47 | |
parent | 25c2ec6a9d58c93362eb244b4acbcc94432f2b1b (diff) | |
download | openbsd-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.3 | 8 |
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, | |||
191 | and thus to send larger replies. | 191 | and thus to send larger replies. |
192 | DNS query packets with the EDNS0 extension are not compatible with | 192 | DNS query packets with the EDNS0 extension are not compatible with |
193 | non-EDNS0 DNS servers. | 193 | non-EDNS0 DNS servers. |
194 | .It Dv RES_USE_DNSSEC | ||
195 | Request that the resolver uses | ||
196 | Domain Name System Security Extensions (DNSSEC), | ||
197 | as defined in RFCs 4033, 4034, and 4035. | ||
194 | .El | 198 | .El |
195 | .Pp | 199 | .Pp |
196 | The | 200 | The |