diff options
| author | Chris Costello <chris@FreeBSD.org> | 2000-06-23 03:43:34 +0000 |
|---|---|---|
| committer | Chris Costello <chris@FreeBSD.org> | 2000-06-23 03:43:34 +0000 |
| commit | dca3f6825f33b47b096f3bd01b564ea3963fb65c (patch) | |
| tree | aa71e6f84b67f4497000fd5a474d3b713caf5c5b | |
| parent | f3e285ba7d9ba652ea61d3aca42e6b649ae9e981 (diff) | |
Notes
| -rw-r--r-- | lib/libc/sys/accept.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/accept.2 b/lib/libc/sys/accept.2 index 645a07b2759c..d03db71035ff 100644 --- a/lib/libc/sys/accept.2 +++ b/lib/libc/sys/accept.2 @@ -147,7 +147,7 @@ syscall is assembled to and .Fn accept is implemented as a function which locks -.Va s +.Fa s for read and write, then calls .Fn _thread_sys_accept . If the call to @@ -156,7 +156,7 @@ would block, a context switch is performed. Before returning, .Fn accept unlocks -.Va s . +.Fa s . .Pp .Sh RETURN VALUES The call returns \-1 on error. If it succeeds, it returns a non-negative |
