summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Inglis <Brian.Inglis@Shaw.ca>2023-02-08 13:27:24 -0700
committerAlejandro Colomar <alx@kernel.org>2023-02-08 22:14:05 +0100
commit3c2a33058b997975e977531cb299b5c0ad067239 (patch)
tree75590b8bd23956964d1cd492875c12b318aaedeb
parentc996da21b5e4ca190d1fabdb75d47c3a5f543aa2 (diff)
spu_run.2: Fix example comment status code or-ed value
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man2/spu_run.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/spu_run.2 b/man2/spu_run.2
index f64b875b0..720a49997 100644
--- a/man2/spu_run.2
+++ b/man2/spu_run.2
@@ -245,7 +245,7 @@ int main(void)
err(EXIT_FAILURE, "open");
/*
- * We should see a status code of 0x1234002:
+ * We should see a status code of 0x12340002:
* 0x00000002 (spu was stopped due to stop\-and\-signal)
* | 0x12340000 (the stop\-and\-signal code)
*/