diff options
Diffstat (limited to 'usr/src/pkg')
-rw-r--r-- | usr/src/pkg/manifests/system-header.mf | 1 | ||||
-rw-r--r-- | usr/src/pkg/manifests/system-kernel.man5.inc | 1 | ||||
-rw-r--r-- | usr/src/pkg/manifests/system-library.man3c.inc | 5 |
3 files changed, 7 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/system-header.mf b/usr/src/pkg/manifests/system-header.mf index 54ba88c061..b72d713cd8 100644 --- a/usr/src/pkg/manifests/system-header.mf +++ b/usr/src/pkg/manifests/system-header.mf @@ -954,6 +954,7 @@ file path=usr/include/sys/elf_amd64.h file path=usr/include/sys/elf_notes.h file path=usr/include/sys/elftypes.h file path=usr/include/sys/epm.h +file path=usr/include/sys/epoll.h file path=usr/include/sys/errno.h file path=usr/include/sys/errorq.h file path=usr/include/sys/errorq_impl.h diff --git a/usr/src/pkg/manifests/system-kernel.man5.inc b/usr/src/pkg/manifests/system-kernel.man5.inc index ab1d31cea6..090344a9c3 100644 --- a/usr/src/pkg/manifests/system-kernel.man5.inc +++ b/usr/src/pkg/manifests/system-kernel.man5.inc @@ -12,6 +12,7 @@ # Copyright 2011, Richard Lowe # Copyright 2014 Garrett D'Amore <garrett@damore.org> +file path=usr/share/man/man5/epoll.5 file path=usr/share/man/man5/fsattr.5 file path=usr/share/man/man5/ieee802.11.5 file path=usr/share/man/man5/ieee802.3.5 diff --git a/usr/src/pkg/manifests/system-library.man3c.inc b/usr/src/pkg/manifests/system-library.man3c.inc index 3b67d7408b..27268505b3 100644 --- a/usr/src/pkg/manifests/system-library.man3c.inc +++ b/usr/src/pkg/manifests/system-library.man3c.inc @@ -105,6 +105,9 @@ file path=usr/share/man/man3c/ecvt.3c file path=usr/share/man/man3c/enable_extended_FILE_stdio.3c file path=usr/share/man/man3c/encrypt.3c file path=usr/share/man/man3c/end.3c +file path=usr/share/man/man3c/epoll_create.3c +file path=usr/share/man/man3c/epoll_ctl.3c +file path=usr/share/man/man3c/epoll_wait.3c file path=usr/share/man/man3c/err.3c file path=usr/share/man/man3c/euclen.3c file path=usr/share/man/man3c/eventfd.3c @@ -732,6 +735,8 @@ link path=usr/share/man/man3c/endspent.3c target=getspnam.3c link path=usr/share/man/man3c/endusershell.3c target=getusershell.3c link path=usr/share/man/man3c/endutent.3c target=getutent.3c link path=usr/share/man/man3c/endutxent.3c target=getutxent.3c +link path=usr/share/man/man3c/epoll_create1.3c target=epoll_create.3c +link path=usr/share/man/man3c/epoll_pwait.3c target=epoll_wait.3c link path=usr/share/man/man3c/erand48.3c target=drand48.3c link path=usr/share/man/man3c/errno.3c target=perror.3c link path=usr/share/man/man3c/errx.3c target=err.3c |