mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-06-16 02:15:47 +00:00
26a3a071bb
Documentation: Change the binary name from *kvm* to *lkvm*, since commit ad3efb18 already called the binary *lkvm* and with a alias name *vm*. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>
22 lines
432 B
Plaintext
22 lines
432 B
Plaintext
lkvm-version(1)
|
|
================
|
|
|
|
NAME
|
|
----
|
|
lkvm-version - Print the version of the kernel tree kvm tools
|
|
was built on.
|
|
|
|
SYNOPSIS
|
|
--------
|
|
[verse]
|
|
'lkvm version'
|
|
|
|
DESCRIPTION
|
|
-----------
|
|
The command prints the version of the kernel that was used to build
|
|
kvm tools.
|
|
|
|
Note that the version is not the version of the kernel which is currently
|
|
running on the host, but is the version of the kernel tree from which kvm
|
|
tools was built.
|