9070 Remove wanboot from gate
[unleashed.git] / usr / src / man / man1 / optisa.1
blob1140913cb44b48bc5ca9123dc3d037075d7a47b9
1 '\" te
2 .\"  Copyright (c) 1997 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 OPTISA 1 "Jul 25, 1997"
7 .SH NAME
8 optisa \- determine which variant instruction set is optimal to use
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fBoptisa\fR \fIinstruction_set\fR...
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 \fBoptisa\fR prints which  \fIinstruction_set\fR out of the ones specified in
19 the command will perform best on  this machine.  In this case, ``best'' is
20 defined by the order  in which instruction set names are returned by
21 \fBisalist\fR(1). Possible values for \fIinstruction_set\fR are given in
22 \fBisalist\fR(5).
23 .SH EXIT STATUS
24 .sp
25 .LP
26 The following exit values are returned:
27 .sp
28 .ne 2
29 .na
30 \fB\fB0\fR\fR
31 .ad
32 .RS 5n
33 One of the  \fIinstruction_set\fR values you specified is printed by this
34 command.
35 .RE
37 .sp
38 .ne 2
39 .na
40 \fB\fB1\fR\fR
41 .ad
42 .RS 5n
43 There is no output; that is, this machine cannot use any  \fIinstruction_set\fR
44 that you specified with the \fBoptisa\fR command.
45 .RE
47 .SH SEE ALSO
48 .sp
49 .LP
50 \fBisalist\fR(1), \fBuname\fR(1), \fBattributes\fR(5), \fBisalist\fR(5)
51 .SH NOTES
52 .sp
53 .LP
54 \fBoptisa\fR is preferable to  \fBuname\fR \fB-p\fR or  \fBuname\fR \fB-m\fR
55 (see \fBuname\fR(1)) in determining which of several binary versions of a given
56 program  should be used on the given machine.