uname.1 (c7c16beb2204955e2da831a2c0efb02dc920f878) | uname.1 (7db98de9574fbcd5e07e0ec45f49d73aa7f7e2d6) |
---|---|
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. --- 25 unchanged lines hidden (view full) --- 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 | 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. --- 25 unchanged lines hidden (view full) --- 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 |
42.Op Fl amnrsv | 42.Op Fl amnprsv |
43.Sh DESCRIPTION 44The 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 --- 7 unchanged lines hidden (view full) --- 58.Fl s , 59and 60.Fl v 61were specified. 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. | 43.Sh DESCRIPTION 44The 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 --- 7 unchanged lines hidden (view full) --- 58.Fl s , 59and 60.Fl v 61were specified. 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 p 67Writes out the same value as 68.Fl m . 69This option is provided for backward compatibility with SVR4. |
|
66.It Fl r 67Write the current release level of the operating system 68to standard output. 69.It Fl s 70Write the name of the operating system implementation to standard output. 71.It Fl v 72Write the version level of this release of the operating system 73to standard output. --- 25 unchanged lines hidden --- | 70.It Fl r 71Write the current release level of the operating system 72to standard output. 73.It Fl s 74Write the name of the operating system implementation to standard output. 75.It Fl v 76Write the version level of this release of the operating system 77to standard output. --- 25 unchanged lines hidden --- |