* [PATCH] mallopt.3: ffix
@ 2012-03-23 21:49 David Prévot
[not found] ` <1332539395-4867-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: David Prévot @ 2012-03-23 21:49 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, David Prévot
Author: Denis Barbier <bouzim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
man3/mallopt.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/man3/mallopt.3 b/man3/mallopt.3
index bab7dd0..f8848ab 100644
--- a/man3/mallopt.3
+++ b/man3/mallopt.3
@@ -483,9 +483,9 @@ $ \fB./a.out\fP
/lib/libc.so.6(+0x6c501)[0x523501]
/lib/libc.so.6(+0x6dd70)[0x524d70]
/lib/libc.so.6(cfree+0x6d)[0x527e5d]
-./a.out[0x80485db]
+\&./a.out[0x80485db]
/lib/libc.so.6(__libc_start_main+0xe7)[0x4cdce7]
-./a.out[0x8048471]
+\&./a.out[0x8048471]
======= Memory map: ========
001e4000\-001fe000 r\-xp 00000000 08:06 1083555 /lib/libgcc_s.so.1
001fe000\-001ff000 r\-\-p 00019000 08:06 1083555 /lib/libgcc_s.so.1
--
1.7.9.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
* Re: [PATCH] mallopt.3: ffix
[not found] ` <1332539395-4867-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
@ 2012-03-23 22:44 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2012-03-23 22:44 UTC (permalink / raw)
To: David Prévot; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
Thanks for forwarding that, David. Applied.
On Sat, Mar 24, 2012 at 10:49 AM, David Prévot <taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> wrote:
> Author: Denis Barbier <bouzim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> ---
> man3/mallopt.3 | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/man3/mallopt.3 b/man3/mallopt.3
> index bab7dd0..f8848ab 100644
> --- a/man3/mallopt.3
> +++ b/man3/mallopt.3
> @@ -483,9 +483,9 @@ $ \fB./a.out\fP
> /lib/libc.so.6(+0x6c501)[0x523501]
> /lib/libc.so.6(+0x6dd70)[0x524d70]
> /lib/libc.so.6(cfree+0x6d)[0x527e5d]
> -./a.out[0x80485db]
> +\&./a.out[0x80485db]
> /lib/libc.so.6(__libc_start_main+0xe7)[0x4cdce7]
> -./a.out[0x8048471]
> +\&./a.out[0x8048471]
> ======= Memory map: ========
> 001e4000\-001fe000 r\-xp 00000000 08:06 1083555 /lib/libgcc_s.so.1
> 001fe000\-001ff000 r\-\-p 00019000 08:06 1083555 /lib/libgcc_s.so.1
> --
> 1.7.9.1
>
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface"; http://man7.org/tlpi/
--
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
* [PATCH] mallopt.3: ffix
@ 2012-04-18 22:06 Simon Paillard
[not found] ` <1334786796-13418-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Simon Paillard @ 2012-04-18 22:06 UTC (permalink / raw)
To: linux-man-u79uwXL29TY76Z2rM5mHXA; +Cc: Simon Paillard
---
man3/mallopt.3 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/man3/mallopt.3 b/man3/mallopt.3
index 1f69875..ddb1aed 100644
--- a/man3/mallopt.3
+++ b/man3/mallopt.3
@@ -497,7 +497,7 @@ Aborted (core dumped)
.in
.PP
The following runs show the results when employing other values for
-.BR M_CHECK_ACTION:
+.BR M_CHECK_ACTION :
.PP
.in +4n
.nf
--
1.7.2.5
--
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] mallopt.3: ffix
[not found] ` <1334786796-13418-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
@ 2012-04-20 18:48 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2012-04-20 18:48 UTC (permalink / raw)
To: Simon Paillard; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
On Thu, Apr 19, 2012 at 10:06 AM, Simon Paillard <spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> wrote:
> ---
> man3/mallopt.3 | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/man3/mallopt.3 b/man3/mallopt.3
> index 1f69875..ddb1aed 100644
> --- a/man3/mallopt.3
> +++ b/man3/mallopt.3
> @@ -497,7 +497,7 @@ Aborted (core dumped)
> .in
> .PP
> The following runs show the results when employing other values for
> -.BR M_CHECK_ACTION:
> +.BR M_CHECK_ACTION :
> .PP
> .in +4n
> .nf
> --
> 1.7.2.5
Thanks Simon. Applied for 3.40.
Cheers,
Michael
--
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:[~2012-04-20 18:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-23 21:49 [PATCH] mallopt.3: ffix David Prévot
[not found] ` <1332539395-4867-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2012-03-23 22:44 ` Michael Kerrisk (man-pages)
-- strict thread matches above, loose matches on Subject: below --
2012-04-18 22:06 Simon Paillard
[not found] ` <1334786796-13418-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2012-04-20 18:48 ` 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