summaryrefslogtreecommitdiffstats
path: root/man/stapprobes.signal.3stap.in
diff options
context:
space:
mode:
Diffstat (limited to 'man/stapprobes.signal.3stap.in')
-rw-r--r--man/stapprobes.signal.3stap.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/man/stapprobes.signal.3stap.in b/man/stapprobes.signal.3stap.in
index 9b7ccd5f..cdaa51b9 100644
--- a/man/stapprobes.signal.3stap.in
+++ b/man/stapprobes.signal.3stap.in
@@ -74,7 +74,7 @@ Fires when return from sending a signal
.RS
.RS
-- return 0 if the signal is sucessfully sent to a process,
+- return 0 if the signal is successfully sent to a process,
which means the following:
<1> the signal is ignored by receiving process
@@ -90,7 +90,7 @@ by user using something other than kill()
Return values for "send_group_sigqueue"
.RS
-- return 0 if the signal is either sucessfully added into the
+- return 0 if the signal is either successfully added into the
sigqueue of receiving process or a SI_TIMER entry is already
queued so just increment the overrun count
@@ -100,7 +100,7 @@ queued so just increment the overrun count
Return values for "send_sigqueue"
.RS
-- return 0 if the signal is either sucessfully added into the
+- return 0 if the signal is either successfully added into the
sigqueue of receiving process or a SI_TIMER entry is already
queued so just increment the overrun count
@@ -186,8 +186,8 @@ Fires when wake up the process for new active signals
indicate whether to wake up a task in STOPPED or TRACED state
.I state_mask
- a string representation indicate the mask of task states
-that can be woken. Possible values are
+ a string representation indicate the mask of task states
+that can be woken. Possible values are
(TASK_INTERRUPTIBLE|TASK_STOPPED|TASK_TRACED) and
TASK_INTERRUPTIBLE.