diff options
Diffstat (limited to 'lib/libc/sys/close.2')
-rw-r--r-- | lib/libc/sys/close.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/close.2 b/lib/libc/sys/close.2 index ce86892..ebc6634 100644 --- a/lib/libc/sys/close.2 +++ b/lib/libc/sys/close.2 @@ -116,13 +116,13 @@ syscall is assembled to and .Fn close is implemented as a function which locks -.Va d +.Fa d for read and write, then calls .Fn _thread_sys_close . Before returning, .Fn close unlocks -.Va d . +.Fa d . .Sh RETURN VALUES Upon successful completion, a value of 0 is returned. Otherwise, a value of -1 is returned and the global integer variable |