summaryrefslogtreecommitdiffstats
path: root/man2/spu_run.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/spu_run.2')
-rw-r--r--man2/spu_run.218
1 files changed, 9 insertions, 9 deletions
diff --git a/man2/spu_run.2 b/man2/spu_run.2
index d96592726..dd0bf8115 100644
--- a/man2/spu_run.2
+++ b/man2/spu_run.2
@@ -29,7 +29,7 @@ Standard C library
glibc provides no wrapper for
.BR spu_run (),
necessitating the use of
-.BR syscall (2).
+.MR syscall 2 .
.SH DESCRIPTION
The
.BR spu_run ()
@@ -39,7 +39,7 @@ Processor Units (SPUs).
The
.I fd
argument is a file descriptor returned by
-.BR spu_create (2)
+.MR spu_create 2
that refers to a specific SPU context.
When the context gets scheduled to a physical SPU,
it starts execution at the instruction pointer passed in
@@ -52,7 +52,7 @@ If there is a need
to execute SPU code in parallel with other code on either the
main CPU or other SPUs, a new thread of execution must be created
first (e.g., using
-.BR pthread_create (3)).
+.MR pthread_create 3 ).
.P
When
.BR spu_run ()
@@ -162,7 +162,7 @@ is non-NULL and an invalid pointer.
A signal occurred while
.BR spu_run ()
was in progress; see
-.BR signal (7).
+.MR signal 7 .
The
.I npc
value has been updated to the new program counter value if
@@ -171,7 +171,7 @@ necessary.
.B EINVAL
.I fd
is not a valid file descriptor returned from
-.BR spu_create (2).
+.MR spu_create 2 .
.TP
.B ENOMEM
There was not enough memory available to handle a page fault
@@ -254,7 +254,7 @@ int main(void)
.\" .SH AUTHORS
.\" Arnd Bergmann <arndb@de.ibm.com>, Jeremy Kerr <jk@ozlabs.org>
.SH SEE ALSO
-.BR close (2),
-.BR spu_create (2),
-.BR capabilities (7),
-.BR spufs (7)
+.MR close 2 ,
+.MR spu_create 2 ,
+.MR capabilities 7 ,
+.MR spufs 7