OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man2 / getpagesize.2
index 8b89215..19e5210 100644 (file)
@@ -22,7 +22,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH GETPAGESIZE 2 2010-11-16 "Linux" "Linux Programmer's Manual"
+.TH GETPAGESIZE 2 2014-08-19 "Linux" "Linux Programmer's Manual"
 .SH NAME
 getpagesize \- get memory page size
 .SH SYNOPSIS
@@ -101,7 +101,7 @@ should not find
 at compile time from a header file,
 but use an actual system call, at least for those architectures
 (like sun4) where this dependency exists.
-Here libc4, libc5, glibc 2.0 fail because their
+Here glibc 2.0 fails because its
 .BR getpagesize ()
 returns a statically derived value, and does not use a system call.
 Things are OK in glibc 2.1.
@@ -109,7 +109,7 @@ Things are OK in glibc 2.1.
 .BR mmap (2),
 .BR sysconf (3)
 .SH COLOPHON
-This page is part of release 3.67 of the Linux
+This page is part of release 3.79 of the Linux
 .I man-pages
 project.
 A description of the project,