* struct aiocb structure man page @ 2010-09-16 11:20 Jon Grant [not found] ` <AANLkTimurYOmpjhewOJTKnR1LNeFA9E4JY+kAPn6uh5A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Jon Grant @ 2010-09-16 11:20 UTC (permalink / raw) To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA Hello http://www.kernel.org/doc/man-pages/online/pages/man3/aio_write.3.html Is it possible to also hyperlink the "struct aiocb" to the structure? I would also be interested in SIGEV_THREAD documentation. To give an example of some code. we set this macro within the aiocb structure: aio.aio_sigevent.sigev_notify = SIGEV_THREAD; I only found this page about SIGEV_THREAD : http://www.kernel.org/doc/man-pages/online/pages/man2/timer_create.2.html Best regards, Jon -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <AANLkTimurYOmpjhewOJTKnR1LNeFA9E4JY+kAPn6uh5A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: struct aiocb structure man page [not found] ` <AANLkTimurYOmpjhewOJTKnR1LNeFA9E4JY+kAPn6uh5A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2010-10-03 16:06 ` Michael Kerrisk [not found] ` <AANLkTi=n8mtx9aE75V_bmdH_RSaa5mf6k0UVXQrv0miu-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Michael Kerrisk @ 2010-10-03 16:06 UTC (permalink / raw) To: Jon Grant; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA Hello Jon, On Thu, Sep 16, 2010 at 1:20 PM, Jon Grant <jg-hus3n9K41k0@public.gmane.org> wrote: > Hello > > http://www.kernel.org/doc/man-pages/online/pages/man3/aio_write.3.html > > Is it possible to also hyperlink the "struct aiocb" to the structure? > > I would also be interested in SIGEV_THREAD documentation. > > To give an example of some code. we set this macro within the aiocb structure: > > aio.aio_sigevent.sigev_notify = SIGEV_THREAD; > > I only found this page about SIGEV_THREAD : > http://www.kernel.org/doc/man-pages/online/pages/man2/timer_create.2.html I've just now pushed to git a new aio(7) man pages that documents the aiocb structure. Also, various pages have been updated to point to the recently added sigevent(7) page, which documents SIGEV_*. The changes will be released in man-pages-3.28. thanks, Michael -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Author of "The Linux Programming Interface"; http://man7.org/tlpi/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <AANLkTi=n8mtx9aE75V_bmdH_RSaa5mf6k0UVXQrv0miu-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: struct aiocb structure man page [not found] ` <AANLkTi=n8mtx9aE75V_bmdH_RSaa5mf6k0UVXQrv0miu-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2010-10-03 19:06 ` Jon Grant [not found] ` <AANLkTi=4SaK0xHJzgn8kDKw_Cs4YGykFbVQd8Dh9kzDr-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Jon Grant @ 2010-10-03 19:06 UTC (permalink / raw) To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA Hello Michael On 3 October 2010 17:06, Michael Kerrisk <mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> [.] > I've just now pushed to git a new aio(7) man pages that documents the > aiocb structure. Also, various pages have been updated to point to the > recently added sigevent(7) page, which documents SIGEV_*. The changes > will be released in man-pages-3.28. Fantastic you have been able to add aio(7) and the sigevent(7) page is really useful. Looking at this page: http://www.kernel.org/doc/man-pages/online/pages/man2/timer_create.2.html int timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid); Re parameter "struct sigevent *evp": I don't know if this is possible, but could the function parameters also be hyperlinked to the structure definition page? Thank you again for adding aio(7). Best regards, Jon -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <AANLkTi=4SaK0xHJzgn8kDKw_Cs4YGykFbVQd8Dh9kzDr-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: struct aiocb structure man page [not found] ` <AANLkTi=4SaK0xHJzgn8kDKw_Cs4YGykFbVQd8Dh9kzDr-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2010-10-04 4:31 ` Michael Kerrisk 0 siblings, 0 replies; 4+ messages in thread From: Michael Kerrisk @ 2010-10-04 4:31 UTC (permalink / raw) To: Jon Grant; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA Hello Jon, On Sun, Oct 3, 2010 at 9:06 PM, Jon Grant <jg-hus3n9K41k0@public.gmane.org> wrote: > Hello Michael > > On 3 October 2010 17:06, Michael Kerrisk <mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> [.] >> I've just now pushed to git a new aio(7) man pages that documents the >> aiocb structure. Also, various pages have been updated to point to the >> recently added sigevent(7) page, which documents SIGEV_*. The changes >> will be released in man-pages-3.28. > > Fantastic you have been able to add aio(7) and the sigevent(7) page is > really useful. > > > Looking at this page: > http://www.kernel.org/doc/man-pages/online/pages/man2/timer_create.2.html > > int timer_create(clockid_t clockid, struct sigevent *evp, > timer_t *timerid); > > Re parameter "struct sigevent *evp": > > I don't know if this is possible, but could the function parameters > also be hyperlinked to the structure definition page? It's a nice idea, but difficult to drive this from my current scripts. > Thank you again for adding aio(7). You're welcome. Cheers, Michael -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Author of "The Linux Programming Interface"; http://man7.org/tlpi/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-10-04 4:31 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2010-09-16 11:20 struct aiocb structure man page Jon Grant [not found] ` <AANLkTimurYOmpjhewOJTKnR1LNeFA9E4JY+kAPn6uh5A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 2010-10-03 16:06 ` Michael Kerrisk [not found] ` <AANLkTi=n8mtx9aE75V_bmdH_RSaa5mf6k0UVXQrv0miu-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 2010-10-03 19:06 ` Jon Grant [not found] ` <AANLkTi=4SaK0xHJzgn8kDKw_Cs4YGykFbVQd8Dh9kzDr-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 2010-10-04 4:31 ` Michael Kerrisk
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).