Changeset 3cb0c57 for server/other


Ignore:
Timestamp:
04/10/2006 06:38:56 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
c5c2654
Parents:
977061b0
Message:

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #9

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

Location:
server/other
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • server/other/cvsserver.xml

    r977061b0 r3cb0c57  
    6565      CVS repository:</para>
    6666
    67 <screen><userinput>cd <replaceable>[sourcedir]</replaceable> &amp;&amp;
    68 cvs import -m "<replaceable>[repository test]</replaceable>" <replaceable>[cvstest]</replaceable> <replaceable>[vendortag]</replaceable> <replaceable>[releasetag]</replaceable></userinput></screen>
     67<screen><userinput>cd <replaceable>&lt;sourcedir&gt;</replaceable> &amp;&amp;
     68cvs import -m "<replaceable>&lt;repository test&gt;</replaceable>" <replaceable>&lt;cvstest&gt;</replaceable> <replaceable>&lt;vendortag&gt;</replaceable> <replaceable>&lt;releasetag&gt;</replaceable></userinput></screen>
    6969
    7070    </sect3>
     
    8888
    8989      <note>
    90         <para>Replace <replaceable>[servername]</replaceable> with the
     90        <para>Replace <replaceable>&lt;servername&gt;</replaceable> with the
    9191        IP address or host name of the CVS repository machine. You will
    9292        be prompted for the user's shell account password before CVS
     
    9595
    9696<screen><userinput>export CVS_RSH=/usr/bin/ssh &amp;&amp;
    97 cvs -d:ext:<replaceable>[servername]</replaceable>:/srv/cvsroot co cvstest</userinput></screen>
     97cvs -d:ext:<replaceable>&lt;servername&gt;</replaceable>:/srv/cvsroot co cvstest</userinput></screen>
    9898
    9999    </sect3>
     
    160160    the following command:</para>
    161161
    162 <screen><userinput>cvs -d:pserver:anonymous@<replaceable>[servername]</replaceable>:/srv/cvsroot co cvstest</userinput></screen>
     162<screen><userinput>cvs -d:pserver:anonymous@<replaceable>&lt;servername&gt;</replaceable>:/srv/cvsroot co cvstest</userinput></screen>
    163163
    164164    <note>
    165       <para>Replace <replaceable>[servername]</replaceable> with the
     165      <para>Replace <replaceable>&lt;servername&gt;</replaceable> with the
    166166      IP address or hostname of the CVS server.</para>
    167167    </note>
  • server/other/dhcp.xml

    r977061b0 r3cb0c57  
    7878    <ulink url="&patch-root;/dhcp-&dhcp-version;-iproute2-3.patch"/>)</para>
    7979
     80    <para condition="html" role="usernotes">User Notes:
     81    <ulink url="&blfs-wiki;/dhcp"/></para>
     82
    8083  </sect2>
    8184
     
    180183ddns-update-style ad-hoc;
    181184
    182 subnet <replaceable>[192.168.5.0]</replaceable> netmask <replaceable>[255.255.255.0]</replaceable> {
    183   range <replaceable>[192.168.5.10] [192.168.5.240]</replaceable>;
    184   option broadcast-address <replaceable>[192.168.5.255]</replaceable>;
    185   option routers <replaceable>[192.168.5.1]</replaceable>;
     185subnet <replaceable>&lt;192.168.5.0&gt;</replaceable> netmask <replaceable>&lt;255.255.255.0&gt;</replaceable> {
     186  range <replaceable>&lt;192.168.5.10] [192.168.5.240&gt;</replaceable>;
     187  option broadcast-address <replaceable>&lt;192.168.5.255&gt;</replaceable>;
     188  option routers <replaceable>&lt;192.168.5.1&gt;</replaceable>;
    186189}</literal>
    187190EOF</userinput></screen>
  • server/other/leafnode.xml

    r977061b0 r3cb0c57  
    6868    <para role="recommended"><xref linkend="xinetd"/> and
    6969    <xref linkend="fcron"/></para>
     70
     71    <para condition="html" role="usernotes">User Notes:
     72    <ulink url="&blfs-wiki;/leafnode"/></para>
    7073
    7174  </sect2>
  • server/other/openldap.xml

    r977061b0 r3cb0c57  
    8484    <ulink url="http://www.openslp.org/">OpenSLP</ulink></para>
    8585
     86    <para condition="html" role="usernotes">User Notes:
     87    <ulink url="&blfs-wiki;/openldap"/></para>
     88
    8689  </sect2>
    8790
     
    356359        ldappasswd, ldapsearch, ldapwhoami, slapadd, slapcat, slapd, slapdn,
    357360        slapindex, slappasswd, slaptest, and slurpd</seg>
    358         <seg>liblber.[so,a], libldap.[so,a], and libldap_r.[so,a]</seg>
     361        <seg>liblber.{so,a}, libldap.{so,a}, and libldap_r.{so,a}</seg>
    359362        <seg>/etc/openldap, /srv/ldap, and /usr/share/openldap</seg>
    360363      </seglistitem>
     
    540543
    541544      <varlistentry id="liblber">
    542         <term><filename class='libraryfile'>liblber.[so,a]</filename></term>
     545        <term><filename class='libraryfile'>liblber.{so,a}</filename></term>
    543546        <listitem>
    544547          <para>is a set of lightweight Basic Encoding Rules routines. These
     
    549552          and extended operations.</para>
    550553          <indexterm zone="openldap liblber">
    551             <primary sortas="c-liblber">liblber.[so,a]</primary>
     554            <primary sortas="c-liblber">liblber.{so,a}</primary>
    552555          </indexterm>
    553556        </listitem>
     
    555558
    556559      <varlistentry id="libldap">
    557         <term><filename class='libraryfile'>libldap.[so,a]</filename></term>
     560        <term><filename class='libraryfile'>libldap.{so,a}</filename></term>
    558561        <listitem>
    559562          <para>supports the LDAP programs and provide functionality for
    560563          other programs interacting with LDAP.</para>
    561564          <indexterm zone="openldap libldap">
    562             <primary sortas="c-libldap">libldap.[so,a]</primary>
     565            <primary sortas="c-libldap">libldap.{so,a}</primary>
    563566          </indexterm>
    564567        </listitem>
     
    566569
    567570      <varlistentry id="libldap_r">
    568         <term><filename class='libraryfile'>libldap_r.[so,a]</filename></term>
     571        <term><filename class='libraryfile'>libldap_r.{so,a}</filename></term>
    569572        <listitem>
    570573          <para>contains the functions required by the LDAP programs to
    571574          produce the results from LDAP requests.</para>
    572575          <indexterm zone="openldap libldap_r">
    573             <primary sortas="c-libldap_r">libldap_r.[so,a]</primary>
     576            <primary sortas="c-libldap_r">libldap_r.{so,a}</primary>
    574577          </indexterm>
    575578        </listitem>
  • server/other/rsync.xml

    r977061b0 r3cb0c57  
    6565    <para role="optional"><xref linkend="popt"/> and
    6666    <xref linkend="docbook-utils"/></para>
     67
     68    <para condition="html" role="usernotes">User Notes:
     69    <ulink url="&blfs-wiki;/rsync"/></para>
    6770
    6871  </sect2>
  • server/other/svnserver.xml

    r977061b0 r3cb0c57  
    149149
    150150<screen role="root"><userinput>svn import -m "Initial import." \
    151     <replaceable>[/path/to/source/tree]</replaceable> \
     151    <replaceable>&lt;/path/to/source/tree&gt;</replaceable> \
    152152    file:///srv/svn/repositories/svntest</userinput></screen>
    153153
     
    160160chmod -R g+w /srv/svn/repositories/svntest &amp;&amp;
    161161chmod g+s /srv/svn/repositories/svntest/db &amp;&amp;
    162 usermod -G svn,svntest,<replaceable>[insert existing groups]</replaceable> <replaceable>[username]</replaceable></userinput></screen>
     162usermod -G svn,svntest,<replaceable>&lt;insert existing groups&gt;</replaceable> <replaceable>&lt;username&gt;</replaceable></userinput></screen>
    163163
    164164      <para><systemitem class="groupname">svntest</systemitem> is the group
     
    188188      <note>
    189189        <para>You may need to log out and back in again to refresh your group
    190         memberships. '<command>su <replaceable>[username]</replaceable></command>'
     190        memberships. '<command>su <replaceable>&lt;username&gt;</replaceable></command>'
    191191        should work around this as well.</para>
    192192      </note>
Note: See TracChangeset for help on using the changeset viewer.