uname.1 (6c7216df785592bb069469113f556dfd1946ed5d) | uname.1 (8293a8fe11891f6e298d08392792fa488dc2753a) |
---|---|
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. --- 18 unchanged lines hidden (view full) --- 27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 30.\" SUCH DAMAGE. 31.\" 32.\" @(#)uname.1 8.3 (Berkeley) 4/8/94 33.\" $FreeBSD$ 34.\" | 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. --- 18 unchanged lines hidden (view full) --- 27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 30.\" SUCH DAMAGE. 31.\" 32.\" @(#)uname.1 8.3 (Berkeley) 4/8/94 33.\" $FreeBSD$ 34.\" |
35.Dd April 2, 2003 | 35.Dd January 26, 2010 |
36.Dt UNAME 1 37.Os 38.Sh NAME 39.Nm uname 40.Nd display information about the system 41.Sh SYNOPSIS 42.Nm 43.Op Fl aimnprsv --- 14 unchanged lines hidden (view full) --- 58.Fl v 59were specified. 60.It Fl i 61Write the kernel ident to standard output. 62.It Fl m 63Write the type of the current hardware platform to standard output. 64.It Fl n 65Write the name of the system to standard output. | 36.Dt UNAME 1 37.Os 38.Sh NAME 39.Nm uname 40.Nd display information about the system 41.Sh SYNOPSIS 42.Nm 43.Op Fl aimnprsv --- 14 unchanged lines hidden (view full) --- 58.Fl v 59were specified. 60.It Fl i 61Write the kernel ident to standard output. 62.It Fl m 63Write the type of the current hardware platform to standard output. 64.It Fl n 65Write the name of the system to standard output. |
66.It Fl o 67This is a synonym for the 68.Fl s 69option, for compatibility with other systems. |
|
66.It Fl p 67Write the type of the machine processor architecture to standard output. 68.It Fl r 69Write the current release level of the operating system 70to standard output. 71.It Fl s 72Write the name of the operating system implementation to standard output. 73.It Fl v --- 33 unchanged lines hidden --- | 70.It Fl p 71Write the type of the machine processor architecture to standard output. 72.It Fl r 73Write the current release level of the operating system 74to standard output. 75.It Fl s 76Write the name of the operating system implementation to standard output. 77.It Fl v --- 33 unchanged lines hidden --- |