aboutsummaryrefslogtreecommitdiffstats
path: root/man2/alloc_hugepages.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-05-19 04:30:20 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-05-19 04:30:20 +0000
commit2b2581ee37f080c0a95d20aedecd5cb04e81ef4a (patch)
tree4ce1a3bcc3cd8793e50f48abba8eab04c8e7ea07 /man2/alloc_hugepages.2
parent2dd578fd5b80cbfe5892b200633aa1442c4ac674 (diff)
downloadman-pages-2b2581ee37f080c0a95d20aedecd5cb04e81ef4a.tar.gz
Fix inconsistencies in order of .SH sections
Diffstat (limited to 'man2/alloc_hugepages.2')
-rw-r--r--man2/alloc_hugepages.214
1 files changed, 7 insertions, 7 deletions
diff --git a/man2/alloc_hugepages.2 b/man2/alloc_hugepages.2
index 5b1713cdda..4af7da0507 100644
--- a/man2/alloc_hugepages.2
+++ b/man2/alloc_hugepages.2
@@ -111,13 +111,6 @@ is set appropriately.
.TP
.B ENOSYS
The system call is not supported on this kernel.
-.SH "CONFORMING TO"
-These calls existed only in Linux 2.5.36 through to 2.5.54.
-These calls are specific to Linux on Intel processors, and should not be
-used in programs intended to be portable.
-Indeed, the system call numbers
-are marked for reuse, so programs using these may do something random
-on a future kernel.
.SH FILES
.I /proc/sys/vm/nr_hugepages
Number of configured hugetlb pages.
@@ -126,6 +119,13 @@ This can be read and written.
.I /proc/meminfo
Gives info on the number of configured hugetlb pages and on their size
in the three variables HugePages_Total, HugePages_Free, Hugepagesize.
+.SH "CONFORMING TO"
+These calls existed only in Linux 2.5.36 through to 2.5.54.
+These calls are specific to Linux on Intel processors, and should not be
+used in programs intended to be portable.
+Indeed, the system call numbers
+are marked for reuse, so programs using these may do something random
+on a future kernel.
.SH NOTES
The system calls are gone.
Now the hugetlbfs filesystem can be used instead.