summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/accept.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/accept.2')
-rw-r--r--lib/libc/sys/accept.26
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/sys/accept.2 b/lib/libc/sys/accept.2
index 387c7fc..5b844c6 100644
--- a/lib/libc/sys/accept.2
+++ b/lib/libc/sys/accept.2
@@ -76,7 +76,8 @@ connections are present on the queue,
returns an error as described below.
The accepted socket
may not be used
-to accept more connections. The original socket
+to accept more connections.
+The original socket
.Fa s
remains open.
.Pp
@@ -130,7 +131,8 @@ For some applications, performance may be enhanced by using an
.Xr accept_filter 9
to pre-process incoming connections.
.Sh RETURN VALUES
-The call returns \-1 on error. If it succeeds, it returns a non-negative
+The call returns \-1 on error.
+If it succeeds, it returns a non-negative
integer that is a descriptor for the accepted socket.
.Sh ERRORS
The
OpenPOWER on IntegriCloud