From 63244c3cdcfc6b6fd33c9089659f86638dae737f Mon Sep 17 00:00:00 2001 From: puneetse <22071208+puneetse@users.noreply.github.com> Date: Wed, 6 Feb 2019 10:59:32 -0800 Subject: [PATCH] Fix missing periods at end of list items --- .../clear-linux/guides/maintenance/kernel-development.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/clear-linux/guides/maintenance/kernel-development.rst b/source/clear-linux/guides/maintenance/kernel-development.rst index 715f1883..df1c95bc 100644 --- a/source/clear-linux/guides/maintenance/kernel-development.rst +++ b/source/clear-linux/guides/maintenance/kernel-development.rst @@ -123,7 +123,7 @@ by autospec are not available and changes must be made manually. .. note:: Consider changing the Name in the RPM spec file to easily identify a modified kernel. -#. Commit and save the changes to the file +#. Commit and save the changes to the file. @@ -201,14 +201,14 @@ consider using a patch management tool in addition to Git such as `Quilt`_. -#. Clone the linux kernel source code into a new working directory +#. Clone the linux kernel source code into a new working directory. .. code-block:: bash git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git -#. Make any code changes to the Linux source files +#. Make any code changes to the Linux source files. #. Track and commit your changes to the local git repo.