diff options
Diffstat (limited to 'src/lib/libc/net/getaddrinfo.3')
-rw-r--r-- | src/lib/libc/net/getaddrinfo.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libc/net/getaddrinfo.3 b/src/lib/libc/net/getaddrinfo.3 index de46e70182..035db2780b 100644 --- a/src/lib/libc/net/getaddrinfo.3 +++ b/src/lib/libc/net/getaddrinfo.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: getaddrinfo.3,v 1.59 2019/08/30 20:20:50 jmc Exp $ | 1 | .\" $OpenBSD: getaddrinfo.3,v 1.60 2022/03/31 17:27:16 naddy Exp $ |
2 | .\" $KAME: getaddrinfo.3,v 1.36 2005/01/05 03:23:05 itojun Exp $ | 2 | .\" $KAME: getaddrinfo.3,v 1.36 2005/01/05 03:23:05 itojun Exp $ |
3 | .\" | 3 | .\" |
4 | .\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") | 4 | .\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") |
@@ -16,7 +16,7 @@ | |||
16 | .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR | 16 | .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
17 | .\" PERFORMANCE OF THIS SOFTWARE. | 17 | .\" PERFORMANCE OF THIS SOFTWARE. |
18 | .\" | 18 | .\" |
19 | .Dd $Mdocdate: August 30 2019 $ | 19 | .Dd $Mdocdate: March 31 2022 $ |
20 | .Dt GETADDRINFO 3 | 20 | .Dt GETADDRINFO 3 |
21 | .Os | 21 | .Os |
22 | .Sh NAME | 22 | .Sh NAME |
@@ -105,7 +105,7 @@ or | |||
105 | .Dv SOCK_RAW . | 105 | .Dv SOCK_RAW . |
106 | When | 106 | When |
107 | .Fa ai_socktype | 107 | .Fa ai_socktype |
108 | is zero the caller will accept any socket type. | 108 | is zero, the caller will accept any socket type. |
109 | .It Fa ai_protocol | 109 | .It Fa ai_protocol |
110 | Indicates which transport protocol is desired, | 110 | Indicates which transport protocol is desired, |
111 | .Dv IPPROTO_UDP | 111 | .Dv IPPROTO_UDP |
@@ -113,7 +113,7 @@ or | |||
113 | .Dv IPPROTO_TCP . | 113 | .Dv IPPROTO_TCP . |
114 | If | 114 | If |
115 | .Fa ai_protocol | 115 | .Fa ai_protocol |
116 | is zero the caller will accept any protocol. | 116 | is zero, the caller will accept any protocol. |
117 | .It Fa ai_flags | 117 | .It Fa ai_flags |
118 | .Fa ai_flags | 118 | .Fa ai_flags |
119 | is formed by | 119 | is formed by |
@@ -180,7 +180,7 @@ and no service name resolution should be attempted. | |||
180 | .It Dv AI_PASSIVE | 180 | .It Dv AI_PASSIVE |
181 | If the | 181 | If the |
182 | .Dv AI_PASSIVE | 182 | .Dv AI_PASSIVE |
183 | bit is set it indicates that the returned socket address structure | 183 | bit is set, it indicates that the returned socket address structure |
184 | is intended for use in a call to | 184 | is intended for use in a call to |
185 | .Xr bind 2 . | 185 | .Xr bind 2 . |
186 | In this case, if the | 186 | In this case, if the |