aboutsummaryrefslogtreecommitdiffstats
path: root/man2/open.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-06-08 11:56:22 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-06-08 11:56:22 +0000
commit75b94dc35ca88fc72d0381c72c535180851bf08f (patch)
tree107dfea45855463eaa970ccff1b6074c305ac09a /man2/open.2
parentca7b3c180c14583f36bf24c7f31cc8ba342e23d8 (diff)
downloadman-pages-75b94dc35ca88fc72d0381c72c535180851bf08f.tar.gz
Change "e.g. " to "e.g., ", or in some cases, "for example, ".
Change "i.e. " to i.e.., ", or in some cases, "that is, ".
Diffstat (limited to 'man2/open.2')
-rw-r--r--man2/open.26
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.