diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-12 17:26:04 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-12 17:26:04 +0000 |
| commit | 8d5d039f80a8d31947f4e84af20e8a56d0009c32 (patch) | |
| tree | 8a8960200349aa661a39654202f6e0adc5e7360e /lib/libc/sys/open.2 | |
| parent | e66cdcd7e074533df2cf60b30ee57b5607535d28 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/open.2')
| -rw-r--r-- | lib/libc/sys/open.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2 index fdad061423ab..f9d3daca6c37 100644 --- a/lib/libc/sys/open.2 +++ b/lib/libc/sys/open.2 @@ -151,7 +151,7 @@ for an exclusive lock. If creating a file with .Dv O_CREAT , the request for the lock will never fail -(provided that the underlying filesystem supports locking). +(provided that the underlying file system supports locking). .Pp .Dv O_DIRECT may be used to minimize or eliminate the cache effects of reading and writing. @@ -243,7 +243,7 @@ operation was interrupted by a signal. .Dv O_SHLOCK or .Dv O_EXLOCK -is specified but the underlying filesystem does not support locking. +is specified but the underlying file system does not support locking. .It Bq Er EWOULDBLOCK .Dv O_NONBLOCK and one of |
