xref: /minix3/usr.bin/machine/machine.1 (revision b50dbb4d240ad47ad2c5c32a320b1be3f4ced1fc)
1*b50dbb4dSThomas Cort.\"	$NetBSD: machine.1,v 1.7 2003/08/07 11:14:34 agc Exp $
2*b50dbb4dSThomas Cort.\"
3*b50dbb4dSThomas Cort.\" Copyright (c) 1980, 1990 The Regents of the University of California.
4*b50dbb4dSThomas Cort.\" All rights reserved.
5*b50dbb4dSThomas Cort.\"
6*b50dbb4dSThomas Cort.\" Redistribution and use in source and binary forms, with or without
7*b50dbb4dSThomas Cort.\" modification, are permitted provided that the following conditions
8*b50dbb4dSThomas Cort.\" are met:
9*b50dbb4dSThomas Cort.\" 1. Redistributions of source code must retain the above copyright
10*b50dbb4dSThomas Cort.\"    notice, this list of conditions and the following disclaimer.
11*b50dbb4dSThomas Cort.\" 2. Redistributions in binary form must reproduce the above copyright
12*b50dbb4dSThomas Cort.\"    notice, this list of conditions and the following disclaimer in the
13*b50dbb4dSThomas Cort.\"    documentation and/or other materials provided with the distribution.
14*b50dbb4dSThomas Cort.\" 3. Neither the name of the University nor the names of its contributors
15*b50dbb4dSThomas Cort.\"    may be used to endorse or promote products derived from this software
16*b50dbb4dSThomas Cort.\"    without specific prior written permission.
17*b50dbb4dSThomas Cort.\"
18*b50dbb4dSThomas Cort.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
19*b50dbb4dSThomas Cort.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20*b50dbb4dSThomas Cort.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21*b50dbb4dSThomas Cort.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
22*b50dbb4dSThomas Cort.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23*b50dbb4dSThomas Cort.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24*b50dbb4dSThomas Cort.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25*b50dbb4dSThomas Cort.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26*b50dbb4dSThomas Cort.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27*b50dbb4dSThomas Cort.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28*b50dbb4dSThomas Cort.\" SUCH DAMAGE.
29*b50dbb4dSThomas Cort.\"
30*b50dbb4dSThomas Cort.\"	from: @(#)machine.1	5.5 (Berkeley) 7/26/91
31*b50dbb4dSThomas Cort.\"	$NetBSD: machine.1,v 1.7 2003/08/07 11:14:34 agc Exp $
32*b50dbb4dSThomas Cort.\"
33*b50dbb4dSThomas Cort.Dd May 24, 2003
34*b50dbb4dSThomas Cort.Dt MACHINE 1
35*b50dbb4dSThomas Cort.Os
36*b50dbb4dSThomas Cort.Sh NAME
37*b50dbb4dSThomas Cort.Nm machine
38*b50dbb4dSThomas Cort.Nd print machine type
39*b50dbb4dSThomas Cort.Sh SYNOPSIS
40*b50dbb4dSThomas Cort.Nm
41*b50dbb4dSThomas Cort.Sh DESCRIPTION
42*b50dbb4dSThomas CortThe
43*b50dbb4dSThomas Cort.Nm
44*b50dbb4dSThomas Cortcommand displays the machine type.
45*b50dbb4dSThomas CortIt is equivalent to
46*b50dbb4dSThomas Cort.Ql uname -m .
47*b50dbb4dSThomas Cort.Sh SEE ALSO
48*b50dbb4dSThomas Cort.Xr make 1 ,
49*b50dbb4dSThomas Cort.Xr uname 1
50*b50dbb4dSThomas Cort.Sh HISTORY
51*b50dbb4dSThomas CortA
52*b50dbb4dSThomas Cort.Nm
53*b50dbb4dSThomas Cortcommand appeared in
54*b50dbb4dSThomas Cort.Bx 4.3 reno .
55