OSDN Git Service

(split) LDP: Update original to LDP v3.63
[linuxjm/LDP_man-pages.git] / original / man2 / mmap.2
index 2fdc696..c0fd321 100644 (file)
@@ -37,7 +37,7 @@
 .\" 2007-07-10, mtk, Added an example program.
 .\" 2008-11-18, mtk, document MAP_STACK
 .\"
-.TH MMAP 2 2013-04-17 "Linux" "Linux Programmer's Manual"
+.TH MMAP 2 2014-01-05 "Linux" "Linux Programmer's Manual"
 .SH NAME
 mmap, munmap \- map or unmap files or devices into memory
 .SH SYNOPSIS
@@ -567,7 +567,7 @@ is defined.
 .BR _GNU_SOURCE
 also suffices,
 and requiring that macro specifically would have been more logical,
-since these flags are all Linux specific.)
+since these flags are all Linux-specific.)
 The relevant flags are:
 .BR MAP_32BIT ,
 .BR MAP_ANONYMOUS
@@ -639,8 +639,8 @@ The program creates a memory mapping of the required
 pages of the file and then uses
 .BR write (2)
 to output the desired bytes.
+.SS Program source
 .nf
-
 #include <sys/mman.h>
 #include <sys/stat.h>
 #include <fcntl.h>