inotify_init.2, pipe.2, timerfd_create.2: tfix

s/fcntl ()/fcntl (2)/ in xref

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-10-10 17:03:48 +02:00
parent 26a260f4f2
commit ef7db4f5b3
3 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@ Set the
.BR O_NONBLOCK
file status flag on the new open file description.
Using this flag saves extra calls to
.BR fcntl ()
.BR fcntl (2)
to achieve the same result.
.TP
.B IN_CLOEXEC

View File

@ -78,7 +78,7 @@ Set the
.BR O_NONBLOCK
file status flag on the two new open file descriptions.
Using this flag saves extra calls to
.BR fcntl ()
.BR fcntl (2)
to achieve the same result.
.TP
.B O_CLOEXEC

View File

@ -85,7 +85,7 @@ Set the
.BR O_NONBLOCK
file status flag on the new open file description.
Using this flag saves extra calls to
.BR fcntl ()
.BR fcntl (2)
to achieve the same result.
.TP
.B TFD_CLOEXEC