add uname, thanks hiltjo

This commit is contained in:
Connor Lane Smith
2011-06-02 20:32:05 +01:00
parent 16a0ee098c
commit 92baf1a5c9
5 changed files with 92 additions and 3 deletions

30
uname.1 Normal file
View File

@@ -0,0 +1,30 @@
.TH UNAME 1 sbase\-VERSION
.SH NAME
uname \- print system information
.SH SYNOPSIS
.B uname
.RB [ \-amnrsv ]
.SH DESCRIPTION
.B uname
prints system information. If no flags are given, uname will print only the
name of the operating system
.RB ( -s ).
.SH OPTIONS
.TP
.B \-a
print all the information below.
.TP
.B \-m
print the machine's architecture.
.TP
.B \-n
print the system's network name.
.TP
.B \-r
print the operating system's release name.
.TP
.B \-s
print the name of the operating system.
.TP
.B \-v
print the operating system's version name.