]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC 302899: Add documentation for the sigevent structure.
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 25 Jul 2016 23:38:14 +0000 (23:38 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 25 Jul 2016 23:38:14 +0000 (23:38 +0000)
commitf7434292f76fcc9bf276d1f73d608456eb0ea641
tree8f85c0c65e3794c7cd0eb6ffea55a4ec3c97e0ff
parentc4776124e135f952b865df62b925601a403e01c1
MFC 302899: Add documentation for the sigevent structure.

- Add a sigevent(3) manpage to give a general overview of the sigevent
  structure and the available notification mechanisms.
- Document that AIO requests contain a nested sigevent structure that can
  be used to request completion notification.
- Expand the sigevent details in other manuals to note details such as
  the extra values stored in a queued signal's information or in a posted
  kevent.

git-svn-id: svn://svn.freebsd.org/base/stable/9@303325 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libc/sys/aio_fsync.2
lib/libc/sys/aio_read.2
lib/libc/sys/aio_write.2
lib/libc/sys/lio_listio.2
lib/libc/sys/mq_notify.2
lib/libc/sys/timer_create.2
share/man/man3/Makefile
share/man/man3/sigevent.3 [new file with mode: 0644]
share/man/man4/aio.4