* [PATCH 1/2] mtrace.3: tfix
@ 2016-10-31 10:10 Jakub Wilk
[not found] ` <20161031101043.8201-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Jakub Wilk @ 2016-10-31 10:10 UTC (permalink / raw)
To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
---
man3/mtrace.3 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man3/mtrace.3 b/man3/mtrace.3
index 20efff1..537d1fc 100644
--- a/man3/mtrace.3
+++ b/man3/mtrace.3
@@ -88,7 +88,7 @@ T{
.BR muntrace ()
T} Thread safety MT-Unsafe
.TE
-.\" FIXME: The marking is different from that in theglibc manual,
+.\" FIXME: The marking is different from that in the glibc manual,
.\" markings in glibc manual are more detailed:
.\"
.\" mtrace: MT-Unsafe env race:mtrace const:malloc_hooks init
--
2.10.1
--
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: <20161031101043.8201-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>]
* [PATCH 2/2] perf_event_open.2: tfix [not found] ` <20161031101043.8201-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org> @ 2016-10-31 10:10 ` Jakub Wilk [not found] ` <20161031101043.8201-2-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org> 2016-10-31 11:54 ` [PATCH 1/2] mtrace.3: tfix Michael Kerrisk (man-pages) 1 sibling, 1 reply; 4+ messages in thread From: Jakub Wilk @ 2016-10-31 10:10 UTC (permalink / raw) To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org> --- man2/perf_event_open.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2 index 6d77d97..0c757cc 100644 --- a/man2/perf_event_open.2 +++ b/man2/perf_event_open.2 @@ -790,7 +790,7 @@ the register values will return kernel register state if the overflow happened while kernel code is running. If the CPU supports hardware sampling of -register state (i.e.,, PEBS on Intel x86) and +register state (i.e., PEBS on Intel x86) and .I precise_ip is set higher than zero then the register values returned are those captured by @@ -1003,7 +1003,7 @@ See also the description of .TP .IR "mmap_data" " (since Linux 2.6.36)" .\" commit 3af9e859281bda7eb7c20b51879cf43aa788ac2e -Ths the counterpart of the +This is the counterpart of the .I mmap field. This enables generation of -- 2.10.1 -- 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: <20161031101043.8201-2-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>]
* Re: [PATCH 2/2] perf_event_open.2: tfix [not found] ` <20161031101043.8201-2-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org> @ 2016-10-31 11:55 ` Michael Kerrisk (man-pages) 0 siblings, 0 replies; 4+ messages in thread From: Michael Kerrisk (man-pages) @ 2016-10-31 11:55 UTC (permalink / raw) To: Jakub Wilk Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA On 10/31/2016 11:10 AM, Jakub Wilk wrote: > Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org> Thanks, Jakub. Patch applied. Thanks for your continuous work on catching these many small glitches! Cheers, Michael > --- > man2/perf_event_open.2 | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2 > index 6d77d97..0c757cc 100644 > --- a/man2/perf_event_open.2 > +++ b/man2/perf_event_open.2 > @@ -790,7 +790,7 @@ the register values will return kernel register > state if the overflow happened while kernel > code is running. > If the CPU supports hardware sampling of > -register state (i.e.,, PEBS on Intel x86) and > +register state (i.e., PEBS on Intel x86) and > .I precise_ip > is set higher than zero then the register > values returned are those captured by > @@ -1003,7 +1003,7 @@ See also the description of > .TP > .IR "mmap_data" " (since Linux 2.6.36)" > .\" commit 3af9e859281bda7eb7c20b51879cf43aa788ac2e > -Ths the counterpart of the > +This is the counterpart of the > .I mmap > field. > This enables generation of > -- 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] mtrace.3: tfix [not found] ` <20161031101043.8201-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org> 2016-10-31 10:10 ` [PATCH 2/2] perf_event_open.2: tfix Jakub Wilk @ 2016-10-31 11:54 ` Michael Kerrisk (man-pages) 1 sibling, 0 replies; 4+ messages in thread From: Michael Kerrisk (man-pages) @ 2016-10-31 11:54 UTC (permalink / raw) To: Jakub Wilk Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA On 10/31/2016 11:10 AM, Jakub Wilk wrote: > Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org> Thanks, Jakub. Patch applied. Cheers, Michael > --- > man3/mtrace.3 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man3/mtrace.3 b/man3/mtrace.3 > index 20efff1..537d1fc 100644 > --- a/man3/mtrace.3 > +++ b/man3/mtrace.3 > @@ -88,7 +88,7 @@ T{ > .BR muntrace () > T} Thread safety MT-Unsafe > .TE > -.\" FIXME: The marking is different from that in theglibc manual, > +.\" FIXME: The marking is different from that in the glibc manual, > .\" markings in glibc manual are more detailed: > .\" > .\" mtrace: MT-Unsafe env race:mtrace const:malloc_hooks init > -- 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-10-31 11:55 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-31 10:10 [PATCH 1/2] mtrace.3: tfix Jakub Wilk
[not found] ` <20161031101043.8201-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-10-31 10:10 ` [PATCH 2/2] perf_event_open.2: tfix Jakub Wilk
[not found] ` <20161031101043.8201-2-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-10-31 11:55 ` Michael Kerrisk (man-pages)
2016-10-31 11:54 ` [PATCH 1/2] mtrace.3: 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).