aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/uname/uname.1
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1997-08-20 11:03:54 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1997-08-20 11:03:54 +0000
commitc7c16beb2204955e2da831a2c0efb02dc920f878 (patch)
treec67580e59a3cf10363c2aff8142b3e522f2f2f59 /usr.bin/uname/uname.1
parent575580b202106832669d3c214181d8efdf45db43 (diff)
downloadsrc-c7c16beb2204955e2da831a2c0efb02dc920f878.tar.gz
src-c7c16beb2204955e2da831a2c0efb02dc920f878.zip
Nm uname -> Nm.
Notes
Notes: svn path=/head/; revision=28455
Diffstat (limited to 'usr.bin/uname/uname.1')
-rw-r--r--usr.bin/uname/uname.110
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/uname/uname.1 b/usr.bin/uname/uname.1
index c4d4b4b162ab..eb5376e4248d 100644
--- a/usr.bin/uname/uname.1
+++ b/usr.bin/uname/uname.1
@@ -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.