[networking-guide] master: Hiding mention of Reference guide (49b7d09)

stephenw at fedoraproject.org stephenw at fedoraproject.org
Mon Jan 5 21:57:56 UTC 2015


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

On branch  : master

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

commit 49b7d09b6c7d0c3217e4c7d55c903b6f56d12cd1
Author: Stephen Wadeley <swadeley at redhat.com>
Date:   Mon Jan 5 22:57:09 2015 +0100

    Hiding mention of Reference guide
    
    we decided not to publish it.


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

 en-US/Configure_Network_Bonding.xml  |    4 ++--
 en-US/Configure_Network_Bridging.xml |    4 ++--
 en-US/Configure_Networking.xml       |    3 +--
 en-US/Preface.xml                    |    2 +-
 4 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/en-US/Configure_Network_Bonding.xml b/en-US/Configure_Network_Bonding.xml
index 814c7a5..4eb51c0 100644
--- a/en-US/Configure_Network_Bonding.xml
+++ b/en-US/Configure_Network_Bonding.xml
@@ -1061,14 +1061,14 @@ Connection successfully activated (D-Bus active path: /org/freedesktop/NetworkMa
   <title>Online Documentation</title>
   <para>
 <variablelist>
-        <varlistentry>
+  <!--<varlistentry>
 <term><citetitle pubwork="book">&MAJOROSVER; System Administrator's Reference Guide</citetitle></term>
 <listitem>
 <para>
  Lists all the configurable parameters in an Ethernet interface configuration file.
 </para>
 </listitem>
-</varlistentry>
+</varlistentry>-->
         <varlistentry>
 <term><citetitle pubwork="book">&MAJOROSVER; System Administrator's Guide</citetitle></term>
 <listitem>
diff --git a/en-US/Configure_Network_Bridging.xml b/en-US/Configure_Network_Bridging.xml
index 7c68ca5..1ffccdc 100644
--- a/en-US/Configure_Network_Bridging.xml
+++ b/en-US/Configure_Network_Bridging.xml
@@ -329,7 +329,7 @@ BRIDGE=br0</programlisting>
         Specifying the hardware or MAC address using the <command>HWADDR</command> directive will influence the device naming procedure as explained in <xref linkend="ch-Consistent_Network_Device_Naming" />.
       </para>
 
-      <para>See the <citetitle pubwork="book">&MAJOROSVER; System Administrator's Reference Guide</citetitle> for a review of the directives and options used in network interface configuration files.</para>
+      <!--<para>See the <citetitle pubwork="book">&MAJOROSVER; System Administrator's Reference Guide</citetitle> for a review of the directives and options used in network interface configuration files.</para>-->
       <warning>
         <para>
         If you are configuring bridging on a remote host, and you are connected to that host over the physical NIC you are configuring, please consider the implications of losing connectivity before proceeding. You will lose connectivity when restarting the service and may not be able to regain connectivity if any errors have been made. Console, or out-of-band access is advised.
@@ -363,7 +363,7 @@ ONBOOT=yes
 BONDING_OPTS='mode=1 miimon=100'
 BRIDGE=brbond0
 NM_CONTROLLED=no</programlisting>
-      For further instructions and advice on configuring the bonding module and to view the list of bonding parameters, see the <citetitle pubwork="book">&MAJOROSVER; System Administrator's Reference Guide</citetitle>.
+      <!--For further instructions and advice on configuring the bonding module and to view the list of bonding parameters, see the <citetitle pubwork="book">&MAJOROSVER; System Administrator's Reference Guide</citetitle>.-->
       </para>
       <para>
       Create or edit one interface configuration file, <filename>/etc/sysconfig/network-scripts/ifcfg-brbond0</filename>, as follows:
diff --git a/en-US/Configure_Networking.xml b/en-US/Configure_Networking.xml
index 1a49f32..d2a7470 100644
--- a/en-US/Configure_Networking.xml
+++ b/en-US/Configure_Networking.xml
@@ -1720,8 +1720,7 @@ default via 192.168.122.1 dev ens9  proto static  metric 1024
       In dynamic network environments, where mobile hosts are managed by <application>NetworkManager</application>, gateway information is likely to be interface specific and is best left to be assigned by <systemitem class="protocol">DHCP</systemitem>. In special cases where it is necessary to influence <application>NetworkManager</application>'s selection of the exit interface to be used to reach a gateway, make use of the <command>DEFROUTE=no</command> command in the <literal>ifcfg</literal> files for those interfaces which do not lead to the default gateway.
     </para>
      <para>
-      Global default gateway configuration is stored in the <filename>/etc/sysconfig/network</filename> file.
-      This file specifies gateway and host information for all network interfaces. For more information about this file and the directives it accepts, see the <citetitle pubwork="book">&MAJOROSVER; System Administrator's Reference Guide</citetitle>.
+      Global default gateway configuration is stored in the <filename>/etc/sysconfig/network</filename> file. This file specifies gateway and host information for all network interfaces.<!-- For more information about this file and the directives it accepts, see the <citetitle pubwork="book">&MAJOROSVER; System Administrator's Reference Guide</citetitle>.-->
     </para>
   </section>
 
diff --git a/en-US/Preface.xml b/en-US/Preface.xml
index 073016c..7a46119 100644
--- a/en-US/Preface.xml
+++ b/en-US/Preface.xml
@@ -39,7 +39,7 @@
    <section id="sec-Preface-About_this_book">
     <title>About This Book</title>
     <para>
-      The <citetitle pubwork="book">Networking Guide</citetitle> is based on the networking material in the <ulink url="https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/index.html" ><citetitle pubwork="book">Red&nbsp;Hat Enterprise&nbsp;Linux&nbsp;6 Deployment Guide</citetitle></ulink>. It also retains the information on <systemitem class="protocol">DHCP</systemitem> and <systemitem class="protocol">DNS</systemitem> servers from the <xref linkend="part-Servers" /> section. Most of the non-networking related material from the <citetitle pubwork="book">Red&nbsp;Hat Enterprise&nbsp;Linux&nbsp;6 Deployment Guide</citetitle> guide can now be found in the <citetitle pubwork="book">&MAJOROSVER; System Administrator's Guide</citetitle> except for reference material, such as that found in the appendices of the Deployment Guide. Reference material is now in a separate guide, the <citetitle pubwork="book">&MAJOROSVER; System Administra
 tor's Reference Guide</citetitle>.
+      The <citetitle pubwork="book">Networking Guide</citetitle> is based on the networking material in the <ulink url="https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/index.html" ><citetitle pubwork="book">Red&nbsp;Hat Enterprise&nbsp;Linux&nbsp;6 Deployment Guide</citetitle></ulink>. It also retains the information on <systemitem class="protocol">DHCP</systemitem> and <systemitem class="protocol">DNS</systemitem> servers from the <xref linkend="part-Servers" /> section. Most of the non-networking related material from the <citetitle pubwork="book">Red&nbsp;Hat Enterprise&nbsp;Linux&nbsp;6 Deployment Guide</citetitle> guide can now be found in the <citetitle pubwork="book">&MAJOROSVER; System Administrator's Guide</citetitle> except for reference material, such as that found in the appendices of the Deployment Guide.<!--Reference material is now in a separate guide, the <citetitle pubwork="book">&MAJOROSVER; System Adminis
 trator's Reference Guide</citetitle>.-->
     </para>
   </section>
 



More information about the docs-commits mailing list