inotify_init.2: Add pointer to inotify(7)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-03-28 07:57:23 +01:00
parent b680b4c390
commit 41d9a4af48
1 changed files with 4 additions and 1 deletions

View File

@ -25,7 +25,7 @@
.\" 2006-02-07 mtk, minor changes
.\" 2008-10-10 mtk: add description of inotify_init1()
.\"
.TH INOTIFY_INIT 2 2012-05-04 "Linux" "Linux Programmer's Manual"
.TH INOTIFY_INIT 2 2014-03-28 "Linux" "Linux Programmer's Manual"
.SH NAME
inotify_init, inotify_init1 \- initialize an inotify instance
.SH SYNOPSIS
@ -36,6 +36,9 @@ inotify_init, inotify_init1 \- initialize an inotify instance
.BI "int inotify_init1(int " flags );
.fi
.SH DESCRIPTION
For an overview of the inotify API, see
.BR inotify (7).
.BR inotify_init ()
initializes a new inotify instance and returns a file descriptor associated
with a new inotify event queue.