X-Git-Url: http://git.osdn.net/view?p=linuxjm%2FLDP_man-pages.git;a=blobdiff_plain;f=original%2Fman2%2Fgetpagesize.2;h=19e5210590e902b61e4df45f3fa89330ab7a5f08;hp=8b89215cd008185ae922ad4cad26d57289394819;hb=4ea6bb24817f6f049d6bbc90ecd77a869876f9b0;hpb=c22bb444e1a8f4a0e08a82e80ea4ad06593869da diff --git a/original/man2/getpagesize.2 b/original/man2/getpagesize.2 index 8b89215c..19e52105 100644 --- a/original/man2/getpagesize.2 +++ b/original/man2/getpagesize.2 @@ -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,