public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] madvise.2: tfix
@ 2011-09-22  2:13 David Prévot
       [not found] ` <1316657626-30903-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: David Prévot @ 2011-09-22  2:13 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, David Prévot


Signed-off-by: David Prévot <taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
---
 man2/madvise.2 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/man2/madvise.2 b/man2/madvise.2
index 59e6846..c87877c 100644
--- a/man2/madvise.2
+++ b/man2/madvise.2
@@ -226,9 +226,9 @@ to replace them with huge pages.
 The kernel will also allocate huge pages directly when the region is
 naturally aligned to the huge page size (see
 .BR posix_memalign (2)).
-This feature is primarily aimmed at applications that use large mappings of
+This feature is primarily aimed at applications that use large mappings of
 data and access large regions of that memory at a time (e.g. virtualization
-systems such as qemu).
+systems such as QEMU).
 It can very easily waste memory (e.g. a 2MB mapping that only ever accesses
 1 byte will result in 2MB of wired memory instead of one 4KB page).
 See the kernel source file
-- 
1.7.6.3

--
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] madvise.2: tfix
       [not found] ` <1316657626-30903-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
@ 2011-09-22  2:59   ` Michael Kerrisk
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk @ 2011-09-22  2:59 UTC (permalink / raw)
  To: David Prévot; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Hi David

On Thu, Sep 22, 2011 at 4:13 AM, David Prévot <taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> wrote:
>
> Signed-off-by: David Prévot <taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>

Thanks.

Applied for 3.34.

Cheers,

Michael

> ---
>  man2/madvise.2 |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> diff --git a/man2/madvise.2 b/man2/madvise.2
> index 59e6846..c87877c 100644
> --- a/man2/madvise.2
> +++ b/man2/madvise.2
> @@ -226,9 +226,9 @@ to replace them with huge pages.
>  The kernel will also allocate huge pages directly when the region is
>  naturally aligned to the huge page size (see
>  .BR posix_memalign (2)).
> -This feature is primarily aimmed at applications that use large mappings of
> +This feature is primarily aimed at applications that use large mappings of
>  data and access large regions of that memory at a time (e.g. virtualization
> -systems such as qemu).
> +systems such as QEMU).
>  It can very easily waste memory (e.g. a 2MB mapping that only ever accesses
>  1 byte will result in 2MB of wired memory instead of one 4KB page).
>  See the kernel source file
> --
> 1.7.6.3
>
>



-- 
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] madvise.2: tfix
@ 2021-12-03 17:28 Matheus Tavares
  2021-12-06 19:20 ` Alejandro Colomar (man-pages)
  0 siblings, 1 reply; 4+ messages in thread
From: Matheus Tavares @ 2021-12-03 17:28 UTC (permalink / raw)
  To: linux-man; +Cc: Alejandro Colomar, Michael Kerrisk

Add a missing period.

Signed-off-by: Matheus Tavares <matheus.bernardino@usp.br>
---
 man2/madvise.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/madvise.2 b/man2/madvise.2
index f1f384c0c..cdcc6cbfe 100644
--- a/man2/madvise.2
+++ b/man2/madvise.2
@@ -62,7 +62,7 @@ about the address range beginning at address
 .I addr
 and with size
 .I length
-bytes
+bytes.
 In most cases,
 the goal of such advice is to improve system or application performance.
 .PP
-- 
2.34.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] madvise.2: tfix
  2021-12-03 17:28 Matheus Tavares
@ 2021-12-06 19:20 ` Alejandro Colomar (man-pages)
  0 siblings, 0 replies; 4+ messages in thread
From: Alejandro Colomar (man-pages) @ 2021-12-06 19:20 UTC (permalink / raw)
  To: Matheus Tavares, linux-man; +Cc: Michael Kerrisk

Hello Matheus,

On 12/3/21 18:28, Matheus Tavares wrote:
> Add a missing period.
> 
> Signed-off-by: Matheus Tavares <matheus.bernardino@usp.br>

Patch applied.

Thanks,

Alex

> ---
>   man2/madvise.2 | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man2/madvise.2 b/man2/madvise.2
> index f1f384c0c..cdcc6cbfe 100644
> --- a/man2/madvise.2
> +++ b/man2/madvise.2
> @@ -62,7 +62,7 @@ about the address range beginning at address
>   .I addr
>   and with size
>   .I length
> -bytes
> +bytes.
>   In most cases,
>   the goal of such advice is to improve system or application performance.
>   .PP
> 


-- 
Alejandro Colomar
Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/
http://www.alejandro-colomar.es/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-12-06 19:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-22  2:13 [PATCH] madvise.2: tfix David Prévot
     [not found] ` <1316657626-30903-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2011-09-22  2:59   ` Michael Kerrisk
  -- strict thread matches above, loose matches on Subject: below --
2021-12-03 17:28 Matheus Tavares
2021-12-06 19:20 ` Alejandro Colomar (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox