PAGESIZE(1) BSD PAGESIZE(1)
NAME
pagesize - print system page size
SYNOPSIS
pagesize
DESCRIPTION
pagesize prints the size of a page of memory in bytes, as returned by
getpagesize(2). This program is useful in constructing portable shell
scripts.
SEE ALSO
getpagesize(2)