Changeset 396508b for general


Ignore:
Timestamp:
01/01/2005 02:08:39 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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:
4774914f
Parents:
bd23186f
Message:

Removed excessive whitespace from various package instructions

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

Location:
general
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/gdbm.xml

    rbd23186f r396508b  
    1010<!ENTITY gdbm-buildsize "4.1 MB">
    1111<!ENTITY gdbm-time "0.08 SBU">
    12 
    1312]>
    1413
     
    2322<sect2>
    2423<title>Introduction to <application><acronym>GDBM</acronym></application></title>
    25                                                                              
     24
    2625<para>The <application><acronym>GDBM</acronym></application> package
    2726contains the <acronym>GNU</acronym> Database Manager. This
     
    3029key, which can be retrieved in less time than if it was stored in a text
    3130file.</para>
    32                                                                              
     31
    3332<sect3><title>Package information</title>
    3433<itemizedlist spacing='compact'>
     
    3837url="&gdbm-download-ftp;"/></para></listitem>
    3938<listitem><para>Download size: &gdbm-size;</para></listitem>
    40 <listitem><para>Estimated Disk space required:
     39<listitem><para>Estimated disk space required:
    4140&gdbm-buildsize;</para></listitem>
    4241<listitem><para>Estimated build time:
    4342&gdbm-time;</para></listitem></itemizedlist>
    4443</sect3>
    45                                                                              
    46                                                                              
     44
    4745</sect2>
    4846
    4947<sect2>
    5048<title>Installation of <application><acronym>GDBM</acronym></application></title>
    51                                                                              
    52 <para>Install <application><acronym>GDBM</acronym></application> by running the following commands:
     49
     50<para>Install <application><acronym>GDBM</acronym></application> by running
     51the following commands:
    5352</para>
    54                                                                              
     53
    5554<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    5655make &amp;&amp;
    5756make BINOWN=root BINGRP=root install</command></userinput></screen>
    58                                                                              
     57
    5958<para>In addition, you may need to install the <application>DBM</application>
    6059and <application>NDBM</application> compatibility headers since some
    6160applications look for these older dbm routines.</para>
    62                                                                              
     61
    6362<screen><userinput><command>make BINOWN=root BINGRP=root install-compat</command></userinput></screen>
    64                                                                              
     63
    6564</sect2>
    6665
    6766<sect2>
    6867<title>Command explanations</title>
    69                                                                              
     68
    7069<para><command>make BINOWN=root BINGRP=root install</command>: This
    7170command overrides the <varname>BINOWN</varname> and
     
    7372changing ownership of the installed files to root instead of the bin
    7473user.</para>
    75                                                                              
     74
    7675</sect2>
    7776
    7877<sect2>
    7978<title>Contents</title>
    80                                                                              
     79
    8180<para>The <application><acronym>GDBM</acronym></application> package
    8281contains <filename class="libraryfile">libgdbm</filename> libraries.</para>
    83                                                                              
     82
    8483</sect2>
    85                                                                              
     84
    8685<sect2><title>Description</title>
    87                                                                              
     86
    8887<sect3><title>gdbm libraries</title>
    89 <para><filename class="libraryfile">libgdbm</filename> libraries contain functions that perform
    90 database routines using extendible hashing.</para></sect3>
    91                                                                              
    92                                                                              
     88<para><filename class="libraryfile">libgdbm</filename> libraries contain
     89functions that perform database routines using extendible hashing.</para>
     90</sect3>
     91
    9392</sect2>
    9493
  • general/genlib/ispell.xml

    rbd23186f r396508b  
    1010<!ENTITY ispell-buildsize "11 MB">
    1111<!ENTITY ispell-time "0.03 SBU">
    12 
    1312]>
    1413
     
    2322<sect2>
    2423<title>Introduction to <application>ispell</application></title>
    25                                                                                
     24
    2625<para>The <application>ispell</application> package contains a spell
    2726checker that can handle international languages.</para>
    28                                                                                
     27
    2928<sect3><title>Package information</title>
    3029<itemizedlist spacing='compact'>
     
    3433url="&ispell-download-ftp;"/></para></listitem>
    3534<listitem><para>Download size: &ispell-size;</para></listitem>
    36 <listitem><para>Estimated Disk space required:
     35<listitem><para>Estimated disk space required:
    3736&ispell-buildsize;</para></listitem>
    3837<listitem><para>Estimated build time:
    3938&ispell-time;</para></listitem></itemizedlist>
    4039</sect3>
    41                                                                                
     40
    4241</sect2>
    4342
    4443<sect2>
    4544<title>Installation of <application>ispell</application></title>
    46                                                                                
     45
    4746<para>The first step is to create <filename>local.h</filename>.</para>
    48                                                                                
     47
    4948<screen><userinput><command>sed -e "s:/usr/local:/usr:g" local.h.linux > local.h</command></userinput></screen>
    50                                                                                
     49
    5150<para>By default, <application>ispell</application> only installs an American
    52 English dictionary. To set up other languages, check out the <filename>config.X</filename> file
    53 for the #define entry to append to <filename>local.h</filename>.</para>
    54                                                                                
     51English dictionary. To set up other languages, check out the
     52<filename>config.X</filename> file for the #define entry to append to
     53<filename>local.h</filename>.</para>
     54
    5555<para>Compile and install <application>ispell</application> using the
    5656following commands:</para>
     57
    5758<screen><userinput><command>make &amp;&amp;
    5859make install</command></userinput></screen>
    59                                                                                
     60
    6061</sect2>
    6162
    6263<sect2>
    6364<title>Contents</title>
    64                                                                                
     65
    6566<para>The <application>ispell</application> package contains the
    6667<command>ispell</command> program used for spell checking.</para>
    67                                                                                
     68
    6869</sect2>
    6970
  • general/genlib/openssl.xml

    rbd23186f r396508b  
    55  %general-entities;
    66
    7 
    87<!ENTITY openssl-download-http "http://www.openssl.org/source/openssl-&openssl-version;.tar.gz">
    98<!ENTITY openssl-download-ftp "ftp://ftp.openssl.org/source/openssl-&openssl-version;.tar.gz">
     
    1110<!ENTITY openssl-buildsize "35 MB">
    1211<!ENTITY openssl-time "1.16 SBU">
    13 
    1412]>
    1513
     
    2220<title>OpenSSL-&openssl-version;</title>
    2321
    24 
    2522<sect2>
    2623<title>Introduction to <application>Open<acronym>SSL</acronym></application>
    2724</title>
    28                                                                                
     25
    2926<para>The <application>Open<acronym>SSL</acronym></application> package contains
    3027management tools and libraries relating to cryptography.  These are useful for
     
    3229<application>OpenSSH</application>, email applications and web browsers (for
    3330accessing <acronym>HTTPS</acronym> sites).</para>
    34                                                                                
     31
    3532<sect3><title>Package information</title>
    3633<itemizedlist spacing='compact'>
     
    3835<listitem><para>Download (FTP): <ulink url="&openssl-download-ftp;"/></para></listitem>
    3936<listitem><para>Download size: &openssl-size;</para></listitem>
    40 <listitem><para>Estimated Disk space required: &openssl-buildsize;</para></listitem>
     37<listitem><para>Estimated disk space required: &openssl-buildsize;</para></listitem>
    4138<listitem><para>Estimated build time: &openssl-time;</para></listitem></itemizedlist>
    4239</sect3>
     
    5451<title>Installation of <application>Open<acronym>SSL</acronym></application>
    5552</title>
    56                                                                                
     53
    5754<para>Install <application>Open<acronym>SSL</acronym></application> by running
    5855the following commands:</para>
     
    6764make MANDIR=/usr/share/man install &amp;&amp;
    6865cp -r certs /etc/ssl</command></userinput></screen>
    69                                                                                
     66
    7067</sect2>
    7168
    7269<sect2>
    7370<title>Command explanations</title>
    74                                                                                
     71
    7572<para><option>no-rc5 no-idea</option>: When added to the
    7673<command>./config</command> command, this will eliminate the building of those
    7774encryption methods. Patent licenses may be needed for you to utilize either of
    7875those methods in your projects.</para>
    79                                                                                
     76
    8077<para><command>rm doc/apps/passwd.pod</command>: This command prevents
    8178<application>Open<acronym>SSL</acronym></application> from installing its
    8279passwd man page over an existing man page with the same name.</para>
    83                                                                                
     80
    8481<para><command>mv doc/crypto/{,openssl_}threads.pod</command>: This
    8582commands prevents <application>Open<acronym>SSL</acronym></application> from
     
    8986This command prevents installation of the non-existent <filename
    9087class="libraryfile">libfips</filename> library.</para>
    91                                                                                
     88
    9289<para><screen><command>make MANDIR=/usr/share/man
    9390make MANDIR=/usr/share/man install</command></screen> These
     
    9592man pages in <filename class='directory'>/usr/share/man</filename> instead of
    9693the default which is <filename class='directory'>/etc/ssl/man</filename>.</para>
    97                                                                                
     94
    9895<para><command>cp -r certs /etc/ssl</command>: The certificates must be copied
    9996manually since the install script skips this step.</para>
    100                                                                                
     97
    10198</sect2>
    10299
    103100<sect2>
    104101<title>Configuring <application>OpenSSL</application></title>
    105                                                                                
     102
    106103<sect3><title>Config files</title>
    107104<para><filename>/etc/ssl/openssl.cnf</filename></para>
    108105</sect3>
    109                                                                                
     106
    110107<sect3><title>Configuration Information</title>
    111                                                                                
     108
    112109<para>Most people who just want to use
    113110<application>Open<acronym>SSL</acronym></application> for providing functions
     
    119116or to be able to find out how to do it.</para>
    120117</sect3>
    121                                                                                
     118
    122119</sect2>
    123120
    124121<sect2>
    125122<title>Contents</title>
    126                                                                                
     123
    127124<para>The <application>Open<acronym>SSL</acronym></application> package
    128125contains <command>c_rehash</command>, <command>openssl</command>,
    129126<filename class='libraryfile'>libcrypto</filename> libraries and
    130127<filename class='libraryfile'>libssl</filename> libraries.</para>
    131                                                                                
     128
    132129</sect2>
    133                                                                                
     130
    134131<sect2><title>Description</title>
    135                                                                                
     132
    136133<sect3><title>c_rehash</title>
    137                                                                                
     134
    138135<para><command>c_rehash</command> is a <application>Perl</application> script
    139136that scans all files in a directory and adds symbolic links to their hash
    140137values.</para>
    141                                                                                
     138
    142139</sect3>
    143140
    144141<sect3><title>openssl</title>
    145                                                                                
     142
    146143<para>The <command>openssl</command> program is a command-line tool for using
    147144the various cryptography functions of
     
    149146crypto library from the shell. It can be used for various functions which are
    150147documented in <command>man 1 openssl</command>.</para>
    151                                                                                
     148
    152149</sect3>
    153                                                                                
     150
    154151<sect3><title>libcrypto</title>
    155                                                                                
     152
    156153<para>The <application>Open<acronym>SSL</acronym></application> crypto library
    157154implements a wide range of cryptographic algorithms used in various Internet
     
    163160<application>Open<acronym>PGP</acronym></application>, and other cryptographic
    164161standards.</para>
    165                                                                                
     162
    166163</sect3>
    167                                                                                
     164
    168165<sect3><title>libssl</title>
    169                                                                                
     166
    170167<para>The <application>Open<acronym>SSL</acronym></application>
    171168<acronym>SSL</acronym> library implements the Secure Sockets Layer
     
    174171<acronym>API</acronym>, documentation on which can be found by running
    175172<command>man 3 ssl</command>.</para>
    176                                                                                
     173
    177174</sect3>
    178                                                                                
     175
    179176</sect2>
    180177
  • general/genlib/pcre.xml

    rbd23186f r396508b  
    1111<!ENTITY pcre-buildsize "3.5 MB">
    1212<!ENTITY pcre-time "0.08 SBU">
    13 
    1413]>
    1514
     
    2423<sect2>
    2524<title>Introduction to <application><acronym>PCRE</acronym></application></title>
    26                                                                                
     25
    2726<para>The <application><acronym>PCRE</acronym></application> package contains
    2827<application>Perl</application> Compatible Regular Expression
     
    3029matching using the same syntax and semantics as
    3130<application>Perl</application> 5.</para>
    32                                                                                
     31
    3332<sect3><title>Package information</title>
    3433<itemizedlist spacing='compact'>
     
    3938<listitem><para>MD5 Sum: &pcre-md5;</para></listitem>
    4039<listitem><para>Download size: &pcre-size;</para></listitem>
    41 <listitem><para>Estimated Disk space required:
     40<listitem><para>Estimated disk space required:
    4241&pcre-buildsize;</para></listitem>
    4342<listitem><para>Estimated build time:
     
    4847<sect2>
    4948<title>Installation of <application><acronym>PCRE</acronym></application></title>
    50                                                                                
     49
    5150<para>Install <application><acronym>PCRE</acronym></application> by running
    5251the following commands:</para>
    53                                                                                
     52
    5453<screen><userinput><command>./configure --prefix=/usr --enable-utf8 &amp;&amp;
    5554make &amp;&amp;
    5655make install</command></userinput></screen>
    57                                                                                
     56
    5857<para>If you reinstall <application>grep</application> after installing
    5958<application>pcre</application>, <application>grep</application> will get
     
    6362<command>./configure</command> for <application>grep</application> or move
    6463<filename>libpcre</filename> to <filename>/lib</filename> as follows.</para>
    65                                                                                
     64
    6665<screen><userinput><command>mv /usr/lib/libpcre.so.* /lib/ &amp;&amp;
    67 ln -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so</command></userinput></screen>                                                                               
     66ln -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so</command></userinput></screen>
     67
    6868</sect2>
    69                                                                                
     69
    7070<sect2>
    7171<title>Command explanations</title>
    72                                                                                
     72
    7373<para><parameter>--enable-utf8</parameter>: This switch includes the code for
    7474handling <acronym>UTF</acronym>-8 character strings in the library.</para>
    75                                                                                
     75
    7676</sect2>
    7777
    7878<sect2>
    7979<title>Contents</title>
    80                                                                                
     80
    8181<para>The <application><acronym>PCRE</acronym></application> package contains
    8282the <filename class='libraryfile'>libpcre</filename> libraries,
    8383<command>pcregrep</command>, <command>pcretest</command> and
    8484<command>pcre-config</command>.</para>
    85                                                                                
     85
    8686</sect2>
    87                                                                                
     87
    8888<sect2><title>Description</title>
    89                                                                                
     89
    9090<sect3><title>pcregrep</title>
    9191<para><command>pcregrep</command> is a <command>grep</command> that understands
    9292<application>Perl</application> compatible regular expressions.</para></sect3>
    93                                                                                
     93
    9494<sect3><title>pcretest</title>
    9595<para><command>pcretest</command> can test your
    9696<application>Perl</application> compatible regular expression.</para></sect3>
    97                                                                                
     97
    9898<sect3><title>pcre-config</title>
    9999<para><command>pcre-config</command> is used during the compile process of
    100100programs linking to this library.</para></sect3>
    101                                                                                
     101
    102102</sect2>
    103103
  • general/genutils/hd2u.xml

    rbd23186f r396508b  
    1010<!ENTITY hd2u-buildsize "389 KB">
    1111<!ENTITY hd2u-time "0.1 SBU">
    12 
    1312]>
    1413
     
    2322<sect2>
    2423<title>Introduction to <application>hd2u</application></title>
    25                                                                                
     24
    2625<para>The <application>hd2u</application> package contains
    2726an any to any text format converter.</para>
    28                                                                                
     27
    2928<sect3><title>Package information</title>
    3029<itemizedlist spacing='compact'>
     
    3938&hd2u-time;</para></listitem></itemizedlist>
    4039</sect3>
    41                                                                                
     40
    4241<sect3><title><application>hd2u</application> dependencies</title>
    4342<sect4><title>Required</title>
    44 <para><xref linkend="popt"/></para></sect4>
     43<para><xref linkend="popt"/></para>
     44</sect4>
    4545</sect3>
    46                                                                                
     46
    4747</sect2>
    4848
    4949<sect2>
    5050<title>Installation of <application>hd2u</application></title>
    51                                                                                
    52 <para>Install <application>hd2u</application> by running the following commands:</para>
    53                                                                                
     51
     52<para>Install <application>hd2u</application> by running the following
     53commands:</para>
     54
    5455<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    5556make &amp;&amp;
    5657make install</command></userinput></screen>
    57                                                                                
     58
    5859</sect2>
    5960
    6061<sect2>
    6162<title>Contents</title>
    62                                                                                
     63
    6364<para>The <application>hd2u</application> package contains
    6465<command>dos2unix</command>.</para>
    65                                                                                
     66
    6667</sect2>
    67                                                                                
     68
    6869<sect2><title>Description</title>
    69                                                                                
     70
    7071<sect3><title>dos2unix</title>
    7172<para><command>dos2unix</command> converts text between various
    7273<acronym>OS formats</acronym> (such as converting from <acronym>DOS</acronym>
    7374format to Unix).</para></sect3>
    74                                                                                
     75
    7576</sect2>
    7677
  • general/genutils/screen.xml

    rbd23186f r396508b  
    1010<!ENTITY screen-buildsize "5.8 MB">
    1111<!ENTITY screen-time "0.17 SBU">
    12 
    1312]>
    1413
     
    2322<sect2>
    2423<title>Introduction to <application>Screen</application></title>
    25                                                                                
     24
    2625<para><application>Screen</application> is a terminal multiplexor that
    2726runs several separate processes, typically interactive shells, on a
     
    3433<acronym>LFS</acronym>). Screen sessions can be detached and resumed
    3534later on a different terminal.</para>
    36                                                                                
     35
    3736<sect3><title>Package information</title>
    3837<itemizedlist spacing='compact'>
     
    4039<listitem><para>Download (FTP): <ulink url="&screen-download-ftp;"/></para></listitem>
    4140<listitem><para>Download size: &screen-size;</para></listitem>
    42 <listitem><para>Estimated Disk space required: &screen-buildsize;</para></listitem>
     41<listitem><para>Estimated disk space required: &screen-buildsize;</para></listitem>
    4342<listitem><para>Estimated build time: &screen-time;</para></listitem></itemizedlist>
    4443</sect3>
     
    5453<sect2>
    5554<title>Installation of <application>Screen</application></title>
    56                                                                                
     55
    5756<para>Install <application>Screen</application> by running the
    5857following commands:</para>
    59                                                                                
     58
    6059<screen><userinput><command>./configure --prefix=/usr --with-socket-dir=/var/run/screen \
    6160    --with-sys-screenrc=/etc/screenrc &amp;&amp;
     
    6463make install &amp;&amp;
    6564install -m 644 etc/etcscreenrc /etc/screenrc</command></userinput></screen>
    66                                                                                
     65
    6766</sect2>
    6867
     
    8685<sect2>
    8786<title>Contents</title>
    88                                                                                
     87
    8988<para>This package contains <command>screen</command>.</para>
    9089
    9190</sect2>
    92                                                                                
     91
    9392<sect2><title>Description</title>
    94                                                                                
     93
    9594<sect3><title>screen</title>
    9695<para><command>screen</command> is a terminal multiplexor with
  • general/graphlib/libjpeg.xml

    rbd23186f r396508b  
    1010<!ENTITY libjpeg-buildsize "3.7 MB">
    1111<!ENTITY libjpeg-time "0.26 SBU">
    12 
    1312]>
    1413
     
    2322<sect2>
    2423<title>Introduction to <application>libjpeg</application></title>
    25                                                                                
     24
    2625<para>The <application>libjpeg</application> package contains libraries
    2726that allow compression of image files based on the Joint Photographic Experts
    2827Group standard. It is a "lossy" compression algorithm.</para>
    29                                                                                
     28
    3029<sect3><title>Package information</title>
    3130<itemizedlist spacing='compact'>
     
    3332<listitem><para>Download (FTP): <ulink url="&libjpeg-download-ftp;"/></para></listitem>
    3433<listitem><para>Download size: &libjpeg-size;</para></listitem>
    35 <listitem><para>Estimated Disk space required: &libjpeg-buildsize;</para></listitem>
     34<listitem><para>Estimated disk space required: &libjpeg-buildsize;</para></listitem>
    3635<listitem><para>Estimated build time: &libjpeg-time;</para></listitem></itemizedlist>
    3736</sect3>
    38                                                                                
     37
    3938</sect2>
    4039
    4140<sect2>
    4241<title>Installation of <application>libjpeg</application></title>
    43                                                                                
    44 <para>Install <application>libjpeg</application> by running the following commands:</para>
    45                                                                                
     42
     43<para>Install <application>libjpeg</application> by running the following
     44commands:</para>
     45
    4646<screen><userinput><command>./configure --prefix=/usr --enable-static --enable-shared &amp;&amp;
    4747make &amp;&amp;
    4848make install</command></userinput></screen>
    49                                                                                
     49
    5050</sect2>
    5151
    5252<sect2>
    5353<title>Command explanations</title>
    54                                                                                
     54
    5555<para><parameter>--enable-static --enable-shared</parameter>: These switches
    5656tell libjpeg to build both shared and static libraries.</para>
    57                                                                                
     57
    5858</sect2>
    5959
    6060<sect2>
    6161<title>Configuring <application>libjpeg</application></title>
    62                                                                                
     62
    6363<sect3><title>Configuration Information</title>
    64                                                                                
    65 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/> 
    66                                                                                
     64
     65<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>
     66
    6767</sect3>
    68                                                                                
     68
    6969</sect2>
    7070
    7171<sect2>
    7272<title>Contents</title>
    73                                                                                
     73
    7474<para>The libjpeg package contains <command>cjpeg</command>,
    7575<command>djpeg</command>, <command>jpegtran</command>,
    7676<command>rdjpgcom</command>, <command>wrjpgcom</command> and
    7777<filename>libjpeg</filename> libraries.</para>
    78                                                                                
     78
    7979</sect2>
    80                                                                                
     80
    8181<sect2><title>Description</title>
    82                                                                                
     82
    8383<sect3><title>cjpeg</title>
    8484<para><command>cjpeg</command> compresses image files to produce a
     
    8888format), <acronym>PGM</acronym> (PBMPLUS gray-scale
    8989format), <acronym>BMP</acronym>, and Targa.</para></sect3>
    90                                                                                
     90
    9191<sect3><title>djpeg</title>
    9292<para><command>djpeg</command> decompresses image files from
     
    9595format), <acronym>BMP</acronym>, or Targa
    9696format.</para></sect3>
    97                                                                                
     97
    9898<sect3><title>jpegtran</title>
    9999<para><command>jpegtran</command> is used for lossless transformation of
    100100<acronym>JPEG</acronym> files.</para></sect3>
    101                                                                                
     101
    102102<sect3><title>rdjpgcom</title>
    103103<para><command>rdjpgcom</command> displays text comments from within a
    104104<acronym>JPEG</acronym> file.</para></sect3>
    105                                                                                
     105
    106106<sect3><title>wrjpgcom</title>
    107107<para><command>wrjpgcom</command> inserts text comments into a
    108108<acronym>JPEG</acronym> file.</para></sect3>
    109                                                                                
     109
    110110<sect3><title>jpeg libraries</title>
    111111<para>These libraries are used by many programs for reading and writing
    112112jpeg format files.</para></sect3>
    113                                                                                
     113
    114114</sect2>
    115115
Note: See TracChangeset for help on using the changeset viewer.