* [PATCH 1/2] perf_event_open.2: cfix
@ 2014-02-01 20:24 David Prévot
[not found] ` <1391286290-24188-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: David Prévot @ 2014-02-01 20:24 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, David Prévot
---
man2/perf_event_open.2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2
index eaeb9c0..3f40fad 100644
--- a/man2/perf_event_open.2
+++ b/man2/perf_event_open.2
@@ -2052,7 +2052,7 @@ Synchronous abort (related to the reported instruction).
Asynchronous abort (not related to the reported instruction).
.TP
.B PERF_TXN_RETRY
-retryable abort (retrying the transaction may have succeeded).
+Retryable abort (retrying the transaction may have succeeded).
.TP
.B PERF_TXN_CONFLICT
Abort due to memory conflicts with other threads.
--
1.9.rc1
--
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
* [PATCH 2/2] ptrace.2: pfix
[not found] ` <1391286290-24188-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
@ 2014-02-01 20:24 ` David Prévot
[not found] ` <1391286290-24188-2-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2014-02-04 9:03 ` [PATCH 1/2] perf_event_open.2: cfix Michael Kerrisk (man-pages)
1 sibling, 1 reply; 4+ messages in thread
From: David Prévot @ 2014-02-01 20:24 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, David Prévot
---
man2/ptrace.2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man2/ptrace.2 b/man2/ptrace.2
index 040ff57..c77f7cf 100644
--- a/man2/ptrace.2
+++ b/man2/ptrace.2
@@ -341,7 +341,7 @@ the
field includes information
.RB ( __SI_CHLD ,
.BR __SI_FAULT ,
-etc.), that are not otherwise exposed to user space.
+etc.) that are not otherwise exposed to user space.
.PP
.in +10n
.nf
--
1.9.rc1
--
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
* Re: [PATCH 1/2] perf_event_open.2: cfix
[not found] ` <1391286290-24188-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2014-02-01 20:24 ` [PATCH 2/2] ptrace.2: pfix David Prévot
@ 2014-02-04 9:03 ` Michael Kerrisk (man-pages)
1 sibling, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2014-02-04 9:03 UTC (permalink / raw)
To: David Prévot
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
linux-man-u79uwXL29TY76Z2rM5mHXA
Applied. Thanks, David.
Cheers,
Michael
On 02/01/2014 09:24 PM, David Prévot wrote:
> ---
> man2/perf_event_open.2 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2
> index eaeb9c0..3f40fad 100644
> --- a/man2/perf_event_open.2
> +++ b/man2/perf_event_open.2
> @@ -2052,7 +2052,7 @@ Synchronous abort (related to the reported instruction).
> Asynchronous abort (not related to the reported instruction).
> .TP
> .B PERF_TXN_RETRY
> -retryable abort (retrying the transaction may have succeeded).
> +Retryable abort (retrying the transaction may have succeeded).
> .TP
> .B PERF_TXN_CONFLICT
> Abort due to memory conflicts with other threads.
>
--
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 2/2] ptrace.2: pfix
[not found] ` <1391286290-24188-2-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
@ 2014-02-04 9:03 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2014-02-04 9:03 UTC (permalink / raw)
To: David Prévot
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
linux-man-u79uwXL29TY76Z2rM5mHXA
Applied. Thanks, David.
Cheers,
Michael
On 02/01/2014 09:24 PM, David Prévot wrote:
> ---
> man2/ptrace.2 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man2/ptrace.2 b/man2/ptrace.2
> index 040ff57..c77f7cf 100644
> --- a/man2/ptrace.2
> +++ b/man2/ptrace.2
> @@ -341,7 +341,7 @@ the
> field includes information
> .RB ( __SI_CHLD ,
> .BR __SI_FAULT ,
> -etc.), that are not otherwise exposed to user space.
> +etc.) that are not otherwise exposed to user space.
> .PP
> .in +10n
> .nf
>
--
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:[~2014-02-04 9:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-01 20:24 [PATCH 1/2] perf_event_open.2: cfix David Prévot
[not found] ` <1391286290-24188-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2014-02-01 20:24 ` [PATCH 2/2] ptrace.2: pfix David Prévot
[not found] ` <1391286290-24188-2-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2014-02-04 9:03 ` Michael Kerrisk (man-pages)
2014-02-04 9:03 ` [PATCH 1/2] perf_event_open.2: cfix 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).