summaryrefslogtreecommitdiffstats
path: root/man3/gethostbyname.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/gethostbyname.3')
-rw-r--r--man3/gethostbyname.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/gethostbyname.3 b/man3/gethostbyname.3
index 685d283b8..9d01024d3 100644
--- a/man3/gethostbyname.3
+++ b/man3/gethostbyname.3
@@ -35,7 +35,7 @@
.\" Modified 2002-08-05, Michael Kerrisk
.\" Modified 2004-10-31, Andries Brouwer
.\"
-.TH GETHOSTBYNAME 3 2020-06-09 "" "Linux Programmer's Manual"
+.TH GETHOSTBYNAME 3 2020-12-21 "" "Linux Programmer's Manual"
.SH NAME
gethostbyname, gethostbyaddr, sethostent, gethostent, endhostent,
h_errno,
@@ -498,7 +498,7 @@ but permits to specify the address family to which the address must belong.
Glibc2 also has reentrant versions
.BR gethostent_r (),
.BR gethostbyaddr_r (),
-.BR gethostbyname_r ()
+.BR gethostbyname_r (),
and
.BR gethostbyname2_r ().
The caller supplies a
@@ -548,7 +548,7 @@ that are expressed in hexadecimal.
.BR named (8)
.\" .BR resolv+ (8)
.SH COLOPHON
-This page is part of release 5.09 of the Linux
+This page is part of release 5.10 of the Linux
.I man-pages
project.
A description of the project,