madvise.2: spfix

Reported-by: Hugh Dickins <hughd@google.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-06-20 03:21:58 +02:00
parent f5321b148d
commit ff24dd19d9
1 changed files with 4 additions and 4 deletions

View File

@ -203,7 +203,7 @@ operations are only available if the kernel was configured with
Undo the effect of an earlier
.BR MADV_MERGEABLE
operation on the specified address range;
KSM unmerges whatever pages it had merged in the address rnage specified by
KSM unmerges whatever pages it had merged in the address range specified by
.IR addr
and
.IR length .
@ -280,10 +280,10 @@ for file access.
.BR MADV_REMOVE ,
.BR MADV_DONTFORK ,
.BR MADV_DOFORK ,
.BR MAD_HWPOISON ,
.BR MADVISE_MERGEABLE ,
.BR MADV_HWPOISON ,
.BR MADV_MERGEABLE ,
and
.BR MADVISE_UNMERGEABLE
.BR MADV_UNMERGEABLE
are Linux-specific.
.SH NOTES
.SS "Linux Notes"