diff options
Diffstat (limited to 'man2/open.2')
| -rw-r--r-- | man2/open.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/open.2 b/man2/open.2 index f38215556f..ddeb397cf2 100644 --- a/man2/open.2 +++ b/man2/open.2 @@ -147,7 +147,7 @@ of the process. The group ownership (group ID) is set either to the effective group ID of the process or to the group ID of the parent directory (depending on filesystem type and mount options, -and the mode of the parent directory, see, e.g., the mount options +and the mode of the parent directory, see, for example, the mount options .I bsdgroups and .I sysvgroups @@ -159,7 +159,7 @@ Try to minimize cache effects of the I/O to and from this file. In general this will degrade performance, but it is useful in special situations, such as when applications do their own caching. File I/O is done directly to/from user space buffers. -The I/O is synchronous, i.e., at the completion of a +The I/O is synchronous, that is, at the completion of a .BR read (2) or .BR write (2), @@ -548,7 +548,7 @@ instead. On NFS file systems with UID mapping enabled, .BR open () may -return a file descriptor but e.g. +return a file descriptor but, for example, .BR read (2) requests are denied with \fBEACCES\fP. |
