sortix-mirror/utils/kernelinfo.1

42 lines
773 B
Groff
Raw Normal View History

2017-06-03 19:27:30 +00:00
.Dd October 1, 2016
2016-10-01 13:47:19 +00:00
.Dt KERNELINFO 1
.Os
.Sh NAME
.Nm kernelinfo
.Nd print kernel information
.Sh SYNOPSIS
.Nm
.Op Ar variable ...
.Sh DESCRIPTION
.Nm
prints the specified kernel information.
.Pp
Possible values for
.Ar variable
are:
.Bl -tag -width builddate
.It Sy name
The name of the current kernel.
.It Sy version
The version of the current kernel.
.It Sy tagline
The tagline (slogan) of the release.
2023-09-03 15:23:12 +00:00
.It Sy options
The
.Xr kernel 7
options.
2016-10-01 13:47:19 +00:00
.It Sy builddate
The date on which the current kernel was built.
.It Sy buildtime
The time at which the current kernel was built.
.It Sy firmware
2023-10-10 22:52:50 +00:00
The firmware of the system (e.g. "bios" or "efi")
2016-10-01 13:47:19 +00:00
.El
.Sh EXIT STATUS
.Nm
will exit 0 on success and non-zero otherwise.
.Sh SEE ALSO
.Xr uname 1 ,
2023-09-03 15:23:12 +00:00
.Xr kernelinfo 2 ,
.Xr kernel 7