diff options
Diffstat (limited to 'src/lib/libc/net/getrrsetbyname.3')
-rw-r--r-- | src/lib/libc/net/getrrsetbyname.3 | 18 |
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 |
48 | is a pointer to an | 48 | is a pointer to an |
49 | .Li rrsetinfo | 49 | .Vt rrsetinfo |
50 | structure, containing a list of one or more | 50 | structure, containing a list of one or more |
51 | .Li rdatainfo | 51 | .Vt rdatainfo |
52 | structures containing resource records and potentially another list of | 52 | structures containing resource records and potentially another list of |
53 | .Li rdatainfo | 53 | .Vt rdatainfo |
54 | structures containing SIG resource records associated with those records. | 54 | structures containing SIG resource records associated with those records. |
55 | The members | 55 | The members |
56 | .Li rri_rdclass | 56 | .Li rri_rdclass |
@@ -97,12 +97,12 @@ struct rrsetinfo { | |||
97 | All of the information returned by | 97 | All of the information returned by |
98 | .Fn getrrsetbyname | 98 | .Fn getrrsetbyname |
99 | is dynamically allocated: the | 99 | is dynamically allocated: the |
100 | .Li rrsetinfo | 100 | .Vt rrsetinfo |
101 | and | 101 | and |
102 | .Li rdatainfo | 102 | .Vt rdatainfo |
103 | structures, | 103 | structures, |
104 | and the canonical host name strings pointed to by the | 104 | and the canonical host name strings pointed to by the |
105 | .Li rrsetinfo | 105 | .Vt rrsetinfo |
106 | structure. | 106 | structure. |
107 | Memory allocated for the dynamically allocated structures created by | 107 | Memory allocated for the dynamically allocated structures created by |
108 | a successful call to | 108 | a successful call to |
@@ -111,7 +111,7 @@ is released by | |||
111 | .Fn freerrset . | 111 | .Fn freerrset . |
112 | .Li rrset | 112 | .Li rrset |
113 | is a pointer to a | 113 | is a pointer to a |
114 | .Li struct rrsetinfo | 114 | .Vt struct rrsetinfo |
115 | created by a call to | 115 | created by a call to |
116 | .Fn getrrsetbyname . | 116 | .Fn getrrsetbyname . |
117 | .\" .Pp | 117 | .\" .Pp |