Nm uname -> Nm.

This commit is contained in:
charnier 1997-08-20 11:03:54 +00:00
parent d2e7017adf
commit 714d77879e

View File

@ -38,11 +38,11 @@
.Nm uname
.Nd display information about the system
.Sh SYNOPSIS
.Nm uname
.Nm
.Op Fl amnrsv
.Sh DESCRIPTION
The
.Nm uname
.Nm
command writes the name of the operating system implementation to
standard output.
When options are specified, strings representing one or more system
@ -79,7 +79,7 @@ flag is specified, or multiple flags are specified, all
output is written on a single line, separated by spaces.
.Pp
The
.Nm uname
.Nm
utility exits 0 on success, and >0 if an error occurs.
.Sh SEE ALSO
.Xr sysctl 3 ,
@ -87,12 +87,12 @@ utility exits 0 on success, and >0 if an error occurs.
.Xr sysctl 8
.Sh HISTORY
The
.Nm uname
.Nm
command appeared in
.Bx 4.4 .
.Sh STANDARDS
The
.Nm uname
.Nm
command is expected to conform to the
.St -p1003.2
specification.