man pages: improve consistency

This commit is contained in:
Hiltjo Posthuma
2015-02-01 20:52:28 +01:00
parent a986e4bbd5
commit 22f4e05b5b
30 changed files with 151 additions and 100 deletions

16
uname.1
View File

@@ -9,24 +9,26 @@
.Op Fl amnrsv
.Sh DESCRIPTION
.Nm
prints system information. If no flags are given, uname will print only the
prints system information. If no flags are given,
.Nm
will print only the
name of the operating system as
.Fl s
would.
.Sh OPTIONS
.Bl -tag -width Ds
.It Fl a
print all the information below.
Print all the information below.
.It Fl m
print the machine's architecture.
Print the machine's architecture.
.It Fl n
print the system's network name.
Print the system's network name.
.It Fl r
print the operating system's release name.
Print the operating system's release name.
.It Fl s
print the name of the operating system.
Print the name of the operating system.
.It Fl v
print the operating system's version name.
Print the operating system's version name.
.El
.Sh SEE ALSO
.Xr uname 2