* [PATCH 1/2] ptrace.2: tfix
@ 2016-11-27 13:34 Jakub Wilk
[not found] ` <20161127133403.9319-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Jakub Wilk @ 2016-11-27 13:34 UTC (permalink / raw)
To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
---
man2/ptrace.2 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/man2/ptrace.2 b/man2/ptrace.2
index bd76099..0ff73fa 100644
--- a/man2/ptrace.2
+++ b/man2/ptrace.2
@@ -1600,7 +1600,7 @@ Note that all mentions
apply equally to
.BR PTRACE_SYSEMU_SINGLESTEP.
.LP
-However, even if the tracee is was continued using
+However, even if the tracee was continued using
.BR PTRACE_SYSCALL
, it is not guaranteed that the next stop will be a syscall-exit-stop.
Other possibilities are that the tracee may stop in a
@@ -1702,7 +1702,7 @@ always followed by syscall-exit-stop,
stop, or the tracee's death;
no other kinds of ptrace-stop can occur in between.
However, note that seccomp stops (see below) can cause syscall-exit-stops,
-without preceeding syscall-entry-stops.
+without preceding syscall-entry-stops.
If seccomp is in use, care needs
to be taken not to misinterpret such stops as syscall-entry-stops.
.LP
@@ -1781,7 +1781,7 @@ will cause syscall-exit-stops,
the system call number may be changed and any other modified registers
are visible to the to-be-executed system call as well).
Note that there may be,
-but need not have been a preceeding syscall-entry-stop.
+but need not have been a preceding syscall-entry-stop.
After a
.BR PTRACE_EVENT_SECCOMP
--
2.10.2
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 4+ messages in thread[parent not found: <20161127133403.9319-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>]
* [PATCH 2/2] random.7: tfix [not found] ` <20161127133403.9319-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org> @ 2016-11-27 13:34 ` Jakub Wilk [not found] ` <20161127133403.9319-2-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org> 2016-11-27 17:58 ` [PATCH 1/2] ptrace.2: tfix Michael Kerrisk (man-pages) 1 sibling, 1 reply; 4+ messages in thread From: Jakub Wilk @ 2016-11-27 13:34 UTC (permalink / raw) To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org> --- man7/random.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/random.7 b/man7/random.7 index 8421c49..18c442f 100644 --- a/man7/random.7 +++ b/man7/random.7 @@ -105,7 +105,7 @@ or when reading from .I /dev/random increases code complexity. .\" -.SS Monte Carlo and other probabalistic sampling applications +.SS Monte Carlo and other probabilistic sampling applications Using these interfaces to provide large quantities of data for Monte Carlo simulations or other programs/algorithms which are doing probabilistic sampling will be slow. -- 2.10.2 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply related [flat|nested] 4+ messages in thread
[parent not found: <20161127133403.9319-2-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>]
* Re: [PATCH 2/2] random.7: tfix [not found] ` <20161127133403.9319-2-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org> @ 2016-11-27 17:59 ` Michael Kerrisk (man-pages) 0 siblings, 0 replies; 4+ messages in thread From: Michael Kerrisk (man-pages) @ 2016-11-27 17:59 UTC (permalink / raw) To: Jakub Wilk Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA On 11/27/2016 02:34 PM, Jakub Wilk wrote: > Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org> Thanks, Jakub. Applied. Cheers, Michael > --- > man7/random.7 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man7/random.7 b/man7/random.7 > index 8421c49..18c442f 100644 > --- a/man7/random.7 > +++ b/man7/random.7 > @@ -105,7 +105,7 @@ or when reading from > .I /dev/random > increases code complexity. > .\" > -.SS Monte Carlo and other probabalistic sampling applications > +.SS Monte Carlo and other probabilistic sampling applications > Using these interfaces to provide large quantities of data for > Monte Carlo simulations or other programs/algorithms which are > doing probabilistic sampling will be slow. > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] ptrace.2: tfix [not found] ` <20161127133403.9319-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org> 2016-11-27 13:34 ` [PATCH 2/2] random.7: tfix Jakub Wilk @ 2016-11-27 17:58 ` Michael Kerrisk (man-pages) 1 sibling, 0 replies; 4+ messages in thread From: Michael Kerrisk (man-pages) @ 2016-11-27 17:58 UTC (permalink / raw) To: Jakub Wilk Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA On 11/27/2016 02:34 PM, Jakub Wilk wrote: > Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org> Thanks, Jakub. Applied. Cheers, Michael > --- > man2/ptrace.2 | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/man2/ptrace.2 b/man2/ptrace.2 > index bd76099..0ff73fa 100644 > --- a/man2/ptrace.2 > +++ b/man2/ptrace.2 > @@ -1600,7 +1600,7 @@ Note that all mentions > apply equally to > .BR PTRACE_SYSEMU_SINGLESTEP. > .LP > -However, even if the tracee is was continued using > +However, even if the tracee was continued using > .BR PTRACE_SYSCALL > , it is not guaranteed that the next stop will be a syscall-exit-stop. > Other possibilities are that the tracee may stop in a > @@ -1702,7 +1702,7 @@ always followed by syscall-exit-stop, > stop, or the tracee's death; > no other kinds of ptrace-stop can occur in between. > However, note that seccomp stops (see below) can cause syscall-exit-stops, > -without preceeding syscall-entry-stops. > +without preceding syscall-entry-stops. > If seccomp is in use, care needs > to be taken not to misinterpret such stops as syscall-entry-stops. > .LP > @@ -1781,7 +1781,7 @@ will cause syscall-exit-stops, > the system call number may be changed and any other modified registers > are visible to the to-be-executed system call as well). > Note that there may be, > -but need not have been a preceeding syscall-entry-stop. > +but need not have been a preceding syscall-entry-stop. > > After a > .BR PTRACE_EVENT_SECCOMP > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-11-27 17:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-27 13:34 [PATCH 1/2] ptrace.2: tfix Jakub Wilk
[not found] ` <20161127133403.9319-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-11-27 13:34 ` [PATCH 2/2] random.7: tfix Jakub Wilk
[not found] ` <20161127133403.9319-2-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-11-27 17:59 ` Michael Kerrisk (man-pages)
2016-11-27 17:58 ` [PATCH 1/2] ptrace.2: tfix Michael Kerrisk (man-pages)
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).