aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/accept.2
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-07-09 09:54:33 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-07-09 09:54:33 +0000
commit70d51341bf6ad3be0ea5b02ef489691d80719249 (patch)
treeab3b6200f079a95b6a4418f399032563aa053a74 /lib/libc/sys/accept.2
parent7bc6d0158f0e9863a2a13a951321185d214cd3be (diff)
Notes
Diffstat (limited to 'lib/libc/sys/accept.2')
-rw-r--r--lib/libc/sys/accept.22
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/sys/accept.2 b/lib/libc/sys/accept.2
index 8114472216b0d..9e6b5fdc6b683 100644
--- a/lib/libc/sys/accept.2
+++ b/lib/libc/sys/accept.2
@@ -133,7 +133,6 @@ call providing only the control information,
or by calling
.Xr setsockopt 2 .
.Sh IMPLEMENTATION NOTES
-.Pp
In the non-threaded library
.Fn accept
is implemented as the
@@ -157,7 +156,6 @@ Before returning,
.Fn accept
unlocks
.Fa s .
-.Pp
.Sh RETURN VALUES
The call returns \-1 on error. If it succeeds, it returns a non-negative
integer that is a descriptor for the accepted socket.