linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] madvise.2: MADV_WIPEONFORK affects semantics
@ 2020-04-28 17:40 agl
  2020-04-28 18:09 ` Jakub Wilk
  0 siblings, 1 reply; 4+ messages in thread
From: agl @ 2020-04-28 17:40 UTC (permalink / raw)
  To: mtk.manpages; +Cc: linux-man, alangley

Include MADV_WIPEONFORK in the list of advice values that have a
semantic impact on the calling process.
---
  man2/madvise.2 | 4 +++-
  1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/man2/madvise.2 b/man2/madvise.2
index a0f3a477a..6c25f697a 100644
--- a/man2/madvise.2
+++ b/man2/madvise.2
@@ -84,21 +84,23 @@ values have been added.
  The
  .I advice
  values listed below
  allow an application to tell the kernel how it expects to use
  some mapped or shared memory areas, so that the kernel can choose
  appropriate read-ahead and caching techniques.
  These
  .I advice
  values do not influence the semantics of the application
  (except in the case of
-.BR MADV_DONTNEED ),
+.BR MADV_DONTNEED
+and
+.BR MADV_WIPEONFORK ),
  but may influence its performance.
  All of the
  .I advice
  values listed here have analogs in the POSIX-specified
  .BR posix_madvise (3)
  function, and the values have the same meanings, with the exception of
  .BR MADV_DONTNEED .
  .PP
  The advice is indicated in the
  .I advice
-- 
2.26.0


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

end of thread, other threads:[~2020-04-29 13:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-28 17:40 [PATCH] madvise.2: MADV_WIPEONFORK affects semantics agl
2020-04-28 18:09 ` Jakub Wilk
2020-04-29  6:09   ` Michael Kerrisk (man-pages)
2020-04-29 13:47   ` Adam Langley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).