Changeset 58c6057 for x/lib


Ignore:
Timestamp:
04/09/2006 10:07:47 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:
b714def5
Parents:
ef04308d
Message:

Changed instances of man.conf to man_db.conf

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt.xml

    ref04308d r58c6057  
    9090    <ulink url="http://firebird.sourceforge.net/">Firebird</ulink></para>
    9191
     92    <para condition="html" role="usernotes">User Notes:
     93    <ulink url="&blfs-wiki;/qt"/></para>
     94
    9295  </sect2>
    9396
     
    132135      <para>The advantage of this method is that no updates to the
    133136      <filename>/etc/ld.so.conf</filename> or
    134       <filename>/etc/man.conf</filename> files are required. The package
     137      <filename>/etc/man_db.conf</filename> files are required. The package
    135138      files are distributed within several subdirectories of the
    136139      <filename class='directory'>/usr</filename> hierarchy.
     
    351354
    352355      <para>Update the <filename>/etc/ld.so.conf</filename> and
    353       <filename>/etc/man.conf</filename> files:</para>
     356      <filename>/etc/man_db.conf</filename> files:</para>
    354357
    355358<screen role="root"><userinput>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; "EOF" &amp;&amp;
     
    361364EOF
    362365ldconfig &amp;&amp;
    363 cat &gt;&gt; /etc/man.conf &lt;&lt; "EOF"
    364 <literal># Begin qt addition to man.conf
     366cat &gt;&gt; /etc/man_db.conf &lt;&lt; "EOF"
     367<literal># Begin qt addition to man_db.conf
    365368
    366369MANPATH /opt/qt/doc/man
    367370
    368 # End qt addition to man.conf</literal>
     371# End qt addition to man_db.conf</literal>
    369372EOF</userinput></screen>
    370373
     
    374377
    375378      <indexterm zone="qt qt-config">
    376         <primary sortas="e-etc-man.conf">/etc/man.conf</primary>
     379        <primary sortas="e-etc-man_db.conf">/etc/man_db.conf</primary>
    377380      </indexterm>
    378381
Note: See TracChangeset for help on using the changeset viewer.