summaryrefslogtreecommitdiff
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, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/accept.2 b/lib/libc/sys/accept.2
index 93e2ab492208..b0adcbd3ce9d 100644
--- a/lib/libc/sys/accept.2
+++ b/lib/libc/sys/accept.2
@@ -56,7 +56,7 @@ and is listening for connections after a
.Xr listen 2 .
The
.Fn accept
-call
+system call
extracts the first connection request
on the queue of pending connections, creates
a new socket with the same properties as
@@ -125,7 +125,7 @@ integer that is a descriptor for the accepted socket.
.Sh ERRORS
The
.Fn accept
-will fail if:
+system call will fail if:
.Bl -tag -width Er
.It Bq Er EBADF
The descriptor is invalid.
@@ -165,5 +165,5 @@ on the listen queue.
.Sh HISTORY
The
.Fn accept
-function appeared in
+system call appeared in
.Bx 4.2 .