summaryrefslogtreecommitdiffstats
path: root/usr.bin/uname/uname.1
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2003-06-09 09:38:20 +0000
committerjmallett <jmallett@FreeBSD.org>2003-06-09 09:38:20 +0000
commitf315e03eafe4decb20f007ba50f2c0bbd07209aa (patch)
tree63448f4636bc01d8e3847824509199f59c05b3b2 /usr.bin/uname/uname.1
parent0e96b35689d627ad5cfe6b881520841fae6da5c6 (diff)
downloadFreeBSD-src-f315e03eafe4decb20f007ba50f2c0bbd07209aa.zip
FreeBSD-src-f315e03eafe4decb20f007ba50f2c0bbd07209aa.tar.gz
Make kernel identification (`ident' in the config(8) driver) available to
userland, and the kernel. In the kernel by way of the 'ident[]' variable akin to all the other stuff generated by newvers.sh. In userland it is available to sysctl consumers via KERN_IDENT or 'kern.ident'. It is exported by uname(1) by the -i flag. Reviewed by: hackers@
Diffstat (limited to 'usr.bin/uname/uname.1')
-rw-r--r--usr.bin/uname/uname.16
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/uname/uname.1 b/usr.bin/uname/uname.1
index aa9f49f..932a18a 100644
--- a/usr.bin/uname/uname.1
+++ b/usr.bin/uname/uname.1
@@ -32,7 +32,7 @@
.\" @(#)uname.1 8.3 (Berkeley) 4/8/94
.\" $FreeBSD$
.\"
-.Dd September 18, 2002
+.Dd April 02, 2003
.Dt UNAME 1
.Os
.Sh NAME
@@ -40,7 +40,7 @@
.Nd display information about the system
.Sh SYNOPSIS
.Nm
-.Op Fl amnprsv
+.Op Fl aimnprsv
.Sh DESCRIPTION
The
.Nm
@@ -57,6 +57,8 @@ Behave as though the options
and
.Fl v
were specified.
+.It Fl i
+Write the kernel ident to standard output.
.It Fl m
Write the type of the current hardware platform to standard output.
.It Fl n
OpenPOWER on IntegriCloud