Changeset 977061b0 for pst/ps


Ignore:
Timestamp:
04/10/2006 06:38:41 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:
3cb0c57
Parents:
3597eb6
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 #8

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

Location:
pst/ps
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/a2ps.xml

    r3597eb6 r977061b0  
    8383    url="http://www.gnu.org/software/ghostview/ghostview.html">Ghostview</ulink></para>
    8484
     85    <para condition="html" role="usernotes">User Notes:
     86    <ulink url="&blfs-wiki;/a2ps"/></para>
     87
    8588  </sect2>
    8689
     
    198201        <seg>a2ps, card, composeglyphs, fixnt, fixps, ogonkify,
    199202        pdiff, psmandup, psset, and texi2dvi4a2ps</seg>
    200         <seg>liba2ps.[so,a] and filter data</seg>
     203        <seg>liba2ps.{so,a} and filter data</seg>
    201204        <seg>/etc/a2ps and /usr/share/a2ps</seg>
    202205      </seglistitem>
  • pst/ps/enscript.xml

    r3597eb6 r977061b0  
    6262      </listitem>
    6363    </itemizedlist>
     64
     65    <para condition="html" role="usernotes">User Notes:
     66    <ulink url="&blfs-wiki;/enscript"/></para>
    6467
    6568  </sect2>
  • pst/ps/fop.xml

    r3597eb6 r977061b0  
    111111    <ulink url="http://forrest.apache.org/">Forrest</ulink> (only used to rebuild
    112112    the documentation)</para>
     113
     114    <para condition="html" role="usernotes">User Notes:
     115    <ulink url="&blfs-wiki;/fop"/></para>
    113116
    114117  </sect2>
     
    310313      Java heap space</computeroutput></para>
    311314
    312       <para>To avoid errors like this, you need to pass an extra parameter to the
    313       <command>java</command> command used in the <command>fop.sh</command> script.
    314       This can be accomplished by creating a <filename>~/.foprc</filename> (which
    315       is sourced by the <command>fop.sh</command> script) and adding the parameter
    316       to the <envar>FOP_OPTS</envar> environment variable.</para>
     315      <para>To avoid errors like this, you need to pass an extra parameter to
     316      the <command>java</command> command used in the <command>fop.sh</command>
     317      script. This can be accomplished by creating a
     318      <filename>~/.foprc</filename> (which is sourced by the
     319      <command>fop.sh</command> script) and adding the parameter to the
     320      <envar>FOP_OPTS</envar> environment variable.</para>
    317321
    318322      <para>The <command>fop.sh</command> script looks for a
     
    323327
    324328<screen><userinput>cat &gt; ~/.foprc &lt;&lt; "EOF"
    325 <literal>FOP_OPTS="-Xmx<replaceable>[RAM_Installed]</replaceable>m"
     329<literal>FOP_OPTS="-Xmx<replaceable>&lt;RAM_Installed&gt;</replaceable>m"
    326330FOP_HOME="/opt/fop"</literal>
    327331
    328332EOF</userinput></screen>
    329333
    330       <para>Replace <replaceable>[RAM_Installed]</replaceable> with a number
    331       representing the amount of RAM installed in your computer. An example would
    332       be <userinput>FOP_OPTS="-Xmx768m"</userinput>. For more information about
     334      <para>Replace <replaceable>&lt;RAM_Installed&gt;</replaceable> with a
     335      number representing the amount of RAM installed in your computer (in
     336      megabytes). An example would be
     337      <userinput>FOP_OPTS="-Xmx768m"</userinput>. For more information about
    333338      memory issues running <application>FOP</application>, see
    334339      <ulink url="http://xml.apache.org/fop/running.html#memory"/>.</para>
    335340
    336       <para>To include the <command>fop.sh</command> script in your path, update
    337       your personal or system-wide profile with the following:</para>
     341      <para>To include the <command>fop.sh</command> script in your path,
     342      update your personal or system-wide profile with the following:</para>
    338343
    339344<screen><literal>PATH=$PATH:/opt/fop/bin</literal></screen>
  • pst/ps/gsview.xml

    r3597eb6 r977061b0  
    7474    (with libgs.so installed)</para>
    7575
     76    <para condition="html" role="usernotes">User Notes:
     77    <ulink url="&blfs-wiki;/gsview"/></para>
     78
    7679  </sect2>
    7780
     
    8689    <filename>srcunx/gvxreg.c</filename> using the following <command>sed</command>
    8790    script with your browser's executable file name
    88     substituted for <replaceable>[browser]</replaceable>:</para>
     91    substituted for <replaceable>&lt;browser&gt;</replaceable>:</para>
    8992
    90 <screen><userinput>sed -i 's:netscape:<replaceable>[browser]</replaceable>:' srcunx/gvxreg.c</userinput></screen>
     93<screen><userinput>sed -i 's:netscape:<replaceable>&lt;browser&gt;</replaceable>:' srcunx/gvxreg.c</userinput></screen>
    9194
    9295    <para>Install <application>GSview</application> by running the following
  • pst/ps/psutils.xml

    r3597eb6 r977061b0  
    5959    </itemizedlist>
    6060
     61    <para condition="html" role="usernotes">User Notes:
     62    <ulink url="&blfs-wiki;/psutils"/></para>
     63
    6164  </sect2>
    6265
     
    113116    a document 2-up, you can issue this command:</para>
    114117
    115 <screen><userinput>lp -o number-up=2 <replaceable>[filename]</replaceable></userinput></screen>
     118<screen><userinput>lp -o number-up=2 <replaceable>&lt;filename&gt;</replaceable></userinput></screen>
    116119
    117120    <variablelist>
  • pst/ps/xpdf.xml

    r3597eb6 r977061b0  
    7979    t1lib</ulink> and <ulink
    8080    url="http://packages.debian.org/unstable/source/libpaper">libpaper</ulink></para>
     81
     82    <para condition="html" role="usernotes">User Notes:
     83    <ulink url="&blfs-wiki;/xpdf"/></para>
    8184
    8285  </sect2>
Note: See TracChangeset for help on using the changeset viewer.