s/<inotify.h>/<sys/inotify.h>/ in prototypes.

This commit is contained in:
Michael Kerrisk 2006-06-02 19:43:30 +00:00
parent 5f4443281b
commit 6e969f2255
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@
.SH NAME
inotify_add_watch \- add a watch to an initialized inotify instance
.SH SYNOPSIS
.B #include <inotify.h>
.B #include <sys/inotify.h>
.sp
.BI "int inotify_add_watch(int " fd ", const char *" path ", uint32_t " mask );
.SH DESCRIPTION

View File

@ -29,7 +29,7 @@
.SH NAME
inotify_init \- initialize an inotify instance
.SH SYNOPSIS
.B #include <inotify.h>
.B #include <sys/inotify.h>
.sp
.BI "int inotify_init(void)"
.SH DESCRIPTION

View File

@ -29,7 +29,7 @@
.SH NAME
inotify_rm_watch \- remove an existing watch from an inotify instance
.SH SYNOPSIS
.B #include <inotify.h>
.B #include <sys/inotify.h>
.sp
.BI "int inotify_rm_watch(int " fd ", uint32_t " wd );
.SH DESCRIPTION