diff --git a/man2/remap_file_pages.2 b/man2/remap_file_pages.2 index 31ea70d8a..f29112010 100644 --- a/man2/remap_file_pages.2 +++ b/man2/remap_file_pages.2 @@ -45,8 +45,8 @@ is that the former approach does not require the kernel to create additional VMA (Virtual Memory Area) data structures. To create a non-linear mapping we perform the following steps: -.TP -\fB1.\fP +.TP 3 +1. Use .BR mmap (2) to create a mapping (which is initially linear). @@ -54,7 +54,7 @@ This mapping must be created with the .B MAP_SHARED flag. .TP -\fB2.\fP +2. Use one or more calls to .BR remap_file_pages () to rearrange the correspondence between the pages of the mapping