From de5f7e2851b8d5de6a895bffc5b3a04d172fb0f2 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 23 Apr 2008 15:37:15 +0000 Subject: [PATCH] Added some .SS headings to make structure of page a little more obvious. --- man2/mmap.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/mmap.2 b/man2/mmap.2 index d6ab92743..eba9e5ca4 100644 --- a/man2/mmap.2 +++ b/man2/mmap.2 @@ -275,7 +275,7 @@ and writes to that region are not written out to the file. The effect of changing the size of the underlying file of a mapping on the pages that correspond to added or removed regions of the file is unspecified. - +.SS munmap() The .BR munmap () system call deletes the mappings for the specified address range, and @@ -295,7 +295,7 @@ to these pages will generate .BR SIGSEGV . It is not an error if the indicated range does not contain any mapped pages. - +.SS Timestamps changes for file-backed mappings For file-backed mappings, the .I st_atime field for the mapped file may be updated at any time between the