summaryrefslogtreecommitdiffstats
path: root/man2/inotify_init.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/inotify_init.2')
-rw-r--r--man2/inotify_init.214
1 files changed, 7 insertions, 7 deletions
diff --git a/man2/inotify_init.2 b/man2/inotify_init.2
index c5072ef70..63d6ee424 100644
--- a/man2/inotify_init.2
+++ b/man2/inotify_init.2
@@ -22,7 +22,7 @@ Standard C library
.fi
.SH DESCRIPTION
For an overview of the inotify API, see
-.BR inotify (7).
+.MR inotify 7 .
.P
.BR inotify_init ()
initializes a new inotify instance and returns a file descriptor associated
@@ -42,10 +42,10 @@ to obtain different behavior:
Set the
.B O_NONBLOCK
file status flag on the open file description (see
-.BR open (2))
+.MR open 2 )
referred to by the new file descriptor.
Using this flag saves extra calls to
-.BR fcntl (2)
+.MR fcntl 2
to achieve the same result.
.TP
.B IN_CLOEXEC
@@ -55,7 +55,7 @@ flag on the new file descriptor.
See the description of the
.B O_CLOEXEC
flag in
-.BR open (2)
+.MR open 2
for reasons why this may be useful.
.SH RETURN VALUE
On success, these system calls return a new file descriptor.
@@ -92,6 +92,6 @@ glibc 2.4.
Linux 2.6.27,
glibc 2.9.
.SH SEE ALSO
-.BR inotify_add_watch (2),
-.BR inotify_rm_watch (2),
-.BR inotify (7)
+.MR inotify_add_watch 2 ,
+.MR inotify_rm_watch 2 ,
+.MR inotify 7