[networking-guide] 21: Adding some paras to improve layout (186e863)

stephenw at fedoraproject.org stephenw at fedoraproject.org
Sun Mar 29 17:30:18 UTC 2015


Repository : http://git.fedorahosted.org/cgit/docs/networking-guide.git

On branch  : 21

>---------------------------------------------------------------

commit 186e8638f77b5c93bfbd05861effcbd7f9e7593b
Author: Stephen Wadeley <swadeley at redhat.com>
Date:   Thu Feb 26 22:34:48 2015 +0100

    Adding some paras to improve layout


>---------------------------------------------------------------

 en-US/Configure_Networking.xml |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/en-US/Configure_Networking.xml b/en-US/Configure_Networking.xml
index fca052f..b3751da 100644
--- a/en-US/Configure_Networking.xml
+++ b/en-US/Configure_Networking.xml
@@ -2114,10 +2114,12 @@ Connection 'test-lab' (05abfd5e-324e-4461-844e-8501ba704773) successfully added.
 <para>
       To set two <systemitem class="protocol">IPv4</systemitem> <systemitem class="protocol">DNS</systemitem> server addresses:
       <screen>~]$&nbsp;<command>nmcli con mod <replaceable>test-lab</replaceable> ipv4.dns "8.8.8.8 8.8.4.4"</command></screen>
-      Note that this will replace any previously set <systemitem class="protocol">DNS</systemitem> servers.
+      Note that this will replace any previously set <systemitem class="protocol">DNS</systemitem> servers.</para>
+      <para>
         To set two <systemitem class="protocol">IPv6</systemitem> <systemitem class="protocol">DNS</systemitem> server addresses:
         <screen>~]$&nbsp;<command>nmcli con mod <replaceable>test-lab</replaceable> ipv6.dns "2001:4860:4860::8888 2001:4860:4860::8844"</command></screen>
-        Note that this will replace any previously set <systemitem class="protocol">DNS</systemitem> servers.
+        Note that this will replace any previously set <systemitem class="protocol">DNS</systemitem> servers.</para>
+        <para>
 Alternatively, to add additional <systemitem class="protocol">DNS</systemitem> servers to any previously set, use the <literal>+</literal> prefix as follows:
       <screen>~]$&nbsp;<command>nmcli con mod <replaceable>test-lab</replaceable> +ipv4.dns "8.8.8.8 8.8.4.4"</command></screen>
         <screen>~]$&nbsp;<command>nmcli con mod <replaceable>test-lab</replaceable> +ipv6.dns "2001:4860:4860::8888 2001:4860:4860::8844"</command></screen>



More information about the docs-commits mailing list