672 xargs doesn't support -0
[illumos-gate.git] / usr / src / man / man1 / pagesize.1
blob6b78a7c9cf62793a4c3e056bbcdaef49645b75c5
1 '\" te
2 .\"  Copyright (c) 2003, Sun Microsystems, Inc. - All Rights Reserved.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH PAGESIZE 1 "May 4, 2001"
7 .SH NAME
8 pagesize \- display the size or sizes of a page of memory
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fB/usr/bin/pagesize\fR [\fB-a\fR]
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 The \fBpagesize\fR utility prints the default size of a page of memory in
19 bytes, as returned by \fBgetpagesize\fR(3C). This program is useful in
20 constructing portable shell scripts.
21 .SH OPTIONS
22 .sp
23 .LP
24 The following option is supported:
25 .sp
26 .ne 2
27 .na
28 \fB\fB-a\fR\fR
29 .ad
30 .RS 6n
31 Prints out all possible hardware address translation sizes supported by the
32 system.
33 .RE
35 .SH SEE ALSO
36 .sp
37 .LP
38 \fBppgsz\fR(1), \fBgetpagesize\fR(3C), \fBgetpagesizes\fR(3C),
39 \fBattributes\fR(5)