diff options
Diffstat (limited to 'lib/libc/sys/getpeername.2')
-rw-r--r-- | lib/libc/sys/getpeername.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/getpeername.2 b/lib/libc/sys/getpeername.2 index 49924f2..263aafb 100644 --- a/lib/libc/sys/getpeername.2 +++ b/lib/libc/sys/getpeername.2 @@ -73,13 +73,13 @@ syscall is assembled to and .Fn getpeername is implemented as a function which locks -.Va s +.Fa s for read and write, then calls .Fn _thread_sys_getpeername . Before returning, .Fn getpeername unlocks -.Va s . +.Fa s . .Sh RETURN VALUES A 0 is returned if the call succeeds, -1 if it fails. .Sh ERRORS |