From a6bf8e7e94ec64b3898b8c32c7b472a0effc6ed2 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 13 Apr 2018 08:21:32 +0200 Subject: [PATCH] mmap.2: tfix Signed-off-by: Michael Kerrisk --- man2/mmap.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/mmap.2 b/man2/mmap.2 index 34a6bff25..5d2565dca 100644 --- a/man2/mmap.2 +++ b/man2/mmap.2 @@ -351,7 +351,7 @@ More generally, the desired huge page size can be configured by encoding the base-2 logarithm of the desired page size in the six bits at the offset .BR MAP_HUGE_SHIFT . (A value of zero in this bit field provides the default huge page size; -the default huge page size can be discovered vie the +the default huge page size can be discovered via the .I Hugepagesize field exposed by .IR /proc/meminfo .)