Ignore:
Timestamp:
03/10/2020 02:12:43 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
bad2cbca
Parents:
ddc634b
Message:

Format general libraries

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libpaper.xml

    rddc634b rd56e7df  
    8181
    8282    <para>
    83       Install <application>libpaper</application> by running the following commands:
     83      Install <application>libpaper</application> by running the following
     84      commands:
    8485    </para>
    8586
     
    9091make</userinput></screen>
    9192
    92     <para>This package does not come with a test suite.</para>
     93    <para>
     94      This package does not come with a test suite.
     95    </para>
    9396
    9497    <para>
     
    160163      href="../../xincludes/static-libraries.xml"/>
    161164
    162     <para><command>mkdir -pv /etc/libpaper.d</command>:
    163     <application>libpaper</application> expects that packages will install files
    164     into this directory.</para>
    165 
    166     <para><command>cat &gt; /usr/bin/run-parts &lt;&lt; "EOF"</command> :
    167     <filename>paperconfig</filename> is a script which will invoke
    168     <command>run-parts</command> if
    169     <filename class="directory">/etc/libpaper.d</filename> exists. No other BLFS
    170     package installs this, so we create it here.</para>
     165    <para>
     166      <command>mkdir -pv /etc/libpaper.d</command>:
     167      <application>libpaper</application> expects that packages will install
     168      files into this directory.
     169    </para>
     170
     171    <para>
     172      <command>cat &gt; /usr/bin/run-parts &lt;&lt; "EOF"</command> :
     173      <filename>paperconfig</filename> is a script which will invoke
     174      <command>run-parts</command> if <filename
     175      class="directory">/etc/libpaper.d</filename> exists. No other BLFS
     176      package installs this, so we create it here.
     177    </para>
    171178
    172179  </sect2>
     
    178185      <title>Configuration Information</title>
    179186
    180       <para>Create <filename>/etc/papersize</filename> to set the default
    181       system paper size.  Issue the following command as the
    182       <systemitem class="username">root</systemitem> user to set this to
    183       &apos;A4&apos; (libpaper prefers the lowercase form). You may wish
    184       to use a different size, such as letter.</para>
     187      <para>
     188        Create <filename>/etc/papersize</filename> to set the default
     189        system paper size.  Issue the following command as the
     190        <systemitem class="username">root</systemitem> user to set this to
     191        &apos;A4&apos; (libpaper prefers the lowercase form). You may wish
     192        to use a different size, such as letter.
     193      </para>
    185194
    186195<screen role="root"><userinput>cat &gt; /etc/papersize &lt;&lt; "EOF"
     
    221230        <term><command>paperconf</command></term>
    222231        <listitem>
    223           <para>prints paper configuration information.</para>
     232          <para>
     233            prints paper configuration information.
     234          </para>
    224235          <indexterm zone="libpaper paperconf">
    225236            <primary sortas="b-paperconf">paperconf</primary>
     
    231242        <term><command>paperconfig</command></term>
    232243        <listitem>
    233           <para>configures the system default paper size.</para>
     244          <para>
     245            configures the system default paper size.
     246          </para>
    234247          <indexterm zone="libpaper paperconfig">
    235248            <primary sortas="b-paperconfig">paperconfig</primary>
     
    241254        <term><command>run-parts</command></term>
    242255        <listitem>
    243           <para>runs all the scripts found in a directory.</para>
     256          <para>
     257            runs all the scripts found in a directory.
     258          </para>
    244259          <indexterm zone="libpaper run-parts">
    245260            <primary sortas="b-run-parts">run-parts</primary>
Note: See TracChangeset for help on using the changeset viewer.