mmap.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-04-13 08:21:32 +02:00
parent 08a239f387
commit a6bf8e7e94
1 changed files with 1 additions and 1 deletions

View File

@ -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 the base-2 logarithm of the desired page size in the six bits at the offset
.BR MAP_HUGE_SHIFT . .BR MAP_HUGE_SHIFT .
(A value of zero in this bit field provides the default huge page size; (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 .I Hugepagesize
field exposed by field exposed by
.IR /proc/meminfo .) .IR /proc/meminfo .)