summaryrefslogtreecommitdiffstats
path: root/man2/listen.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/listen.2')
-rw-r--r--man2/listen.29
1 files changed, 5 insertions, 4 deletions
diff --git a/man2/listen.2 b/man2/listen.2
index 370d8ae41..951236637 100644
--- a/man2/listen.2
+++ b/man2/listen.2
@@ -14,7 +14,7 @@
.\" Modified 11 May 2001 by Sam Varshavchik <mrsam@courier-mta.com>
.\"
.\"
-.TH listen 2 2022-12-04 "Linux man-pages 6.03"
+.TH listen 2 2023-03-30 "Linux man-pages 6.05.01"
.SH NAME
listen \- listen for connections on a socket
.SH LIBRARY
@@ -90,9 +90,10 @@ The socket is not of a type that supports the
.BR listen ()
operation.
.SH STANDARDS
-POSIX.1-2001, POSIX.1-2008, 4.4BSD
-.RB ( listen ()
-first appeared in 4.2BSD).
+POSIX.1-2008.
+.SH HISTORY
+POSIX.1-2001, 4.4BSD
+(first appeared in 4.2BSD).
.SH NOTES
To accept connections, the following steps are performed:
.RS 4