mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-05 23:57:10 +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 @@
|
||||
.. _acrnlog:
|
||||
|
||||
acrnlog
|
||||
Acrnlog
|
||||
#######
|
||||
|
||||
Description
|
||||
@@ -32,7 +32,7 @@ Options:
|
||||
-s limit the size of each log file, in KB. 0 means no limitation.
|
||||
-n specify the number of log files to keep, old files would be deleted.
|
||||
|
||||
Temporary log file changes
|
||||
Temporary Log File Changes
|
||||
==========================
|
||||
|
||||
You can temporarily change the log file setting by following these
|
||||
@@ -68,7 +68,7 @@ can use these commands:
|
||||
console_loglevel: 2, mem_loglevel: 5, npk_loglevel: 5
|
||||
|
||||
|
||||
Permanent log file changes
|
||||
Permanent Log File Changes
|
||||
==========================
|
||||
|
||||
You can also permanently change the log file settings by
|
||||
|
||||
Reference in New Issue
Block a user