libutil: add O_NOCTTY back to old pty open code
[minix.git] / man / man1 / uname.1
blob7d02b8ac9484a5a8c70896d7911a906577141485
1 .TH UNAME 1
2 .SH NAME
3 uname, arch \- system info
4 .SH SYNOPSIS
5 \fBuname\fR [\fB\-snrvmpa\fR]\fR
6 .br
7 \fBarch\fR [\fB\-snrvmpa\fR]\fR
8 .br
9 .de FL
10 .TP
11 \\fB\\$1\\fR
12 \\$2
14 .de EX
15 .TP 20
16 \\fB\\$1\\fR
17 # \\$2
19 .SH OPTIONS
20 .TP 5
21 .B \-s
22 # System name
23 .TP 5
24 .B \-n
25 # Node/network name
26 .TP 5
27 .B \-r
28 # Operating system release
29 .TP 5
30 .B \-v
31 # Operating system version
32 .TP 5
33 .B \-m
34 # Machine type
35 .TP 5
36 .B \-p
37 # Processor family
38 .TP 5
39 .B \-a
40 # Short for \fB\-snrvm\fR
41 .SH EXAMPLES
42 .TP 20
43 .B uname -n
44 # Print the name of the system
45 .TP 20
46 .B arch
47 # Print the name of the system architecture
48 .SH DESCRIPTION
49 .PP
50 \fIUname\fP and \fIarch\fP give information about the system.  The options
51 indicate which information strings must be printed.  These strings are always
52 in the same order.  \fIUname\fP and \fIarch\fP only differ w.r.t. the default
53 string to print, \fB\-s\fP and \fB\-p\fP respectively.
54 .PP
55 The strings are compiled into the commands except for the node name, it is
56 obtained from the file \fI/etc/hostname.file\fP.  \fBUname \-m\fP should
57 return the actual machine type, not the same string as with \fB\-p\fP.
58 .SH "SEE ALSO"
59 .BR uname (3).