pagesize.sh revision 1591
198937Sdes#!/bin/sh -
298937Sdes#
398937Sdes# Copyright (c) 1994
498937Sdes#	The Regents of the University of California.  All rights reserved.
598937Sdes#
698937Sdes# Redistribution and use in source and binary forms, with or without
798937Sdes# modification, are permitted provided that the following conditions
898937Sdes# are met:
998937Sdes# 1. Redistributions of source code must retain the above copyright
1098937Sdes#    notice, this list of conditions and the following disclaimer.
1198937Sdes# 2. Redistributions in binary form must reproduce the above copyright
1298937Sdes#    notice, this list of conditions and the following disclaimer in the
1398937Sdes#    documentation and/or other materials provided with the distribution.
1498937Sdes# 3. All advertising materials mentioning features or use of this software
1598937Sdes#    must display the following acknowledgement:
1698937Sdes#	This product includes software developed by the University of
1798937Sdes#	California, Berkeley and its contributors.
1898937Sdes# 4. Neither the name of the University nor the names of its contributors
1998937Sdes#    may be used to endorse or promote products derived from this software
2098937Sdes#    without specific prior written permission.
2198937Sdes#
2298937Sdes# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2398937Sdes# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2498937Sdes# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2598937Sdes# ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2698937Sdes# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2798937Sdes# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2898937Sdes# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2998937Sdes# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3098937Sdes# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3198937Sdes# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3298937Sdes# SUCH DAMAGE.
3398937Sdes#
3498937Sdes#	@(#)pagesize.sh	8.1 (Berkeley) 4/3/94
3598937Sdes#
3698937Sdes
3798937SdesPATH=/bin:/usr/bin:/usr/sbin
3898937Sdesexport PATH
3998937Sdes
4098937Sdessysctl -n hw.pagesize
4198937Sdes