*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: getpagesize | Section: 2 | Source: Digital UNIX | File: getpagesize.2.gz
getpagesize(2) System Calls Manual getpagesize(2) NAME getpagesize - Gets the system page size SYNOPSIS #include <unistd.h> int getpagesize ( void ); STANDARDS Interfaces documented on this reference page conform to industry stan- dards as follows: getpagesize(): XPG4-UNIX Refer to the standards(5) reference page for more information about in- dustry standards and associated tags. DESCRIPTION The getpagesize() function returns the number of bytes in a page. You might need to include this value in parameters to memory management system calls. The page size is an operating system page size and might differ from the underlying hardware page size. RETURN VALUES The getpagesize() function returns the number of bytes in a page, and is always successful. RELATED INFORMATION Functions: brk(2), getrlimit(2), madvise(2), mmap(2), mprotect(2), msync(2), munmap(2) Routines: sysconf(3) Standards: standards(5) delim off getpagesize(2)

Navigation Options