added "more" command
[unix-history] / usr / src / usr.bin / pagesize / pagesize.1
.\" Copyright (c) 1983 Regents of the University of California.
.\" All rights reserved. The Berkeley software License Agreement
.\" specifies the terms and conditions for redistribution.
.\"
.\" @(#)pagesize.1 6.1 (Berkeley) %G%
.\"
.TH PAGESIZE 1 ""
.UC 5
.SH NAME
pagesize \- print system page size
.SH SYNOPSIS
.B pagesize
.SH DESCRIPTION
.I Pagesize
prints the size of a page of memory in bytes, as
returned by
.IR getpagesize (2).
This program is useful in constructing portable
shell scripts.
.SH SEE ALSO
getpagesize(2)