diff options
Diffstat (limited to 'man3/getipnodebyname.3')
| -rw-r--r-- | man3/getipnodebyname.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/getipnodebyname.3 b/man3/getipnodebyname.3 index 9972eaa425..96806e0aa5 100644 --- a/man3/getipnodebyname.3 +++ b/man3/getipnodebyname.3 @@ -184,7 +184,7 @@ and must be set to .IR "sizeof(struct in6_addr)" . .SH RETURN VALUE -A NULL pointer is returned if an error occurred, and +NULL is returned if an error occurred, and .I error_num will contain an error code from the following list: .TP @@ -213,7 +213,7 @@ This is the official name of this network host. .TP .I h_aliases This is an array of pointers to unofficial aliases for the same host. -The array is terminated by a NULL pointer. +The array is terminated by a null pointer. .TP .I h_addrtype This is a copy of the @@ -254,7 +254,7 @@ is .I h_addr_list This is an array of one or more pointers to network address structures for the network host. -The array is terminated by a NULL pointer. +The array is terminated by a null pointer. .SH CONFORMING TO RFC\ 2553. .\" Not in POSIX.1-2001. |
