mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-09 20:59:03 +00:00
doc: fix all headings to use title case
While we hoped to make the headings consistent over time while doing other edits, we should instead just make the squirrels happy and do them all at once or they'll likely never be made consistent. A python script was used to find the headings, and then a call to https://pypi.org/project/titlecase to transform the title. A visual inspection was used to tweak a few unexpected resulting titles. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
committed by
David Kinder
parent
6e655d098b
commit
0bd384d41b
@@ -1,6 +1,6 @@
|
||||
.. _acrnctl:
|
||||
|
||||
acrnctl and acrnd
|
||||
Acrnctl and Acrnd
|
||||
#################
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@ container::
|
||||
|
||||
.. note:: You can download an :acrn_raw:`example launch_uos.sh script
|
||||
<devicemodel/samples/nuc/launch_uos.sh>`
|
||||
that supports the ``-C`` (``run_container`` function) option.
|
||||
that supports the ``-C`` (``run_container`` function) option.
|
||||
|
||||
Note that the launch script must only launch one User VM instance.
|
||||
The VM name is important. ``acrnctl`` searches VMs by their
|
||||
@@ -136,7 +136,7 @@ update the backend file.
|
||||
|
||||
.. _acrnd:
|
||||
|
||||
acrnd
|
||||
Acrnd
|
||||
*****
|
||||
|
||||
The ``acrnd`` daemon process provides a way for launching or resuming a User VM
|
||||
|
Reference in New Issue
Block a user