Skip to content

Commit

Permalink
Minor changes to qvm-prefs manpage.
Browse files Browse the repository at this point in the history
  • Loading branch information
unman committed Jul 1, 2023
1 parent c70da44 commit aaad80b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions doc/manpages/qvm-prefs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ default_user
Default user used by :manpage:`qvm-run(1)`. Note that it make sense only on
non-standard template, as the standard one always have "user" account.

TemplateBasedVM use its template's value as a default.
TemplateBasedVM uses its template's value as a default.

template_for_dispvms
Property type: bool
Expand All @@ -125,7 +125,7 @@ kernel
Kernel version to use. Setting to empty value will use bootloader installed
in root volume (of VM's template) - available only for HVM.

TemplateBasedVM use its template's value as a default.
TemplateBasedVM uses its template's value as a default.

kernelopts
Accepted values: string
Expand All @@ -136,7 +136,7 @@ kernelopts
Some helpful options (for debugging purposes): ``earlyprintk=xen``,
``init=/bin/bash``

TemplateBasedVM use its template's value as a default.
TemplateBasedVM uses its template's value as a default.

label
Accepted values: ``red``, ``orange``, ``yellow``, ``green``, ``gray``,
Expand All @@ -161,7 +161,7 @@ maxmem
qmemman disabled, this will be overridden by *memory* property (at VM
startup).

TemplateBasedVM use its template's value as a default.
TemplateBasedVM uses its template's value as a default.

memory
Accepted values: memory size in MB
Expand All @@ -170,7 +170,7 @@ memory
- before qmemman starts managing memory for this VM. For VM with qmemman
disabled, this is static memory size.

TemplateBasedVM use its template's value as a default.
TemplateBasedVM uses its template's value as a default.

name
Accepted values: alphanumerical name
Expand Down Expand Up @@ -198,7 +198,7 @@ qrexec_timeout
Ignored if qrexec not installed at all (`qrexec` feature not set, see
:manpage:`qvm-features(1)`).

TemplateBasedVM use its template's value as a default.
TemplateBasedVM uses its template's value as a default.

stubdom_mem
Accepted values: memory in MB
Expand All @@ -210,23 +210,23 @@ stubdom_mem
template
Property type: VM

TemplateVM on which VM base. It can be changed only when VM isn't running.
TemplateVM on which VM is based. It can be changed only when VM isn't running.

vcpus
Accepted values: no of CPUs

Number of CPU (cores) available to VM. Some VM types (eg DispVM) will not
work properly with more than one CPU.

TemplateBasedVM use its template's value as a default.
TemplateBasedVM uses its template's value as a default.

virt_mode
Accepted values: ``hvm``, ``pv``
Accepted values: ``hvm``, ``pvh``, ``pv``

Virtualisation mode in VM should be started. ``hvm`` allow to install
operating system without Xen-specific integration.
Virtualisation mode in which VM should be started. ``hvm`` allows
installation of operating system without Xen-specific integration.

TemplateBasedVM use its template's value as a default.
TemplateBasedVM uses its template's value as a default.

Authors
-------
Expand Down

0 comments on commit aaad80b

Please sign in to comment.