summaryrefslogtreecommitdiff
path: root/lib/libc/sys/accept.2
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-12-18 09:22:32 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-12-18 09:22:32 +0000
commit2faeeff4c9bb77cca44a977d96c1a9fc7af8d8a3 (patch)
treecb18f664ed0ee63bee30f6af9b148510b6e9663b /lib/libc/sys/accept.2
parenta1096fe6dfb9dc2ec492a1421075a38d6d75bc02 (diff)
Notes
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 .