[Cbe-oss-dev] [PATCH 1/2] [manpages] spufs.7: clarify ibox description
Michael Kerrisk
mtk.manpages at googlemail.com
Thu Dec 20 22:24:54 EST 2007
Applied for man-pages-2.74.
thanks Jeremy!
Jeremy Kerr wrote:
> Add a little information about the differences to mbox
>
> Signed-off-by: Jeremy Kerr <jk at ozlabs.org>
>
> ---
>
> spufs.7 | 13 +++++++++++--
> 1 file changed, 11 insertions(+), 2 deletions(-)
>
> Index: manpages/spufs.7
> ===================================================================
> --- manpages.orig/spufs.7
> +++ manpages/spufs.7
> @@ -198,9 +198,18 @@ the data buffer and the value four is re
> .I /ibox
> The second SPU-to-CPU communication mailbox.
> This file is similar to the first mailbox file, but can be read
> -in blocking I/O mode, thus
> +in blocking I/O mode, thus calling
> +.BR read (2)
> +on an open
> +.I ibox
> +file will block until the SPU has written data to its interrupt mailbox
> +channel (unless the file has been opened with
> +.BR O_NONBLOCK ,
> +see below). Also,
> .BR poll (2)
> -and similar system calls can be used to monitor this file.
> +and similar system calls can be used to monitor for the presence
> +of mailbox data.
> +
> The possible operations on an open
> .I ibox
> file are:
>
--
Michael Kerrisk
Maintainer of the Linux man-pages project
http://www.kernel.org/doc/man-pages/
Want to report a man-pages bug? Look here:
http://www.kernel.org/doc/man-pages/reporting_bugs.html
More information about the cbe-oss-dev
mailing list