From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Kerrisk Subject: Re: struct aiocb structure man page Date: Sun, 3 Oct 2010 18:06:26 +0200 Message-ID: References: Reply-To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: In-Reply-To: Sender: linux-man-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Jon Grant Cc: linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-man@vger.kernel.org Hello Jon, On Thu, Sep 16, 2010 at 1:20 PM, Jon Grant 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