summaryrefslogtreecommitdiffstats
path: root/man3/getprotoent.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getprotoent.3')
-rw-r--r--man3/getprotoent.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/getprotoent.3 b/man3/getprotoent.3
index 97286d443..15ba5951e 100644
--- a/man3/getprotoent.3
+++ b/man3/getprotoent.3
@@ -27,7 +27,7 @@
.\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
.\" 386BSD man pages
.\" Modified Sat Jul 24 19:26:03 1993 by Rik Faith (faith@cs.unc.edu)
-.TH GETPROTOENT 3 2017-09-15 "GNU" "Linux Programmer's Manual"
+.TH GETPROTOENT 3 2020-12-21 "GNU" "Linux Programmer's Manual"
.SH NAME
getprotoent, getprotobyname, getprotobynumber, setprotoent,
endprotoent \- get protocol entry
@@ -123,7 +123,7 @@ The protocol number.
.SH RETURN VALUE
The
.BR getprotoent (),
-.BR getprotobyname ()
+.BR getprotobyname (),
and
.BR getprotobynumber ()
functions return a pointer to a
@@ -196,7 +196,7 @@ POSIX.1-2001, POSIX.1-2008, 4.3BSD.
.BR getservent (3),
.BR protocols (5)
.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,