diff options
| author | Chris Costello <chris@FreeBSD.org> | 2000-06-23 05:05:44 +0000 |
|---|---|---|
| committer | Chris Costello <chris@FreeBSD.org> | 2000-06-23 05:05:44 +0000 |
| commit | bb33e42207f96329d22cc640a12e8b693be36a81 (patch) | |
| tree | fa4c79e21a165b0f93bbd1c7b1ccc1c6a6518259 /lib/libc/sys/read.2 | |
| parent | e466c075263ea1e469cec7b662c7563e27877acf (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/read.2')
| -rw-r--r-- | lib/libc/sys/read.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/read.2 b/lib/libc/sys/read.2 index 981c336fd3a4..64c0c018faf9 100644 --- a/lib/libc/sys/read.2 +++ b/lib/libc/sys/read.2 @@ -132,7 +132,7 @@ syscall is assembled to and .Fn read is implemented as a function which locks -.Va d +.Fa d for read, then calls .Fn _thread_sys_read . If the call to @@ -141,7 +141,7 @@ would block, a context switch is performed. Before returning, .Fn read unlocks -.Va d . +.Fa d . .Pp In the non-threaded library .Fn readv @@ -156,7 +156,7 @@ syscall is assembled to and .Fn readv is implemented as a function which locks -.Va d +.Fa d for read, then calls .Fn _thread_sys_readv . If the call to @@ -165,7 +165,7 @@ would block, a context switch is performed. Before returning, .Fn readv unlocks -.Va d . +.Fa d . .Sh RETURN VALUES If successful, the number of bytes actually read is returned. |
