All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] move_pages.2: ffix
@ 2021-04-24 20:00 Dmitry V. Levin
  2021-04-26 18:27 ` Alejandro Colomar (man-pages)
  0 siblings, 1 reply; 4+ messages in thread
From: Dmitry V. Levin @ 2021-04-24 20:00 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
---
 man2/move_pages.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/move_pages.2 b/man2/move_pages.2
index 279de7568..69c182f95 100644
--- a/man2/move_pages.2
+++ b/man2/move_pages.2
@@ -24,7 +24,7 @@ move_pages \- move individual pages of a process to another node
 .nf
 .B #include <numaif.h>
 .PP
-.BI "long move_pages(int " pid ", unsigned long count, void **" pages ,
+.BI "long move_pages(int " pid ", unsigned long " count ", void **" pages ,
 .BI "                const int *" nodes ", int *" status ", int " flags );
 .fi
 .PP
-- 
ldv

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

* Re: [PATCH] move_pages.2: ffix
  2021-04-24 20:00 [PATCH] move_pages.2: ffix Dmitry V. Levin
@ 2021-04-26 18:27 ` Alejandro Colomar (man-pages)
  0 siblings, 0 replies; 4+ messages in thread
From: Alejandro Colomar (man-pages) @ 2021-04-26 18:27 UTC (permalink / raw)
  To: Dmitry V. Levin, Michael Kerrisk; +Cc: linux-man

Hi Dmitry,

On 4/24/21 10:00 PM, Dmitry V. Levin wrote:
> Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>

Patch applied.

Thanks,

Alex

> ---
>   man2/move_pages.2 | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man2/move_pages.2 b/man2/move_pages.2
> index 279de7568..69c182f95 100644
> --- a/man2/move_pages.2
> +++ b/man2/move_pages.2
> @@ -24,7 +24,7 @@ move_pages \- move individual pages of a process to another node
>   .nf
>   .B #include <numaif.h>
>   .PP
> -.BI "long move_pages(int " pid ", unsigned long count, void **" pages ,
> +.BI "long move_pages(int " pid ", unsigned long " count ", void **" pages ,
>   .BI "                const int *" nodes ", int *" status ", int " flags );
>   .fi
>   .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

* Re: [patch] move_pages.2: ffix
  2021-05-06 11:43 [patch] " Akihiro Motoki
@ 2021-05-06 12:02 ` Alejandro Colomar (man-pages)
  0 siblings, 0 replies; 4+ messages in thread
From: Alejandro Colomar (man-pages) @ 2021-05-06 12:02 UTC (permalink / raw)
  To: Akihiro Motoki, linux-man; +Cc: Michael Kerrisk (man-pages)

Hello Akihiro,

Patch applied.

Thanks,

Alex

On 5/6/21 1:43 PM, Akihiro Motoki wrote:
> diff --git a/man2/move_pages.2 b/man2/move_pages.2
> index 279de7568..8350b699c 100644
> --- a/man2/move_pages.2
> +++ b/man2/move_pages.2
> @@ -180,6 +180,7 @@ The number of nonmigrated pages if they were the
> result of nonfatal
>   reasons (since
>   .\" commit a49bd4d7163707de377aee062f17befef6da891b
>   Linux 4.17).
> +.TP
>   .B E2BIG
>   Too many pages to move.
>   Since Linux 2.6.29,
> 


-- 
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

* [patch] move_pages.2: ffix
@ 2021-05-06 11:43 Akihiro Motoki
  2021-05-06 12:02 ` Alejandro Colomar (man-pages)
  0 siblings, 1 reply; 4+ messages in thread
From: Akihiro Motoki @ 2021-05-06 11:43 UTC (permalink / raw)
  To: linux-man; +Cc: alx.manpages, Michael Kerrisk (man-pages)

diff --git a/man2/move_pages.2 b/man2/move_pages.2
index 279de7568..8350b699c 100644
--- a/man2/move_pages.2
+++ b/man2/move_pages.2
@@ -180,6 +180,7 @@ The number of nonmigrated pages if they were the
result of nonfatal
 reasons (since
 .\" commit a49bd4d7163707de377aee062f17befef6da891b
 Linux 4.17).
+.TP
 .B E2BIG
 Too many pages to move.
 Since Linux 2.6.29,

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-24 20:00 [PATCH] move_pages.2: ffix Dmitry V. Levin
2021-04-26 18:27 ` Alejandro Colomar (man-pages)
2021-05-06 11:43 [patch] " Akihiro Motoki
2021-05-06 12:02 ` Alejandro Colomar (man-pages)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.