diff options
author | jmc <> | 2003-05-30 21:37:59 +0000 |
---|---|---|
committer | jmc <> | 2003-05-30 21:37:59 +0000 |
commit | 986591b4f6cea288e444153e4adc77d36f27fa67 (patch) | |
tree | 5db7d0c66b823e60b008e6ce1115fb50b7ba008e /src/lib/libc/net/getrrsetbyname.3 | |
parent | b696b7e6e3431709a25bed8fdb16c96c42d1074e (diff) | |
download | openbsd-986591b4f6cea288e444153e4adc77d36f27fa67.tar.gz openbsd-986591b4f6cea288e444153e4adc77d36f27fa67.tar.bz2 openbsd-986591b4f6cea288e444153e4adc77d36f27fa67.zip |
- section reorder
- macro cleanup
Diffstat (limited to '')
-rw-r--r-- | src/lib/libc/net/getrrsetbyname.3 | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/src/lib/libc/net/getrrsetbyname.3 b/src/lib/libc/net/getrrsetbyname.3 index 5ff45cbbe3..a786ff8747 100644 --- a/src/lib/libc/net/getrrsetbyname.3 +++ b/src/lib/libc/net/getrrsetbyname.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: getrrsetbyname.3,v 1.10 2003/05/01 19:04:02 jmc Exp $ | 1 | .\" $OpenBSD: getrrsetbyname.3,v 1.11 2003/05/30 21:37:59 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (C) 2000, 2001 Internet Software Consortium. | 3 | .\" Copyright (C) 2000, 2001 Internet Software Consortium. |
4 | .\" | 4 | .\" |
@@ -118,7 +118,7 @@ If the EDNS0 option is activated in | |||
118 | .Xr resolv.conf 5 , | 118 | .Xr resolv.conf 5 , |
119 | .Fn getrrsetbyname | 119 | .Fn getrrsetbyname |
120 | will request DNSSEC authentication using the EDNS0 DNSSEC OK (DO) bit. | 120 | will request DNSSEC authentication using the EDNS0 DNSSEC OK (DO) bit. |
121 | .Sh "RETURN VALUES" | 121 | .Sh RETURN VALUES |
122 | .Fn getrrsetbyname | 122 | .Fn getrrsetbyname |
123 | returns zero on success, and one of the following error | 123 | returns zero on success, and one of the following error |
124 | codes if an error occurred: | 124 | codes if an error occurred: |
@@ -139,20 +139,13 @@ other failure | |||
139 | .Xr resolver 3 , | 139 | .Xr resolver 3 , |
140 | .Xr resolv.conf 5 , | 140 | .Xr resolv.conf 5 , |
141 | .Xr named 8 | 141 | .Xr named 8 |
142 | .Sh AUTHORS | ||
143 | Jakob Schlyter | ||
144 | .Aq jakob@openbsd.org | ||
145 | .Sh HISTORY | 142 | .Sh HISTORY |
146 | .Fn getrrsetbyname | 143 | .Fn getrrsetbyname |
147 | first appeared in | 144 | first appeared in |
148 | .Ox 3.0 . | 145 | .Ox 3.0 . |
149 | The API first appeared in ISC BIND version 9. | 146 | The API first appeared in ISC BIND version 9. |
150 | .Sh BUGS | 147 | .Sh AUTHORS |
151 | The data in | 148 | .An Jakob Schlyter Aq jakob@openbsd.org |
152 | .Li *rdi_data | ||
153 | should be returned in uncompressed wire format. | ||
154 | Currently, the data is in compressed format and the caller can't | ||
155 | uncompress since it doesn't have the full message. | ||
156 | .Sh CAVEATS | 149 | .Sh CAVEATS |
157 | The | 150 | The |
158 | .Dv RRSET_VALIDATED | 151 | .Dv RRSET_VALIDATED |
@@ -164,3 +157,9 @@ This flag | |||
164 | .Em should not | 157 | .Em should not |
165 | be trusted unless the transport between the nameserver and the resolver | 158 | be trusted unless the transport between the nameserver and the resolver |
166 | is secure (e.g. IPsec, trusted network, loopback communication). | 159 | is secure (e.g. IPsec, trusted network, loopback communication). |
160 | .Sh BUGS | ||
161 | The data in | ||
162 | .Li *rdi_data | ||
163 | should be returned in uncompressed wire format. | ||
164 | Currently, the data is in compressed format and the caller can't | ||
165 | uncompress since it doesn't have the full message. | ||