OSDN Git Service

(split) LDP: Update original to LDP v3.54
[linuxjm/LDP_man-pages.git] / original / man2 / mmap.2
index 63f4a03..2fdc696 100644 (file)
@@ -451,7 +451,7 @@ The system limit on the total number of open files has been reached.
 .\" A file could not be mapped for reading.
 .TP
 .B ENODEV
-The underlying file system of the specified file does not support
+The underlying filesystem of the specified file does not support
 memory mapping.
 .TP
 .B ENOMEM
@@ -463,7 +463,7 @@ The
 .I prot
 argument asks for
 .B PROT_EXEC
-but the mapped area belongs to a file on a file system that
+but the mapped area belongs to a file on a filesystem that
 was mounted no-exec.
 .\" (Since 2.4.25 / 2.6.0.)
 .TP