OSDN Git Service

(split) LDP_man-pages: update original to v3.34.
[linuxjm/LDP_man-pages.git] / original / man2 / open.2
index ff3aa88..f1c3238 100644 (file)
@@ -47,8 +47,9 @@
 .\" FIXME . Apr 08: The next POSIX revision has O_EXEC, O_SEARCH, and
 .\" O_TTYINIT.  Eventually these may need to be documented.  --mtk
 .\" FIXME Linux 2.6.33 has O_DSYNC, and a hidden __O_SYNC.
+.\" FIXME: Linux 2.6.39 added O_PATH
 .\"
-.TH OPEN 2 2010-11-15 "Linux" "Linux Programmer's Manual"
+.TH OPEN 2 2011-09-08 "Linux" "Linux Programmer's Manual"
 .SH NAME
 open, creat \- open and possibly create a file or device
 .SH SYNOPSIS
@@ -79,7 +80,7 @@ By default, the new file descriptor is set to remain open across an
 .B FD_CLOEXEC
 file descriptor flag described in
 .BR fcntl (2)
-is initially disabled; the Linux-specific
+is initially disabled; the
 .B O_CLOEXEC
 flag, described below, can be used to change this default).
 The file offset is set to the beginning of the file (see
@@ -384,7 +385,7 @@ Setting the
 .B _FILE_OFFSET_BITS
 feature test macro to 64 (rather than using
 .BR O_LARGEFILE )
-is the preferred method of obtaining
+is the preferred
 method of accessing large files on 32-bit systems (see
 .BR feature_test_macros (7)).
 .TP