diff options
| -rw-r--r-- | man7/pthreads.7 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/man7/pthreads.7 b/man7/pthreads.7 index 87172c93ca..7105fac286 100644 --- a/man7/pthreads.7 +++ b/man7/pthreads.7 @@ -178,8 +178,10 @@ getenv() getgrent() getgrgid() getgrnam() -gethostbyaddr() [POSIX.1-2001 only (function removed in POSIX.1-2008)] -gethostbyname() [POSIX.1-2001 only (function removed in POSIX.1-2008)] +gethostbyaddr() [POSIX.1-2001 only (function removed in + POSIX.1-2008)] +gethostbyname() [POSIX.1-2001 only (function removed in + POSIX.1-2008)] gethostent() getlogin() getnetbyaddr() @@ -412,8 +414,10 @@ getgrgid() getgrgid_r() getgrnam() getgrnam_r() -gethostbyaddr() [POSIX.1-2001 only (function removed in POSIX.1-2008)] -gethostbyname() [POSIX.1-2001 only (function removed in POSIX.1-2008)] +gethostbyaddr() [POSIX.1-2001 only (function removed in + POSIX.1-2008)] +gethostbyname() [POSIX.1-2001 only (function removed in + POSIX.1-2008)] gethostent() gethostid() gethostname() |
