Re: [PATCH] madvise.2: ffix
From: Michael Kerrisk <hidden>
Date: 2011-09-23 05:19:17
HI David, On Thu, Sep 22, 2011 at 9:59 PM, David Prévot [off-list ref] wrote:
Signed-off-by: David Prévot <redacted>
Thanks. Applied for 3.34. And I did a global search to catch a couple of similar instances. Cheers, Michael
quoted hunk
--- man2/madvise.2 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)diff --git a/man2/madvise.2 b/man2/madvise.2 index 59e6846..77e5aad 100644 --- a/man2/madvise.2 +++ b/man2/madvise.2@@ -201,7 +201,7 @@ Theand .BR MADV_UNMERGEABLE operations are only available if the kernel was configured with -.BR CONFIG_KSM. +.BR CONFIG_KSM . .TP .BR MADV_UNMERGEABLE " (since Linux 2.6.32)" Undo the effect of an earlier@@ -239,7 +239,7 @@ Theand .BR MADV_NOHUGEPAGE operations are only available if the kernel was configured with -.BR CONFIG_TRANSPARENT_HUGEPAGE. +.BR CONFIG_TRANSPARENT_HUGEPAGE . .TP .BR MADV_NOHUGEPAGE " (since Linux 2.6.38)" Ensures that memory in the address range specified by -- 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
-- 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