diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-01-03 15:01:50 +1300 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-01-03 15:47:06 +1300 |
| commit | b437fdd90aabda1e5425116558e17d35a94e0613 (patch) | |
| tree | 0f84a69686fbf80bfc01a9becf2355ad56b5c404 /man3/getipnodebyname.3 | |
| parent | efb12489de4c98ab1f5d82186c2381522b155b5f (diff) | |
| download | man-pages-b437fdd90aabda1e5425116558e17d35a94e0613.tar.gz | |
epoll_ctl.2, execve.2, recv.2, timer_create.2, wait.2, argz_add.3, basename.3, dlopen.3, exec.3, fopencookie.3, fts.3, getaddrinfo.3, getcwd.3, gethostbyname.3, getifaddrs.3, getipnodebyname.3, getlogin.3, getnetent.3, getprotoent.3, getrpcent.3, getservent.3, getusershell.3, glob.3, if_nameindex.3, inet_ntop.3, lio_listio.3, mblen.3, mbrlen.3, mbrtowc.3, mbsinit.3, mbsnrtowcs.3, mbsrtowcs.3, mbstowcs.3, mq_notify.3, ptsname.3, realpath.3, setnetgrent.3, sigvec.3, strsignal.3, strtok.3, wcrtomb.3, wcsnrtombs.3, wcsrtombs.3, wcstombs.3, xdr.3: Global fix of "NULL pointer"
Change "NULL pointer: to "NUL " or null pointer".
POSIX uses the term "null pointer", not "NULL pointer".
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
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. |
