Changeset c5c2654


Ignore:
Timestamp:
04/10/2006 06:39:30 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:
38e4f06
Parents:
3cb0c57
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 #10

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

Location:
x
Files:
23 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x-setup.xml

    r3cb0c57 rc5c2654  
    145145      accomplished by running the following command as the <systemitem
    146146      class="username">root</systemitem> user, substituting the proper value
    147       for <replaceable>[X]</replaceable>:</para>
    148 
    149 <screen role="root"><userinput>sed -i 's,iso8859-1\( \|$\),iso8859-<replaceable>[X]</replaceable>\1,g' \
     147      for <replaceable>&lt;X&gt;</replaceable>:</para>
     148
     149<screen role="root"><userinput>sed -i 's,iso8859-1\( \|$\),iso8859-<replaceable>&lt;X&gt;</replaceable>\1,g' \
    150150    /usr/lib/X11/fonts/{75dpi,100dpi,misc}/fonts.alias</userinput></screen>
    151151
  • x/installing/xorg.xml

    r3cb0c57 rc5c2654  
    216216      following command:</para>
    217217
    218 <screen><userinput>sed -i 's@/usr/X11R6@<replaceable>[/usr]</replaceable>@' programs/luit/parser.h</userinput></screen>
     218<screen><userinput>sed -i 's@/usr/X11R6@<replaceable>&lt;/usr&gt;</replaceable>@' programs/luit/parser.h</userinput></screen>
    219219
    220220    </sect3>
  • x/installing/xorg7.xml

    r3cb0c57 rc5c2654  
    144144    command:</para>
    145145
    146 <screen><userinput>export XORG_PREFIX="<replaceable>[/usr]</replaceable>"</userinput></screen>
     146<screen><userinput>export XORG_PREFIX="<replaceable>&lt;/usr&gt;</replaceable>"</userinput></screen>
    147147
    148148    <para>Throughout these instructions, you will use the same three
     
    154154    <note>
    155155      <para>If you've decided to use an alternate prefix, be sure to add
    156       <filename class="directory"><replaceable>[/usr]</replaceable>/lib/pkgconfig</filename>
     156      <filename class="directory"><replaceable>&lt;/usr&gt;</replaceable>/lib/pkgconfig</filename>
    157157      to your <envar>PKG_CONFIG_PATH</envar> variable.</para>
    158158    </note>
     
    536536
    537537<screen><userinput>./configure $XORG_CONFIG \
    538     --with-mesa-source='<replaceable>[/path/to]</replaceable>/Mesa-&mesalib-version;' \
     538    --with-mesa-source='<replaceable>&lt;/path/to&gt;</replaceable>/Mesa-&mesalib-version;' \
    539539    --with-fontdir=$XORG_PREFIX/lib/X11/fonts \
    540540    --with-module-dir=$XORG_PREFIX/lib/X11/modules &amp;&amp;
  • x/lib/atk.xml

    r3cb0c57 rc5c2654  
    6969    <para role="optional"><xref linkend="gtk-doc"/></para>
    7070
     71    <para condition="html" role="usernotes">User Notes:
     72    <ulink url="&blfs-wiki;/atk"/></para>
     73
    7174  </sect2>
    7275
  • x/lib/cairo.xml

    r3cb0c57 rc5c2654  
    8282    <xref linkend="gtk-doc"/></para>
    8383
     84    <para condition="html" role="usernotes">User Notes:
     85    <ulink url="&blfs-wiki;/cairo"/></para>
     86
    8487  </sect2>
    8588
     
    134137      <seglistitem>
    135138        <seg>None</seg>
    136         <seg>libcairo.[so,a]</seg>
     139        <seg>libcairo.{so,a}</seg>
    137140        <seg>/usr/include/cairo and /usr/share/gtk-doc/html/cairo</seg>
    138141      </seglistitem>
     
    145148
    146149      <varlistentry id="libcairo">
    147         <term><filename class='libraryfile'>libcairo.[so,a]</filename></term>
     150        <term><filename class='libraryfile'>libcairo.{so,a}</filename></term>
    148151        <listitem>
    149152          <para>contains the 2D graphics functions required for rendering to
    150153          the various output targets.</para>
    151154          <indexterm zone="cairo libcairo">
    152             <primary sortas="c-libcairo">libcairo.[so,a]</primary>
     155            <primary sortas="c-libcairo">libcairo.{so,a}</primary>
    153156          </indexterm>
    154157        </listitem>
  • x/lib/freeglut.xml

    r3cb0c57 rc5c2654  
    6767    <para role="required"><xref linkend="x-window-system"/></para>
    6868
     69    <para condition="html" role="usernotes">User Notes:
     70    <ulink url="&blfs-wiki;/freeglut"/></para>
     71
    6972  </sect2>
    7073
     
    110113
    111114      <varlistentry id="libglut">
    112         <term><filename class='libraryfile'>libglut.[so,a]</filename></term>
     115        <term><filename class='libraryfile'>libglut.{so,a}</filename></term>
    113116        <listitem>
    114117          <para>contains functions that implement the OpenGL Utility
    115118          Toolkit.</para>
    116119          <indexterm zone="freeglut libglut">
    117             <primary sortas="c-libglut">libglut.[so,a]</primary>
     120            <primary sortas="c-libglut">libglut.{so,a}</primary>
    118121          </indexterm>
    119122        </listitem>
  • x/lib/goffice.xml

    r3cb0c57 rc5c2654  
    9090    <filename class='libraryfile'>libgsf-gnome-1</filename> library)</para>
    9191
     92    <para condition="html" role="usernotes">User Notes:
     93    <ulink url="&blfs-wiki;/goffice"/></para>
     94
    9295  </sect2>
    9396
     
    122125        <seg>/usr/include/libgoffice-1,
    123126        /usr/lib/goffice,
    124         /usr/share/[,pixmaps/]goffice</seg>
     127        /usr/share/{,pixmaps/}goffice</seg>
    125128      </seglistitem>
    126129    </segmentedlist>
  • x/lib/gtk+.xml

    r3cb0c57 rc5c2654  
    6767    <xref linkend="x-window-system"/></para>
    6868
     69    <para condition="html" role="usernotes">User Notes:
     70    <ulink url="&blfs-wiki;/gtk+"/></para>
     71
    6972  </sect2>
    7073
     
    111114      <seglistitem>
    112115        <seg>gtk-config</seg>
    113         <seg>libgdk.[so,a] and libgtk.[so,a]</seg>
     116        <seg>libgdk.{so,a} and libgtk.{so,a}</seg>
    114117        <seg>/etc/gtk, /usr/include/gtk-1.2, and /usr/share/themes</seg>
    115118      </seglistitem>
     
    135138
    136139      <varlistentry id="libgtk">
    137         <term><filename class='libraryfile'>libgtk.[so,a]</filename></term>
     140        <term><filename class='libraryfile'>libgtk.{so,a}</filename></term>
    138141        <listitem>
    139142          <para>(GIMP Tool Kit) is a library for creating graphical user
    140143          interfaces similar to the Motif <quote>look and feel</quote>.</para>
    141144          <indexterm zone="GTK libgtk">
    142             <primary sortas="c-libgtk">libgtk.[so,a]</primary>
     145            <primary sortas="c-libgtk">libgtk.{so,a}</primary>
    143146          </indexterm>
    144147        </listitem>
     
    146149
    147150      <varlistentry id="libgdk">
    148         <term><filename class='libraryfile'>libgdk.[so,a]</filename></term>
     151        <term><filename class='libraryfile'>libgdk.{so,a}</filename></term>
    149152        <listitem>
    150153          <para>is designed as a wrapper library that lies on top of Xlib.
     
    153156          functionality from Xlib directly.</para>
    154157          <indexterm zone="GTK libgdk">
    155             <primary sortas="c-libgdk">libgdk.[so,a]</primary>
     158            <primary sortas="c-libgdk">libgdk.{so,a}</primary>
    156159          </indexterm>
    157160        </listitem>
  • x/lib/gtk+2.xml

    r3cb0c57 rc5c2654  
    8181    <xref linkend="docbook-utils"/></para>
    8282
     83    <para condition="html" role="usernotes">User Notes:
     84    <ulink url="&blfs-wiki;/gtk+2"/></para>
     85
    8386  </sect2>
    8487
     
    137140        <seg>/etc/gtk-2.0, /usr/include/gtk-2.0, /usr/lib/gtk-2.0,
    138141        /usr/share/doc/gtk+-&gtk2-version;, /usr/share/gtk-2.0,
    139         /usr/share/gtk-doc/html/[gdk,gdk-pixbuf,gtk],
     142        /usr/share/gtk-doc/html/{gdk,gdk-pixbuf,gtk},
    140143        /usr/share/themes/Default/gtk*, /usr/share/themes/Emacs and
    141144        /usr/share/themes/Raleigh</seg>
  • x/lib/hicolor-icon-theme.xml

    r3cb0c57 rc5c2654  
    6161    </itemizedlist>
    6262
     63    <para condition="html" role="usernotes">User Notes:
     64    <ulink url="&blfs-wiki;/hicolor-icon-theme"/></para>
     65
    6366  </sect2>
    6467
  • x/lib/lesstif.xml

    r3cb0c57 rc5c2654  
    7676    (used to generate the <filename>INSTALL</filename> documentation file) and
    7777    <ulink url="http://dmalloc.com">Dmalloc</ulink></para>
     78
     79    <para condition="html" role="usernotes">User Notes:
     80    <ulink url="&blfs-wiki;/lesstif"/></para>
    7881
    7982  </sect2>
  • x/lib/libdrm.xml

    r3cb0c57 rc5c2654  
    6060    </itemizedlist>
    6161
     62    <para condition="html" role="usernotes">User Notes:
     63    <ulink url="&blfs-wiki;/libdrm"/></para>
     64
    6265  </sect2>
    6366
     
    9295
    9396      <seglistitem>
    94         <seg>libdrm.[so,a]</seg>
     97        <seg>libdrm.{so,a}</seg>
    9598      </seglistitem>
    9699    </segmentedlist>
     
    102105
    103106      <varlistentry id="libdrm-lib">
    104         <term><filename class='libraryfile'>libdrm.[so,a]</filename></term>
     107        <term><filename class='libraryfile'>libdrm.{so,a}</filename></term>
    105108        <listitem>
    106109          <para>contains the Direct Rendering Module library functions.</para>
    107110          <indexterm zone="libdrm libdrm-lib">
    108             <primary sortas="c-libdrm">libdrm.[so,a]</primary>
     111            <primary sortas="c-libdrm">libdrm.{so,a}</primary>
    109112          </indexterm>
    110113        </listitem>
  • x/lib/libwnck.xml

    r3cb0c57 rc5c2654  
    6969    <xref linkend="gtk-doc"/></para>
    7070
     71    <para condition="html" role="usernotes">User Notes:
     72    <ulink url="&blfs-wiki;/libwnck"/></para>
     73
    7174  </sect2>
    7275
     
    98101      <seglistitem>
    99102        <seg>None</seg>
    100         <seg>libwnck-1.[so,a]</seg>
     103        <seg>libwnck-1.{so,a}</seg>
    101104        <seg>/usr/include/libwnck-1.0 and
    102105        /usr/share/gtk-doc/html/libwnck</seg>
     
    110113
    111114      <varlistentry id="libwnck-1">
    112         <term><filename class='libraryfile'>libwnck-1.[so,a]</filename></term>
     115        <term><filename class='libraryfile'>libwnck-1.{so,a}</filename></term>
    113116        <listitem>
    114117          <para>contains functions for writing pagers and task lists.</para>
    115118          <indexterm zone="libwnck libwnck-1">
    116             <primary sortas="c-libwnck-1">libwnck-1.[so,a]</primary>
     119            <primary sortas="c-libwnck-1">libwnck-1.{so,a}</primary>
    117120          </indexterm>
    118121        </listitem>
  • x/lib/libxklavier.xml

    r3cb0c57 rc5c2654  
    6969    <para role="optional"><xref linkend="doxygen"/></para>
    7070
     71    <para condition="html" role="usernotes">User Notes:
     72    <ulink url="&blfs-wiki;/libxklavier"/></para>
     73
    7174  </sect2>
    7275
     
    9699      <seglistitem>
    97100        <seg>None</seg>
    98         <seg>libxklavier.[so,a]</seg>
     101        <seg>libxklavier.{so,a}</seg>
    99102        <seg>/usr/include/libxklavier, and /usr/share/libxklavier</seg>
    100103      </seglistitem>
     
    107110
    108111      <varlistentry id="libxklavier-lib">
    109         <term><filename class='libraryfile'>libxklavier.[so,a]</filename></term>
     112        <term><filename class='libraryfile'>libxklavier.{so,a}</filename></term>
    110113        <listitem>
    111114          <para>contains XKB utility functions.</para>
    112115          <indexterm zone="libxklavier libxklavier-lib">
    113             <primary sortas="c-libxklavier">libxklavier.[so,a]</primary>
     116            <primary sortas="c-libxklavier">libxklavier.{so,a}</primary>
    114117          </indexterm>
    115118        </listitem>
  • x/lib/mesalib.xml

    r3cb0c57 rc5c2654  
    8686    </note>
    8787
     88    <para condition="html" role="usernotes">User Notes:
     89    <ulink url="&blfs-wiki;/mesalib"/></para>
     90
    8891  </sect2>
    8992
     
    136139    <systemitem class="username">root</systemitem> user:</para>
    137140
    138 <screen><userinput role="root">ln -s -v <replaceable>[/usr/X11]</replaceable>/include/GL /usr/include</userinput></screen>
     141<screen><userinput role="root">ln -s -v <replaceable>&lt;/usr/X11&gt;</replaceable>/include/GL /usr/include</userinput></screen>
    139142
    140143  </sect2>
     
    179182      <seglistitem>
    180183        <seg>glxgears and glxinfo</seg>
    181         <seg>libGL.[so,a], libGLU.[so,a], libGLw.[so,a], libglut.[so,a] and
     184        <seg>libGL.{so,a}, libGLU.{so,a}, libGLw.{so,a}, libglut.{so,a} and
    182185        *_dri.so</seg>
    183186        <seg>$XORG_PREFIX/lib/modules/dri</seg>
  • x/lib/pango.xml

    r3cb0c57 rc5c2654  
    8080    <bridgehead renderas="sect4">Optional (To Rebuild the API Documentation)</bridgehead>
    8181    <para role="optional"><xref linkend="gtk-doc"/></para>
     82
     83    <para condition="html" role="usernotes">User Notes:
     84    <ulink url="&blfs-wiki;/pango"/></para>
    8285
    8386  </sect2>
  • x/lib/qt.xml

    r3cb0c57 rc5c2654  
    7676    <para>Note: if for whatever reason you do not have the recommended
    7777    libraries installed on your system, you must remove the corresponding
    78     <parameter>-system-<replaceable>[library]</replaceable></parameter> and
    79     <parameter>-plugin-imgfmt-<replaceable>[library]</replaceable></parameter>
     78    <parameter>-system-<replaceable>&lt;library&gt;</replaceable></parameter> and
     79    <parameter>-plugin-imgfmt-<replaceable>&lt;library&gt;</replaceable></parameter>
    8080    parameters from the <command>configure</command> commands shown in the
    8181    instructions below.</para>
     
    253253      <note>
    254254        <para>If you pass the
    255         <option>-plugin-sql-<replaceable>[driver]</replaceable></option>
     255        <option>-plugin-sql-<replaceable>&lt;driver&gt;</replaceable></option>
    256256        switch to the <command>configure</command> command, you must also pass
    257         <option>-I<replaceable>[/path/to/sql/headers]</replaceable></option>
     257        <option>-I<replaceable>&lt;/path/to/sql/headers&gt;</replaceable></option>
    258258        so <command>make</command> can find the appropriate header files.</para>
    259259      </note>
     
    367367<literal># Begin qt addition to man_db.conf
    368368
    369 MANPATH /opt/qt/doc/man
     369MANDATORY_MANPATH /opt/qt/doc/man
    370370
    371371# End qt addition to man_db.conf</literal>
  • x/lib/shared-mime-info.xml

    r3cb0c57 rc5c2654  
    6767    <xref linkend="libxml2"/>, and
    6868    <xref linkend="perl-xml-parser"/></para>
     69
     70    <para condition="html" role="usernotes">User Notes:
     71    <ulink url="&blfs-wiki;/shared-mime-info"/></para>
    6972
    7073  </sect2>
  • x/lib/startup-notification.xml

    r3cb0c57 rc5c2654  
    6767    <para role="required"><xref linkend="x-window-system"/></para>
    6868
     69    <para condition="html" role="usernotes">User Notes:
     70    <ulink url="&blfs-wiki;/startup-notification"/></para>
     71
    6972  </sect2>
    7073
     
    9699      <seglistitem>
    97100        <seg>None</seg>
    98         <seg>libstartup-notification-1.[so,a]</seg>
     101        <seg>libstartup-notification-1.{so,a}</seg>
    99102        <seg>/usr/include/startup-notification-1.0 and
    100103        /usr/share/doc/startup-notification-&startup-notification-version;</seg>
     
    108111
    109112      <varlistentry id="libstartup-notification">
    110         <term><filename class='libraryfile'>libstartup-notification-1.[so,a]</filename></term>
     113        <term><filename class='libraryfile'>libstartup-notification-1.{so,a}</filename></term>
    111114        <listitem>
    112115          <para>provides the functions to assist applications in communicating
     
    114117          application is loading.</para>
    115118          <indexterm zone="startup-notification libstartup-notification">
    116             <primary sortas="c-libstartup-notification">libstartup-notification-1.[so,a]</primary>
     119            <primary sortas="c-libstartup-notification">libstartup-notification-1.{so,a}</primary>
    117120          </indexterm>
    118121        </listitem>
  • x/wm/fluxbox.xml

    r3cb0c57 rc5c2654  
    6767    <para role="optional"><xref linkend="imlib2"/> Image display library</para>
    6868
     69    <para condition="html" role="usernotes">User Notes:
     70    <ulink url="&blfs-wiki;/fluxbox"/></para>
     71
    6972   </sect2>
    7073
     
    172175      theme you like into <filename class='directory'>~/.fluxbox</filename>.
    173176      Then add a line to make it use the correct image. In the following command,
    174       change <replaceable>[theme]</replaceable> for the name of the theme you
     177      change <replaceable>&lt;theme&gt;</replaceable> for the name of the theme you
    175178      want and change <replaceable>/path/to/nice/image.xpm</replaceable> to
    176179      reflect the actual image you want to use.</para>
  • x/wm/metacity.xml

    r3cb0c57 rc5c2654  
    7878    unless you want to hack on it...</quote></para>
    7979
     80    <para condition="html" role="usernotes">User Notes:
     81    <ulink url="&blfs-wiki;/metacity"/></para>
     82
    8083  </sect2>
    8184
     
    160163        <seg>metacity, metacity-message, metacity-theme-viewer
    161164        and metacity-window-demo</seg>
    162         <seg>libmetacity-private.[so,a]</seg>
    163         <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults[,/schemas]/apps/metacity,
     165        <seg>libmetacity-private.{so,a}</seg>
     166        <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults{,/schemas}/apps/metacity,
    164167        /usr/include/metacity-1,
    165168        /usr/lib/metacity,
     
    167170        /usr/share/gnome/wm-properties,
    168171        /usr/share/metacity and
    169         /usr/share/themes/[AgingGorilla,Atlanta,Bright,Crux,Esco,Metabox,Simple]/metacity-1</seg>
     172        /usr/share/themes/{AgingGorilla,Atlanta,Bright,Crux,Esco,Metabox,Simple}/metacity-1</seg>
    170173      </seglistitem>
    171174    </segmentedlist>
  • x/wm/sawfish.xml

    r3cb0c57 rc5c2654  
    6666    <para role="required"><xref linkend="rep-gtk"/> and
    6767    <xref linkend="esound"/></para>
     68
     69    <para condition="html" role="usernotes">User Notes:
     70    <ulink url="&blfs-wiki;/sawfish"/></para>
    6871
    6972  </sect2>
  • x/wm/xfce.xml

    r3cb0c57 rc5c2654  
    7171    <xref linkend="startup-notification"/> and <xref linkend="a2ps"/> (required to build
    7272    <application>xfprint</application>).</para>
     73
     74    <para condition="html" role="usernotes">User Notes:
     75    <ulink url="&blfs-wiki;/xfce"/></para>
    7376
    7477  </sect2>
     
    257260        xfprint-manager, xfprint4, xfrun4, xfsamba4, xftaskbar4,
    258261        xfterm4, xftrash4, xftree4, and xfwm4</seg>
    259         <seg id='xfcelibs'>libxfce4util.[a,so], libdbh.[a,so], libxfcegui4.[a,so],
    260         libxfce4mcs.[a,so], libxffm_actions.so, libxffm_basic.so, libxffm_calls.so,
     262        <seg id='xfcelibs'>libxfce4util.{a,so}, libdbh.{a,so}, libxfcegui4.{a,so},
     263        libxfce4mcs.{a,so}, libxffm_actions.so, libxffm_basic.so, libxffm_calls.so,
    261264        libxffm_cpy.so, libxffm_on_demand.so, libxffm_secondary.so, libxffm_tubo.so,
    262         libxfsm-4.2.[a,so]</seg>
     265        libxfsm-4.2.{a,so}</seg>
    263266        <seg>/usr/lib/xfce4, /usr/share/doc/xfce4, /usr/share/xfce4, /usr/share/xffm
    264267        and /usr/share/xfwm4</seg>
Note: See TracChangeset for help on using the changeset viewer.