diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-29 14:45:07 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-29 14:45:07 +0000 |
| commit | f796e00479b092a85a79b04ac4015f11f85e483d (patch) | |
| tree | 386058719747192ff0edc6e7093656cd8ba4a910 /lib/libc/sys/fsync.2 | |
| parent | 248ebf7c840bb8b426f01faa521d6badbfa797ba (diff) | |
Notes
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 a2c696d37449..28d996c4c370 100644 --- a/lib/libc/sys/fsync.2 +++ b/lib/libc/sys/fsync.2 @@ -87,10 +87,10 @@ The fails if: .Bl -tag -width Er .It Bq Er EBADF -.Fa Fd +.Fa fd is not a valid descriptor. .It Bq Er EINVAL -.Fa Fd +.Fa fd refers to a socket, not to a file. .It Bq Er EIO An I/O error occurred while reading from or writing to the file system. |
