sbase

suckless unix tools
git clone git://git.suckless.org/sbase
Log | Files | Refs | README | LICENSE

uname.1 (650B)


      1 .Dd 2015-10-08
      2 .Dt UNAME 1
      3 .Os sbase
      4 .Sh NAME
      5 .Nm uname
      6 .Nd print system information
      7 .Sh SYNOPSIS
      8 .Nm
      9 .Op Fl amnrsv
     10 .Sh DESCRIPTION
     11 .Nm
     12 writes system information to stdout.
     13 If no flags are given,
     14 .Nm
     15 implies
     16 .Fl s .
     17 .Sh OPTIONS
     18 .Bl -tag -width Ds
     19 .It Fl a
     20 Print all the information below.
     21 .It Fl m
     22 Print the machine's architecture.
     23 .It Fl n
     24 Print the system's network node hostname.
     25 .It Fl r
     26 Print the operating system's release name.
     27 .It Fl s
     28 Print the name of the operating system.
     29 .It Fl v
     30 Print the operating system's version name.
     31 .El
     32 .Sh SEE ALSO
     33 .Xr uname 2
     34 .Sh STANDARDS
     35 The
     36 .Nm
     37 utility is compliant with the
     38 .St -p1003.1-2013
     39 specification.