diff options
Diffstat (limited to 'lib/libc/sys/fcntl.2')
| -rw-r--r-- | lib/libc/sys/fcntl.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/fcntl.2 b/lib/libc/sys/fcntl.2 index 7e6b31dd9b5d..07477409ad51 100644 --- a/lib/libc/sys/fcntl.2 +++ b/lib/libc/sys/fcntl.2 @@ -355,13 +355,13 @@ syscall is assembled to and .Fn fcntl is implemented as a function which disables thread rescheduling, locks -.Va fd +.Fa fd for read and write, then calls .Fn _thread_sys_fcntl . Before returning, .Fn fcntl unlocks -.Va fd +.Fa fd and enables thread rescheduling. .Sh RETURN VALUES Upon successful completion, the value returned depends on |
