aboutsummaryrefslogtreecommitdiffstats
path: root/man2/open.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-06-21 22:55:04 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-06-21 22:55:04 +0000
commit988db6616478074062b9d1c2081d8846110605b3 (patch)
tree73eef618a6abb2fbec966efc448fed955494fbc6 /man2/open.2
parenta9445f517170613f515c6a0e88f37758b0a99139 (diff)
downloadman-pages-988db6616478074062b9d1c2081d8846110605b3.tar.gz
strip trailing white space
Diffstat (limited to 'man2/open.2')
-rw-r--r--man2/open.28
1 files changed, 4 insertions, 4 deletions
diff --git a/man2/open.2 b/man2/open.2
index 1d0cc9c35c..c943636435 100644
--- a/man2/open.2
+++ b/man2/open.2
@@ -497,7 +497,7 @@ One may have to define the
.B _GNU_SOURCE
macro to get their definitions.
.SH NOTES
-Under Linux, the
+Under Linux, the
.B O_NONBLOCK
flag indicates that one wants to open
but does not necessarily have the intention to read or write.
@@ -561,7 +561,7 @@ permissions, but UID mapping is performed by the server upon
read and write requests.
If the file is newly created, its
-.IR st_atime ,
+.IR st_atime ,
.IR st_ctime ,
.I st_mtime
fields
@@ -571,11 +571,11 @@ time of last modification; see
are set
to the current time, and so are the
.I st_ctime
-and
+and
.I st_mtime
fields of the
parent directory.
-Otherwise, if the file is modified because of the
+Otherwise, if the file is modified because of the
.B O_TRUNC
flag, its st_ctime and st_mtime fields are set to the current time.
.SH BUGS