diff options
Diffstat (limited to 'lib/libc/sys/fsync.2')
| -rw-r--r-- | lib/libc/sys/fsync.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/fsync.2 b/lib/libc/sys/fsync.2 index 1814058ad8db..431604bc7a9d 100644 --- a/lib/libc/sys/fsync.2 +++ b/lib/libc/sys/fsync.2 @@ -71,13 +71,13 @@ syscall is assembled to and .Fn fsync is implemented as a function which locks -.Va fd +.Fa fd for read and write, then calls .Fn _thread_sys_fsync . Before returning, .Fn fsync unlocks -.Va fd . +.Fa fd . .Sh RETURN VALUES A 0 value is returned on success. A -1 value indicates an error. |
