From ff174433c3fdd91bd6a0e3ad7ff3f3a6803c6cd3 Mon Sep 17 00:00:00 2001 From: Jason King Date: Wed, 14 Jun 2017 04:25:25 +0000 Subject: Add inotify targets --- usr/src/man/man3c/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3