summaryrefslogtreecommitdiff
path: root/man3/getipnodebyname.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getipnodebyname.3')
-rw-r--r--man3/getipnodebyname.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/getipnodebyname.3 b/man3/getipnodebyname.3
index 08608f33..ec0dc7a0 100644
--- a/man3/getipnodebyname.3
+++ b/man3/getipnodebyname.3
@@ -182,7 +182,7 @@ and
must be set to
.IR "sizeof(struct in6_addr)" .
.SH "RETURN VALUE"
-A null pointer is returned if an error occurred, and
+A NULL pointer is returned if an error occurred, and
.I error_num
will contain an error code from the following list:
.TP
@@ -211,7 +211,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
@@ -252,7 +252,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.