Nm uname -> Nm.

This commit is contained in:
Philippe Charnier 1997-08-20 11:03:54 +00:00
parent 575580b202
commit c7c16beb22
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=28455

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.