From 5cd5aecdf9f407c26c0b93e441c75b569b51ced8 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 20 Dec 2020 12:08:09 +0100 Subject: pthreads.7: ffix Signed-off-by: Michael Kerrisk --- man7/pthreads.7 | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'man7/pthreads.7') 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() -- cgit 1.2.3-korg