=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/arch/arch.1,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/arch/arch.1 1999/08/19 22:17:38 1.4 --- src/usr.bin/arch/arch.1 2000/03/04 21:12:00 1.5 *************** *** 1,3 **** --- 1,5 ---- + .\" $OpenBSD: arch.1,v 1.5 2000/03/04 21:12:00 aaron Exp $ + .\" .\" Copyright (c) 1994 SigmaSoft, Th. Lockert .\" All rights reserved. .\" *************** *** 26,32 **** .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" ! .\" $OpenBSD: arch.1,v 1.4 1999/08/19 22:17:38 niklas Exp $ .\" .Dd June 22, 1996 .Dt ARCH 1 --- 28,34 ---- .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" ! .\" $OpenBSD: arch.1,v 1.5 2000/03/04 21:12:00 aaron Exp $ .\" .Dd June 22, 1996 .Dt ARCH 1 *************** *** 42,52 **** .Op Fl a .Sh DESCRIPTION The ! .Nm and .Nm machine ! command displays the machine's architecture in slightly different ways. ! .Nm by default displays the application architecture, defined by both the operating system and the instruction set architecture, while .Nm machine --- 44,54 ---- .Op Fl a .Sh DESCRIPTION The ! .Nm arch and .Nm machine ! commands display the machine's architecture in slightly different ways. ! .Nm arch by default displays the application architecture, defined by both the operating system and the instruction set architecture, while .Nm machine *************** *** 57,64 **** of the target architecture in build or configuration scripts needing to work in cross-compilation environments. .Pp ! The following options are available to ! .Nm arch : .Bl -tag -width indent .It Fl k Display the kernel architecture instead of application --- 59,67 ---- of the target architecture in build or configuration scripts needing to work in cross-compilation environments. .Pp ! The options for ! .Nm arch ! are as follows: .Bl -tag -width indent .It Fl k Display the kernel architecture instead of application *************** *** 68,84 **** operating system prefixed. .El .Pp ! The .Nm machine ! command accepts this option: .Bl -tag -width indent .It Fl a Display the application architecture instead of the kernel architecture. .El .Sh SEE ALSO .Xr uname 1 - .Sh HISTORY - The - .Nm - command is - .Ud . --- 71,82 ---- operating system prefixed. .El .Pp ! The options for .Nm machine ! are as follows: .Bl -tag -width indent .It Fl a Display the application architecture instead of the kernel architecture. .El .Sh SEE ALSO .Xr uname 1