summaryrefslogtreecommitdiff
path: root/lib/libc/net/getrrsetbyname.3
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-05-30 21:38:00 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-05-30 21:38:00 +0000
commit5745ddd16f00c7a3b8fb800f01154f4ec0f684d8 (patch)
treef4b63ddeaafb4f235d31bf1c9be17eeb574e724c /lib/libc/net/getrrsetbyname.3
parentfc9fc0de1f486793fd2ad3cac510ba0150fde6af (diff)
- section reorder
- macro cleanup
Diffstat (limited to 'lib/libc/net/getrrsetbyname.3')
-rw-r--r--lib/libc/net/getrrsetbyname.321
1 files changed, 10 insertions, 11 deletions
diff --git a/lib/libc/net/getrrsetbyname.3 b/lib/libc/net/getrrsetbyname.3
index 5ff45cbbe3d..a786ff87478 100644
--- a/lib/libc/net/getrrsetbyname.3
+++ b/lib/libc/net/getrrsetbyname.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getrrsetbyname.3,v 1.10 2003/05/01 19:04:02 jmc Exp $
+.\" $OpenBSD: getrrsetbyname.3,v 1.11 2003/05/30 21:37:59 jmc Exp $
.\"
.\" Copyright (C) 2000, 2001 Internet Software Consortium.
.\"
@@ -118,7 +118,7 @@ If the EDNS0 option is activated in
.Xr resolv.conf 5 ,
.Fn getrrsetbyname
will request DNSSEC authentication using the EDNS0 DNSSEC OK (DO) bit.
-.Sh "RETURN VALUES"
+.Sh RETURN VALUES
.Fn getrrsetbyname
returns zero on success, and one of the following error
codes if an error occurred:
@@ -139,20 +139,13 @@ other failure
.Xr resolver 3 ,
.Xr resolv.conf 5 ,
.Xr named 8
-.Sh AUTHORS
-Jakob Schlyter
-.Aq jakob@openbsd.org
.Sh HISTORY
.Fn getrrsetbyname
first appeared in
.Ox 3.0 .
The API first appeared in ISC BIND version 9.
-.Sh BUGS
-The data in
-.Li *rdi_data
-should be returned in uncompressed wire format.
-Currently, the data is in compressed format and the caller can't
-uncompress since it doesn't have the full message.
+.Sh AUTHORS
+.An Jakob Schlyter Aq jakob@openbsd.org
.Sh CAVEATS
The
.Dv RRSET_VALIDATED
@@ -164,3 +157,9 @@ This flag
.Em should not
be trusted unless the transport between the nameserver and the resolver
is secure (e.g. IPsec, trusted network, loopback communication).
+.Sh BUGS
+The data in
+.Li *rdi_data
+should be returned in uncompressed wire format.
+Currently, the data is in compressed format and the caller can't
+uncompress since it doesn't have the full message.