diff options
-rw-r--r-- | usr/src/man/man3c/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr/src/man/man3c/Makefile b/usr/src/man/man3c/Makefile index 0d8c89c217..d9803e1a48 100644 --- a/usr/src/man/man3c/Makefile +++ b/usr/src/man/man3c/Makefile @@ -210,6 +210,9 @@ MANFILES= __fbufsize.3c \ imaxabs.3c \ imaxdiv.3c \ index.3c \ + inotify_add_watch.3c \ + inotify_init.3c \ + inotify_rm_watch.3c \ initgroups.3c \ insque.3c \ is_system_labeled.3c \ @@ -903,6 +906,7 @@ MANLINKS= FD_CLR.3c \ islower.3c \ islower_l.3c \ isnanf.3c \ + inotify_init1.3c \ isnumber.3c \ isphonogram.3c \ isprint.3c \ @@ -1876,6 +1880,8 @@ hdestroy.3c := LINKSRC = hsearch.3c rindex.3c := LINKSRC = index.3c +inotify_init1.3c := LINKSRC = inotify_init.3c + remque.3c := LINKSRC = insque.3c finite.3c := LINKSRC = isnand.3c |