OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man2 / getpagesize.2
index 16ce2ac..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,10 +101,19 @@ 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.
 .SH SEE ALSO
 .BR mmap (2),
 .BR sysconf (3)
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.