spu_create.2: Relocate paragraph on 'mode' argument

This paragraph is a little bit hidden at the end of DESCRIPTION;
make it a little more prominent.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-11-27 11:05:44 +01:00
parent 42c7a19c5f
commit c15912550f
1 changed files with 12 additions and 12 deletions

View File

@ -77,6 +77,18 @@ this usually occurs when the file descriptor returned by
is closed.
.PP
The
.I mode
argument (minus any bits set in the process's
.BR umask (2))
specifies the permissions used for creating the new directory in
.BR spufs .
See
.BR stat (2)
for a full list of the possible
.I mode
values.
.PP
The
.I flags
argument can be zero or any bitwise OR-ed
combination of the following constants:
@ -152,18 +164,6 @@ argument.
Create a context with affinity to system memory.
This affinity information
is used within the SPU scheduling algorithm.
.PP
The
.I mode
argument (minus any bits set in the process's
.BR umask (2))
specifies the permissions used for creating the new directory in
.BR spufs .
See
.BR stat (2)
for a full list of the possible
.I mode
values.
.SH RETURN VALUE
On success,
.BR spu_create ()