aboutsummaryrefslogtreecommitdiffstats
path: root/man2/open.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2014-01-21 03:40:40 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-01-24 11:44:56 +0100
commit31c1f2b09ead1bcd800b6aa40f33b6dce9280b05 (patch)
tree5680f8d7bc0ee2f06530b2b90461b58d0b3da8b4 /man2/open.2
parentbbe02b45fbe41c3c25561bc69ca98064d27af3e5 (diff)
downloadman-pages-31c1f2b09ead1bcd800b6aa40f33b6dce9280b05.tar.gz
getrlimit.2, madvise.2, mount.2, open.2, perf_event_open.2, send.2: tfix: Consistent capitalization for "(since Linux...)"
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
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 ccb1d260b2..1b5e7bd431 100644
--- a/man2/open.2
+++ b/man2/open.2
@@ -181,7 +181,7 @@ See
.BR fcntl (2)
for further details.
.TP
-.BR O_CLOEXEC " (Since Linux 2.6.23)"
+.BR O_CLOEXEC " (since Linux 2.6.23)"
Enable the close-on-exec flag for the new file descriptor.
Specifying this flag permits a program to avoid additional
.BR fcntl (2)
@@ -289,7 +289,7 @@ The following symbolic constants are provided for
00001 others have execute permission
.RE
.TP
-.BR O_TMPFILE " (Since Linux 3.11)"
+.BR O_TMPFILE " (since Linux 3.11)"
.\" commit 60545d0d4610b02e55f65d141c95b18ccf855b6e
.\" commit f4e0c30c191f87851c4a53454abb55ee276f4a7e
.\" commit bb458c644a59dbba3a1fe59b27106c5e68e1c4bd
@@ -364,7 +364,7 @@ requires support by the underlying filesystem;
.\" As at 3.13, there's support for at least ext2, ext3, ext4
only a subset of Linux filesystems provide that support.
.TP
-.BR O_DIRECT " (Since Linux 2.4.10)"
+.BR O_DIRECT " (since Linux 2.4.10)"
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.
@@ -475,7 +475,7 @@ is the preferred
method of accessing large files on 32-bit systems (see
.BR feature_test_macros (7)).
.TP
-.BR O_NOATIME " (Since Linux 2.6.8)"
+.BR O_NOATIME " (since Linux 2.6.8)"
Do not update the file last access time
.RI ( st_atime
in the inode)