From 09bf2ec88c38c120cd9cc0624f28af95609e483b Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 6 Jan 2018 22:44:34 +0100 Subject: [PATCH] alloc_hugepages.2: ffix Signed-off-by: Michael Kerrisk --- man2/alloc_hugepages.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man2/alloc_hugepages.2 b/man2/alloc_hugepages.2 index 5e0e785a1..0a341bf35 100644 --- a/man2/alloc_hugepages.2 +++ b/man2/alloc_hugepages.2 @@ -120,10 +120,11 @@ is set appropriately. .B ENOSYS The system call is not supported on this kernel. .SH FILES +.TP .I /proc/sys/vm/nr_hugepages Number of configured hugetlb pages. This can be read and written. -.PP +.TP .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.