diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libc/net/getaddrinfo.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/net/getaddrinfo.3 b/src/lib/libc/net/getaddrinfo.3 index 4f495457a3..747f62b33b 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.11 2000/08/09 23:12:04 itojun Exp $ | 1 | .\" $OpenBSD: getaddrinfo.3,v 1.12 2000/08/13 07:23:48 deraadt Exp $ |
2 | .\" $KAME: getaddrinfo.3,v 1.22 2000/08/09 21:16:17 itojun Exp $ | 2 | .\" $KAME: getaddrinfo.3,v 1.22 2000/08/09 21:16:17 itojun Exp $ |
3 | .\" | 3 | .\" |
4 | .\" Copyright (c) 1983, 1987, 1991, 1993 | 4 | .\" Copyright (c) 1983, 1987, 1991, 1993 |
@@ -88,7 +88,7 @@ The | |||
88 | .Fa nodename | 88 | .Fa nodename |
89 | and | 89 | and |
90 | .Fa servname | 90 | .Fa servname |
91 | arguments are pointers to null-terminated strings or | 91 | arguments are pointers to NUL-terminated strings or |
92 | .Dv NULL . | 92 | .Dv NULL . |
93 | One or both of these two arguments must be a non-null pointer. | 93 | One or both of these two arguments must be a non-null pointer. |
94 | In the normal client scenario, both the | 94 | In the normal client scenario, both the |
@@ -102,7 +102,7 @@ is specified. | |||
102 | A non-null | 102 | A non-null |
103 | .Fa nodename | 103 | .Fa nodename |
104 | string can be either a node name or a numeric host address string | 104 | string can be either a node name or a numeric host address string |
105 | (i.e., a dotted-decimal IPv4 address or an IPv6 hex address) | 105 | (i.e., a dotted-decimal IPv4 address or an IPv6 hex address). |
106 | A non-null | 106 | A non-null |
107 | .Fa servname | 107 | .Fa servname |
108 | string can be either a service name or a decimal port number. | 108 | string can be either a service name or a decimal port number. |
@@ -232,7 +232,7 @@ structure, then upon successful return the | |||
232 | .Fa ai_canonname | 232 | .Fa ai_canonname |
233 | member of the first | 233 | member of the first |
234 | .Li addrinfo | 234 | .Li addrinfo |
235 | structure in the linked list will point to a null-terminated string | 235 | structure in the linked list will point to a NUL-terminated string |
236 | containing the canonical name of the specified | 236 | containing the canonical name of the specified |
237 | .Fa nodename . | 237 | .Fa nodename . |
238 | .Pp | 238 | .Pp |