summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/getrrsetbyname.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/net/getrrsetbyname.3')
-rw-r--r--src/lib/libc/net/getrrsetbyname.318
1 files changed, 9 insertions, 9 deletions
diff --git a/src/lib/libc/net/getrrsetbyname.3 b/src/lib/libc/net/getrrsetbyname.3
index d0acb60238..314f31665c 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.21 2019/08/30 20:20:51 jmc Exp $ 1.\" $OpenBSD: getrrsetbyname.3,v 1.22 2022/09/11 06:38:10 jmc Exp $
2.\" 2.\"
3.\" Copyright (C) 2000, 2001 Internet Software Consortium. 3.\" Copyright (C) 2000, 2001 Internet Software Consortium.
4.\" 4.\"
@@ -15,7 +15,7 @@
15.\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 15.\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
16.\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16.\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17.\" 17.\"
18.Dd $Mdocdate: August 30 2019 $ 18.Dd $Mdocdate: September 11 2022 $
19.Dt GETRRSETBYNAME 3 19.Dt GETRRSETBYNAME 3
20.Os 20.Os
21.Sh NAME 21.Sh NAME
@@ -46,11 +46,11 @@ After a successful call to
46.Fn getrrsetbyname , 46.Fn getrrsetbyname ,
47.Fa *res 47.Fa *res
48is a pointer to an 48is a pointer to an
49.Li rrsetinfo 49.Vt rrsetinfo
50structure, containing a list of one or more 50structure, containing a list of one or more
51.Li rdatainfo 51.Vt rdatainfo
52structures containing resource records and potentially another list of 52structures containing resource records and potentially another list of
53.Li rdatainfo 53.Vt rdatainfo
54structures containing SIG resource records associated with those records. 54structures containing SIG resource records associated with those records.
55The members 55The members
56.Li rri_rdclass 56.Li rri_rdclass
@@ -97,12 +97,12 @@ struct rrsetinfo {
97All of the information returned by 97All of the information returned by
98.Fn getrrsetbyname 98.Fn getrrsetbyname
99is dynamically allocated: the 99is dynamically allocated: the
100.Li rrsetinfo 100.Vt rrsetinfo
101and 101and
102.Li rdatainfo 102.Vt rdatainfo
103structures, 103structures,
104and the canonical host name strings pointed to by the 104and the canonical host name strings pointed to by the
105.Li rrsetinfo 105.Vt rrsetinfo
106structure. 106structure.
107Memory allocated for the dynamically allocated structures created by 107Memory allocated for the dynamically allocated structures created by
108a successful call to 108a successful call to
@@ -111,7 +111,7 @@ is released by
111.Fn freerrset . 111.Fn freerrset .
112.Li rrset 112.Li rrset
113is a pointer to a 113is a pointer to a
114.Li struct rrsetinfo 114.Vt struct rrsetinfo
115created by a call to 115created by a call to
116.Fn getrrsetbyname . 116.Fn getrrsetbyname .
117.\" .Pp 117.\" .Pp