From 6ec4d277bbddecc3c8f0454e4d21776c7e754b6e Mon Sep 17 00:00:00 2001 From: egoncalv Date: Tue, 7 Sep 2021 14:03:53 -0300 Subject: [PATCH] Minor fixes in topic https://review.opendev.org/c/starlingx/docs/+/807374 Signed-off-by: egoncalv Change-Id: I4659b3a84358671c77a0f77bd9ed5d1cd1b2e240 --- .../r5_release/setup-simple-dns-server-in-lab.rst | 10 +++++----- .../r6_release/setup-simple-dns-server-in-lab.rst | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/source/deploy_install_guides/r5_release/setup-simple-dns-server-in-lab.rst b/doc/source/deploy_install_guides/r5_release/setup-simple-dns-server-in-lab.rst index 12ba33215..fb70dbdb1 100644 --- a/doc/source/deploy_install_guides/r5_release/setup-simple-dns-server-in-lab.rst +++ b/doc/source/deploy_install_guides/r5_release/setup-simple-dns-server-in-lab.rst @@ -1,8 +1,8 @@ .. _setup-simple-dns-server-in-lab: -================================= -Set up a Simple DNS Server in Lab -================================= +===================================== +Set up a Simple DNS Server in the Lab +===================================== While installing or using |prod|, you may require a |DNS| server that you can add entries to for name resolution. @@ -12,14 +12,14 @@ standing up a simple Bind server on an Ubuntu 20.04 server. .. rubric:: |proc| -#. Run the following to install. +#. Run the following commands to install. .. code-block:: bash $ sudo apt update $ sudo apt install bind9 -#. This is the basic setup. +#. Use the following commands for a basic setup. .. code-block:: bash diff --git a/doc/source/deploy_install_guides/r6_release/setup-simple-dns-server-in-lab.rst b/doc/source/deploy_install_guides/r6_release/setup-simple-dns-server-in-lab.rst index bc22b691e..c4ab8c39a 100644 --- a/doc/source/deploy_install_guides/r6_release/setup-simple-dns-server-in-lab.rst +++ b/doc/source/deploy_install_guides/r6_release/setup-simple-dns-server-in-lab.rst @@ -1,8 +1,8 @@ .. _setup-simple-dns-server-in-lab-r6: -================================= -Set up a Simple DNS Server in Lab -================================= +===================================== +Set up a Simple DNS Server in the Lab +===================================== While installing or using |prod|, you may require a |DNS| server that you can add entries to for name resolution. @@ -12,14 +12,14 @@ standing up a simple Bind server on an Ubuntu 20.04 server. .. rubric:: |proc| -#. Run the following to install. +#. Run the following commands to install. .. code-block:: bash $ sudo apt update $ sudo apt install bind9 -#. This is the basic setup. +#. Use the following commands for a basic setup. .. code-block:: bash