[doc]: make title casing consistent

This commit is contained in:
Tudor Brindus
2022-09-18 19:57:49 -04:00
committed by Geoffrey McRae
parent 33bcf19164
commit 2780f6c22f
6 changed files with 41 additions and 41 deletions

View File

@@ -1,6 +1,6 @@
.. _kernel_module:
Kernel Module
Kernel module
#############
This kernel module implements a basic interface to the IVSHMEM device
@@ -27,7 +27,7 @@ Then switch to the ``module/`` directory
.. _module_dkms:
Using DKMS (Recommended)
Using DKMS (recommended)
------------------------
You can use the kernel's DKMS feature to keep the module across upgrades.
@@ -70,7 +70,7 @@ with commas.
.. _module_manual:
Compiling & Loading (Manual)
Compiling & loading (manual)
----------------------------
To compile the module manually, run ``make`` in the module directory.