From 714d77879eede2961f9e571c045d5268c888c223 Mon Sep 17 00:00:00 2001 From: charnier Date: Wed, 20 Aug 1997 11:03:54 +0000 Subject: [PATCH] Nm uname -> Nm. --- usr.bin/uname/uname.1 | 10 +++++----- 1 file 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.