diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2017-06-14 13:59:54 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2017-06-14 14:01:25 +0000 |
commit | ed2be6056f1a63f70c5bb561b80d8b87900dad32 (patch) | |
tree | bd915f077b11713b2bb8901600de389a54bd299f | |
parent | cc3d7c4906f9242753f7514c92245cbe1612ea02 (diff) | |
download | illumos-joyent-ed2be6056f1a63f70c5bb561b80d8b87900dad32.tar.gz |
OS-6187 merge lost inotify man pages
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
Reviewed by: Dan McDonald <danmcd@joyent.com>
Approved by: Patrick Mooney <patrick.mooney@joyent.com>
-rw-r--r-- | usr/src/man/man3c/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/man/man3c/Makefile b/usr/src/man/man3c/Makefile index 0d8c89c217..fc3bcc8bb6 100644 --- a/usr/src/man/man3c/Makefile +++ b/usr/src/man/man3c/Makefile @@ -211,6 +211,9 @@ MANFILES= __fbufsize.3c \ imaxdiv.3c \ index.3c \ initgroups.3c \ + inotify_init.3c \ + inotify_add_watch.3c \ + inotify_rm_watch.3c \ insque.3c \ is_system_labeled.3c \ isaexec.3c \ |