* [PATCH] mlock.2: tfix
@ 2011-09-18 22:39 David Prévot
[not found] ` <1316385558-17461-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: David Prévot @ 2011-09-18 22:39 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/mlock.2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/man2/mlock.2 b/man2/mlock.2
index a76690c..5db1b22 100644
--- a/man2/mlock.2
+++ b/man2/mlock.2
@@ -161,7 +161,7 @@ The result of the addition
.IR start + len
was less than
.IR start
-(e.g., the addition may have resuled in an overflow).
+(e.g., the addition may have resulted in an overflow).
.TP
.B EINVAL
(Not on Linux)
--
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] mlock.2: tfix
[not found] ` <1316385558-17461-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
@ 2011-09-19 5:09 ` Michael Kerrisk
0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk @ 2011-09-19 5:09 UTC (permalink / raw)
To: David Prévot; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
On Mon, Sep 19, 2011 at 12:39 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/mlock.2 | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/man2/mlock.2 b/man2/mlock.2
> index a76690c..5db1b22 100644
> --- a/man2/mlock.2
> +++ b/man2/mlock.2
> @@ -161,7 +161,7 @@ The result of the addition
> .IR start + len
> was less than
> .IR start
> -(e.g., the addition may have resuled in an overflow).
> +(e.g., the addition may have resulted in an overflow).
> .TP
> .B EINVAL
> (Not on Linux)
> --
> 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] mlock.2: tfix
@ 2017-01-26 15:18 Jakub Wilk
[not found] ` <20170126151830.8088-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Jakub Wilk @ 2017-01-26 15:18 UTC (permalink / raw)
To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
---
man2/mlock.2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man2/mlock.2 b/man2/mlock.2
index 9d5c1902c..7c90819b2 100644
--- a/man2/mlock.2
+++ b/man2/mlock.2
@@ -493,7 +493,7 @@ resource limit is encountered.
.\" "Rationale for RLIMIT_MEMLOCK"
.\" 23 Jan 2006
.SH SEE ALSO
-.BR minore (2),
+.BR mincore (2),
.BR mmap (2),
.BR setrlimit (2),
.BR shmctl (2),
--
2.11.0
--
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] mlock.2: tfix
[not found] ` <20170126151830.8088-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2017-01-26 19:42 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2017-01-26 19:42 UTC (permalink / raw)
To: Jakub Wilk
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
linux-man-u79uwXL29TY76Z2rM5mHXA
On 01/27/2017 04:18 AM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
> ---
Thanks, Jakub! Applied.
Cheers,
Michael
> man2/mlock.2 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man2/mlock.2 b/man2/mlock.2
> index 9d5c1902c..7c90819b2 100644
> --- a/man2/mlock.2
> +++ b/man2/mlock.2
> @@ -493,7 +493,7 @@ resource limit is encountered.
> .\" "Rationale for RLIMIT_MEMLOCK"
> .\" 23 Jan 2006
> .SH SEE ALSO
> -.BR minore (2),
> +.BR mincore (2),
> .BR mmap (2),
> .BR setrlimit (2),
> .BR shmctl (2),
>
--
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:[~2017-01-26 19:42 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-18 22:39 [PATCH] mlock.2: tfix David Prévot
[not found] ` <1316385558-17461-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2011-09-19 5:09 ` Michael Kerrisk
-- strict thread matches above, loose matches on Subject: below --
2017-01-26 15:18 Jakub Wilk
[not found] ` <20170126151830.8088-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2017-01-26 19:42 ` 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