open.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Simon Paillard 2014-08-04 23:26:22 +02:00 committed by Michael Kerrisk
parent 4213c13e85
commit 31d7909822
1 changed files with 2 additions and 2 deletions

View File

@ -101,8 +101,8 @@ By default, the new file descriptor is set to remain open across an
(i.e., the
.B FD_CLOEXEC
file descriptor flag described in
.BR fcntl (2))
is initially disabled; the
.BR fcntl (2)
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