madvise.2: Fix description of MADV_HWPOISON

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Andi Kleen 2010-06-19 13:02:40 +02:00 committed by Michael Kerrisk
parent ae24c212b2
commit 69c8f36fa1
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ processes.
This operation may result in the calling process receiving a
.B SIGBUS
and the page being unmapped.
This feature is intended for memory testing.
This feature is intended for testing of memory error-handling code.
This feature is only available if the kernel was configured with
.BR CONFIG_MEMORY_FAILURE .
.TP