diff options
author | ps <ps@FreeBSD.org> | 2008-03-28 04:29:27 +0000 |
---|---|---|
committer | ps <ps@FreeBSD.org> | 2008-03-28 04:29:27 +0000 |
commit | 41d5b26ff8d7a88a81316dcf6014be2acd0553f9 (patch) | |
tree | dcda557febb2bec52abdb8d813e2359ca7ad5d8d /lib | |
parent | f6c880cb2d8e78a05b3c20e3ef96698dc74842ce (diff) | |
download | FreeBSD-src-41d5b26ff8d7a88a81316dcf6014be2acd0553f9.zip FreeBSD-src-41d5b26ff8d7a88a81316dcf6014be2acd0553f9.tar.gz |
Add support to mincore for detecting whether a page is part of a
"super" page or not.
Reviewed by: alc, ups
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/mincore.2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/mincore.2 b/lib/libc/sys/mincore.2 index 6a7bd54..6c0fc67 100644 --- a/lib/libc/sys/mincore.2 +++ b/lib/libc/sys/mincore.2 @@ -72,6 +72,8 @@ Page has been modified by us. Page has been referenced. .It Dv MINCORE_MODIFIED_OTHER Page has been modified. +.It Dv MINCORE_SUPER +Page is part of a "super" page. (only i386 & amd64) .El .Pp The information returned by |