OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man2 / spu_run.2
index 0632f46..87cef46 100644 (file)
@@ -105,7 +105,7 @@ On success,
 returns the value of the
 .I spu_status
 register.
-On error it returns \-1 and sets
+On error, it returns \-1 and sets
 .I errno
 to one of the error codes listed below.
 
@@ -144,7 +144,7 @@ SPU has tried to access an invalid channel.
 The bits masked with this value contain the code returned from a
 .BR stop-and-signal
 instruction.
-These bits are only valid if the 0x02 bit is set.
+These bits are valid only if the 0x02 bit is set.
 .PP
 If
 .BR spu_run ()
@@ -190,7 +190,7 @@ The
 .BR spu_run ()
 system call was added to Linux in kernel 2.6.16.
 .SH CONFORMING TO
-This call is Linux-specific and only implemented by the PowerPC
+This call is Linux-specific and implemented only by the PowerPC
 architecture.
 Programs using this system call are not portable.
 .SH NOTES
@@ -266,3 +266,12 @@ int main(void)
 .BR spu_create (2),
 .BR capabilities (7),
 .BR spufs (7)
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.