]> CyberLeo.Net >> Repos - FreeBSD/stable/10.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)
commit91c4f8f00863d12ded9a50d2fb80201c74c67c1e
treea84cc30934d8e2d6cb4b4b0f9101dad42b0a7f49
parent37778e6b5a3ac1ef69b060ffcfd1b4bc86f265d8
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/10@303325 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libc/sys/aio_fsync.2
lib/libc/sys/aio_mlock.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