diff options
Diffstat (limited to 'lib')
| -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 |
