1
0
Files
irix-657m-src/eoe/man/man1/pmobjstyle.1
2022-09-29 17:59:04 +03:00

42 lines
1.1 KiB
Groff

'\"macro stdmacro
.\" $Id: pmobjstyle.1,v 1.2 1997/09/25 08:11:48 markgw Exp $
.nr X
.if \nX=0 .ds x} PMOBJSTYLE 1 "Performance Co-Pilot" "\&"
.if \nX=1 .ds x} PMOBJSTYLE 1 "Performance Co-Pilot"
.if \nX=2 .ds x} PMOBJSTYLE 1 "" "\&"
.if \nX=3 .ds x} PMOBJSTYLE "" "" "\&"
.TH \*(x}
.SH NAME
\f3pmobjstyle\f1 \- print the object style of the running kernel
.\" literals use .B or \f3
.\" arguments use .I or \f2
.SH SYNOPSIS
.B /usr/pcp/bin/pmobjstyle
.SH DESCRIPTION
.B pmobjstyle
determines the IRIX version of the currently running operating system using
.BR uname (2)
and whether the kernel is 64 bit or 32 bit using
.BR sysconf (2)
and then prints the object style of the currently running kernel.
.P
The output will be one of the following:
.TP 7
.I "mips_32"
All IRIX5.3 systems, low-end (32 bit) IRIX6.2 systems and all IRIX6.3 systems.
.TP 7
.I "mips_n32"
Low-end IRIX6.5 systems only.
.TP 7
.I "mips_64"
High-end (64 bit) IRIX6.2 systems, all IRIX6.4 systems, and high-end (64 bit) IRIX6.5 systems.
.TP 7
.I "unknown"
All systems that are not mentioned above.
.SH SEE ALSO
.BR pmcd (1),
.BR uname (2),
and
.BR sysconf (3C).