Commit fe194d3e100dea323d7b2de96d3b44d0c067ba7a

Authored by Andi Kleen
Committed by Andi Kleen
1 parent 413f9efbc5

HWPOISON: Use correct name for MADV_HWPOISON in documentation

Signed-off-by: Andi Kleen <ak@linux.intel.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

Documentation/vm/hwpoison.txt
... ... @@ -92,7 +92,7 @@
92 92  
93 93 Testing:
94 94  
95   -madvise(MADV_POISON, ....)
  95 +madvise(MADV_HWPOISON, ....)
96 96 (as root)
97 97 Poison a page in the process for testing
98 98