Changeset 802e6fe7


Ignore:
Timestamp:
07/30/2004 11:32:28 AM (20 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9f94cd9
Parents:
a0b3f588
Message:

Fixed XML validity errors.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2519 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • connect/dhcp/dhcp-client.xml

    ra0b3f588 r802e6fe7  
    5151commands:</para> 
    5252
    53 <note>You'll need to add a second interface definition to the file if you
    54 have more than one interface.</note>
     53<note><para>You'll need to add a second interface definition to the file if you
     54have more than one interface.</para></note>
    5555
    5656<screen><userinput><command>cat &gt; /etc/dhclient.conf &lt;&lt; "EOF"</command>
  • connect/dhcp/dhcpcd.xml

    ra0b3f588 r802e6fe7  
    128128values, examine the man page for <command>dhcpcd</command>.</para>
    129129
    130 <note>The default behavior of <command>dhcpcd</command> is to overwrite
     130<note><para>The default behavior of <command>dhcpcd</command> is to overwrite
    131131(after making backup copies) <filename>/etc/resolv.conf</filename>,
    132132<filename>/etc/yp.conf</filename> and <filename>/etc/ntp.conf</filename>
     
    134134server. If this is undesirable, review the <command>dhcpcd</command>
    135135man page for switches to add to the <envar>DHCP_START</envar>
    136 value.</note>
     136value.</para></note>
    137137
    138138</sect3>
  • connect/other/pppoe.xml

    ra0b3f588 r802e6fe7  
    115115service script:</para>
    116116
    117 <note>If you have previously configured the network interface that
     117<note><para>If you have previously configured the network interface that
    118118will now
    119119use <acronym>PPPoE</acronym>, you should remove the interface
    120120configuration
    121121files for that interface:
    122 <command><userinput>rm /etc/sysconfig/network-devices/ifconfig.eth0/*</userinput></command>.</note>
     122<command><userinput>rm /etc/sysconfig/network-devices/ifconfig.eth0/*</userinput></command>.</para></note>
    123123
    124124<screen><userinput><command>install -d /etc/sysconfig/network-devices/ifconfig.eth0 &amp;&amp;
  • server/other/svnserver.xml

    ra0b3f588 r802e6fe7  
    7171chmod 0755 /usr/bin/svn{,serve}</command></userinput></screen>
    7272
    73 <note>If you use <application>apache</application> for working with
     73<note><para>If you use <application>apache</application> for working with
    7474the repository over the web, even for anonymous access, you should wrap
    75 <application>apache</application> in a similar script.</note>
     75<application>apache</application> in a similar script.</para></note>
    7676
    7777</sect3>
     
    135135<screen><userinput><command>svnlook tree /srv/svn/repositories/svntest/</command></userinput></screen>
    136136
    137 <note>You may need to logout and back in again to refresh your group
     137<note><para>You may need to logout and back in again to refresh your group
    138138memberships.  'su <replaceable>[username]</replaceable>' should work
    139 around this as well. </note>
     139around this as well.</para></note>
    140140
    141141</sect3>
Note: See TracChangeset for help on using the changeset viewer.