uname.1 (681e5e7a09cb8e905a0492fe74cd60e3b5d203ae) uname.1 (c7c16beb2204955e2da831a2c0efb02dc920f878)
1.\" Copyright (c) 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 24 unchanged lines hidden (view full) ---

33.\"
34.Dd April 8, 1994
35.Dt UNAME 1
36.Os
37.Sh NAME
38.Nm uname
39.Nd display information about the system
40.Sh SYNOPSIS
1.\" Copyright (c) 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 24 unchanged lines hidden (view full) ---

33.\"
34.Dd April 8, 1994
35.Dt UNAME 1
36.Os
37.Sh NAME
38.Nm uname
39.Nd display information about the system
40.Sh SYNOPSIS
41.Nm uname
41.Nm
42.Op Fl amnrsv
43.Sh DESCRIPTION
44The
42.Op Fl amnrsv
43.Sh DESCRIPTION
44The
45.Nm uname
45.Nm
46command writes the name of the operating system implementation to
47standard output.
48When options are specified, strings representing one or more system
49characteristics are written to standard output.
50.Pp
51The options are as follows:
52.Bl -tag -width Ds
53.It Fl a

--- 20 unchanged lines hidden (view full) ---

74.El
75.Pp
76If the
77.Fl a
78flag is specified, or multiple flags are specified, all
79output is written on a single line, separated by spaces.
80.Pp
81The
46command writes the name of the operating system implementation to
47standard output.
48When options are specified, strings representing one or more system
49characteristics are written to standard output.
50.Pp
51The options are as follows:
52.Bl -tag -width Ds
53.It Fl a

--- 20 unchanged lines hidden (view full) ---

74.El
75.Pp
76If the
77.Fl a
78flag is specified, or multiple flags are specified, all
79output is written on a single line, separated by spaces.
80.Pp
81The
82.Nm uname
82.Nm
83utility exits 0 on success, and >0 if an error occurs.
84.Sh SEE ALSO
85.Xr sysctl 3 ,
86.Xr uname 3 ,
87.Xr sysctl 8
88.Sh HISTORY
89The
83utility exits 0 on success, and >0 if an error occurs.
84.Sh SEE ALSO
85.Xr sysctl 3 ,
86.Xr uname 3 ,
87.Xr sysctl 8
88.Sh HISTORY
89The
90.Nm uname
90.Nm
91command appeared in
92.Bx 4.4 .
93.Sh STANDARDS
94The
91command appeared in
92.Bx 4.4 .
93.Sh STANDARDS
94The
95.Nm uname
95.Nm
96command is expected to conform to the
97.St -p1003.2
98specification.
96command is expected to conform to the
97.St -p1003.2
98specification.