Changeset a4be499
- Timestamp:
- 10/03/2003 04:43:11 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 2be0e0d
- Parents:
- 635e06c6
- Files:
-
- 7 deleted
- 38 edited
Legend:
- Unmodified
- Added
- Removed
-
connect/dhcp/dhcpcd/dhcpcd-exp.xml
r635e06c6 ra4be499 6 6 and temporary files in <filename>/etc/dhcpc</filename>. This becomes very 7 7 annoying when <application>dhcpcd</application> tells you it's running and it's 8 not. You look in <filename class="directory">/var/run</filename> for the pid file, but it's not 9 there, the pid file that needs deleting is in <filename>/etc/dhcpc</filename>. 8 not. You look in <filename class="directory">/var/run</filename> for 9 the <filename>PID</filename> file, but it's not 10 there, the <filename>PID</filename> file that needs deleting is in 11 <filename class="directory">/etc/dhcpc</filename>. 10 12 This patch brings this program into <acronym>FHS</acronym> compliance, but more 11 13 importantly, puts files where you expect them to be.</para> 12 14 13 15 <para><parameter>--prefix=""</parameter>: There may be a good reason for 14 abandoning the normal <acronym>BLFS</acronym> convention of using --prefix=/usr 15 here. If you are installing <acronym>DHCP</acronym>, it is likely that it is 16 required during the boot process and <filename class="directory">/usr</filename> may be network 16 abandoning the normal <acronym>BLFS</acronym> convention of using 17 <parameter>--prefix=/usr</parameter> here. If you are installing 18 <acronym>DHCP</acronym>, it is likely that it is 19 required during the boot process and 20 <filename class="directory">/usr</filename> may be network 17 21 mounted in which case, <command>dhcpcd</command> wouldn't be available due to 18 22 being on the network! Therefore, depending on your situation, you may want it 19 to be installed in <filename class="directory">/sbin</filename> or <filename20 class="directory">/usr/sbin 21 < /filename>. This command installs to <filename class="directory">/sbin</filename>.</para>23 to be installed in <filename class="directory">/sbin</filename> or 24 <filename class="directory">/usr/sbin</filename>. This command installs to 25 <filename class="directory">/sbin</filename>.</para> 22 26 23 27 <para><parameter>--sysconfdir=/var/lib</parameter>: This command install -
content/databases/db/db-config.xml
r635e06c6 ra4be499 1 1 <sect2> 2 <title>Configuring <application>Be kerley DB</application></title>2 <title>Configuring <application>Berkeley DB</application></title> 3 3 4 4 <sect3><title>Configuration Information</title> -
content/databases/mysql/mysql-config.xml
r635e06c6 ra4be499 19 19 20 20 <para>We can now install a database and change the ownership to the 21 unprivile dged user and group.</para>21 unprivileged user and group.</para> 22 22 23 23 <screen><userinput><command>mysql_install_db -
content/databases/mysql/mysql-inst.xml
r635e06c6 ra4be499 2 2 <title>Installation of <application>My<acronym>SQL</acronym></application></title> 3 3 4 <para>For security reasons, running the server as an unprivile dged user4 <para>For security reasons, running the server as an unprivileged user 5 5 and group is strongly encouraged:</para> 6 6 -
content/web/apache/apache-inst.xml
r635e06c6 ra4be499 2 2 <title>Installation of <application>Apache</application></title> 3 3 4 <para>For security reasons, running the server as an unprivile dged user and group is strongly encouraged.</para>4 <para>For security reasons, running the server as an unprivileged user and group is strongly encouraged.</para> 5 5 6 6 <screen><userinput><command>groupadd apache && -
content/web/proftpd/proftpd-config.xml
r635e06c6 ra4be499 36 36 Group proftpd 37 37 38 # Normally, we want files to be overwrit eable.38 # Normally, we want files to be overwritable. 39 39 <Directory /*> 40 40 AllowOverwrite on -
content/web/proftpd/proftpd-desc.xml
r635e06c6 ra4be499 26 26 27 27 <sect3><title>proftpd</title> 28 <para><command>proftpd</command> the d eamon itself.</para></sect3>28 <para><command>proftpd</command> the daemon itself.</para></sect3> 29 29 30 30 </sect2> -
content/web/proftpd/proftpd-inst.xml
r635e06c6 ra4be499 3 3 4 4 <para>For security reasons, running <application>ProFTPD</application> 5 as an unprivile dged user and group is encouraged.</para>5 as an unprivileged user and group is encouraged.</para> 6 6 7 7 <screen><userinput><command>groupadd proftpd && -
general/sysutils/fcron/fcron-inst.xml
r635e06c6 ra4be499 22 22 <screen><userinput><command>/etc/rc.d/init.d/sysklogd reload</command></userinput></screen> 23 23 24 <para>For security reasons, we need to create an unprivile dged user and24 <para>For security reasons, we need to create an unprivileged user and 25 25 group for <application>fcron</application>:</para> 26 26 -
gnome/lib/gtk-doc/gtk-doc-desc.xml
r635e06c6 ra4be499 17 17 18 18 19 <para>Th isare all <application>Perl</application> scripts used by19 <para>These are all <application>Perl</application> scripts used by 20 20 <filename>Makefile</filename> scripts to generate 21 21 documentation for the package.</para> -
gnome/lib/gtkhtml2.xml
r635e06c6 ra4be499 5 5 >khtml2-intro; 6 6 >khtml2-inst; 7 >khtml2-config;8 7 >khtml2-desc; 9 8 -
gnome/lib/intltool/intltool-desc.xml
r635e06c6 ra4be499 33 33 34 34 <sect3><title>intltool-unicodify</title> 35 <para><command>intltool-unicodify</command> is the i18n unicode encoding35 <para><command>intltool-unicodify</command> is the i18n Unicode encoding 36 36 utility.</para></sect3> 37 37 -
introduction/important/beyond.xml
r635e06c6 ra4be499 24 24 that the executable belongs to, first try a google search with the name of the 25 25 executable. If the results are overwhelming, try searching for the given 26 executable in the debian repository at26 executable in the Debian repository at 27 27 <ulink url="http://www.debian.org/distrib/packages#search_contents"/>. 28 28 </para></listitem> -
introduction/important/position.xml
r635e06c6 ra4be499 9 9 <acronym>LFS</acronym> based system.</para> 10 10 11 <para>In traditional unix systems, <filename>/usr</filename> usually11 <para>In traditional Unix systems, <filename>/usr</filename> usually 12 12 contains files that come with the system distribution, and the <filename> 13 13 /usr/local</filename> tree is free for the local administrator to add things 14 to. The only really hard and fast rule is that unix distributions should not14 to. The only really hard and fast rule is that Unix distributions should not 15 15 touch <filename>/usr/local</filename>, except perhaps for creating the basic 16 16 directories within it.</para> -
introduction/welcome/askhelp.xml
r635e06c6 ra4be499 32 32 <command>moduser -G audio <user></command> may be all that's necessary 33 33 for that user to have access to the sound system. Any question that starts 34 out with "It works as root, but not as ..." should review permissions throughly 34 out with "It works as root, but not as ..." should review permissions 35 thoroughly 35 36 prior to asking.</para></listitem> 36 37 -
introduction/welcome/credits.xml
r635e06c6 ra4be499 49 49 </emphasis>.</para></listitem> 50 50 51 <listitem><para>Chapter 03: Creating a custom bootdisk <emphasis>Mike51 <listitem><para>Chapter 03: Creating a Custom Boot Disk <emphasis>Mike 52 52 Bedwell</emphasis> and expanded by <emphasis>Bill Maltby</emphasis>.</para> 53 53 </listitem> -
introduction/welcome/which.xml
r635e06c6 ra4be499 20 20 <para>The part on <xref linkend="postlfs"/> is where most people will want 21 21 to turn next. This deals with not just configuration but also Security 22 (<xref linkend="postlfs-security"/>), File systems (<xref22 (<xref linkend="postlfs-security"/>), File Systems (<xref 23 23 linkend="postlfs-filesystems"/>), Editors (<xref 24 24 linkend="postlfs-editors"/>) and Shells (<xref linkend="postlfs-shells"/>). 25 25 Indeed, you may wish to reference certain parts of this chapter (especially 26 the sections on Editors and File systems) while building your <acronym>LFS26 the sections on Editors and File Systems) while building your <acronym>LFS 27 27 </acronym> system.</para> 28 28 -
postlfs/config/bootdisk.xml
r635e06c6 ra4be499 209 209 210 210 <para><emphasis>A cautionary note:</emphasis> if you are not running in a 211 <command>chroot</command> environment, be sure that you do not accidentl y211 <command>chroot</command> environment, be sure that you do not accidentlly 212 212 omit the <filename class="directory">/mnt/loop1</filename> reference in the commands. If 213 213 you do so, you might replace the equivalent components on your host with -
postlfs/config/compressdoc.xml
r635e06c6 ra4be499 66 66 67 67 --force, -F Force (re-)compression, even if the previous one was the same 68 method. Useful lwhen changing the compression ratio. By default,68 method. Useful when changing the compression ratio. By default, 69 69 a page will not be re-compressed if it ends with the same suffix 70 70 as the method adds (.bz2 for bzip2, .gz for gzip). -
postlfs/filesystems/filesystems.xml
r635e06c6 ra4be499 1 1 <chapter id="postlfs-filesystems"> 2 2 <?dbhtml filename="filesystems.html" dir="postlfs"?> 3 <title>File systems</title>3 <title>File Systems</title> 4 4 5 5 <para>Journaling file systems reduce the time needed to recover a -
preface/organization.xml
r635e06c6 ra4be499 18 18 <para>In this section we cover libraries which are often needed by the rest 19 19 of the book as well as system utilities. Information on Programming 20 (including recompiling <application> gcc</application> to support its full range20 (including recompiling <application>GCC</application> to support its full range 21 21 of languages) concludes this part.</para></sect2> 22 22 -
server/mail/courier/courier-config.xml
r635e06c6 ra4be499 198 198 echo "vmailman:x:9000:" >> /etc/group</command></userinput></screen> 199 199 200 <para>Now to setup the maildir for these vir utal users.</para>200 <para>Now to setup the maildir for these virtual users.</para> 201 201 202 202 <screen><userinput><command>cd /home/vmailman … … 226 226 227 227 <para>You will need to copy the file webmail from 228 <filename>/usr/ libexec/courier/webmail/webmail</filename> to your <filename>cgi-bin228 <filename>/usr/sbin/courier/webmail/webmail</filename> to your <filename>cgi-bin 229 229 </filename> directory of your <application>Apache</application> 230 230 server.</para> 231 231 232 <screen><userinput><command>cp -a /usr/ libexec/courier/webmail/webmail /var/www/cgi-bin</command></userinput></screen>232 <screen><userinput><command>cp -a /usr/sbin/courier/webmail/webmail /var/www/cgi-bin</command></userinput></screen> 233 233 234 234 <para>You will then need to copy the images to a directory under your … … 244 244 system.</para> 245 245 246 <para>You will need to copy the file webadminfrom247 <filename >/usr/libexec/courier/webmail/webmin</filename> to your <filename>cgi-bin248 </filename> directory of your <application>Apache</application> 249 server.</para>250 251 <screen><userinput><command>cp -a /usr/ libexec/courier/webmail/webadmin /var/www/cgi-bin</command></userinput></screen>246 <para>You will need to copy the file <filename>webadmin</filename> from 247 <filename class="directory">/usr/sbin/courier/webmail/webmin</filename> 248 to your <filename class="directory">cgi-bin </filename> directory of your 249 <application>Apache</application> server.</para> 250 251 <screen><userinput><command>cp -a /usr/sbin/courier/webmail/webadmin /var/www/cgi-bin</command></userinput></screen> 252 252 253 253 <para><filename>/etc/courier/webadmin/password</filename></para> -
server/mail/courier/courier-exp.xml
r635e06c6 ra4be499 6 6 files are installed.</para> 7 7 8 <para><parameter>--with-piddir=/var/run</parameter>: Specfies the 9 directory where <application>Courier</application>'s pid files are stored 8 <para><parameter>--with-piddir=/var/run</parameter>: Specifies the 9 directory where <application>Courier</application>'s 10 <filename>PID</filename> files are stored 10 11 when <application>Courier</application> is active.</para> 11 12 12 <para><parameter>--libexecdir=/usr/sbin</parameter>: libexecdir contains programs and libraries that cannot 13 be directly executed from the command line.</para> 13 <para><parameter>--libexecdir=/usr/sbin</parameter>: libexecdir contains 14 programs and libraries that cannot be directly executed from the command line. 15 </para> 14 16 15 <para><parameter>--datadir=/usr/share/courier</parameter>: Specifies the directory where miscellaneous shell 16 scripts, <application>Perl</application> scripts, and data files will be installed.</para> 17 <para><parameter>--datadir=/usr/share/courier</parameter>: Specifies the 18 directory where miscellaneous shell scripts, <application>Perl</application> 19 scripts, and data files will be installed.</para> 17 20 18 <para><parameter>--localstatedir=/var/lib/courier</parameter>: specifies the directory that will hold the mail 19 queue, and other temporary data. This option defaults to the subdirectory "var" in the directory specified 20 by the --prefix option.</para> 21 <para><parameter>--localstatedir=/var/lib/courier</parameter>: Specifies the 22 directory that will hold the mail queue, and other temporary data. This option 23 defaults to the subdirectory <filename class="directory">var</filename> in the 24 directory specified by the <option>--prefix</option> option.</para> 21 25 22 26 <para><option>--disable-root-check</option>: Allows … … 38 42 <application>Courier</application> will install and run as.</para> 39 43 40 <para><parameter>--withmailgroup=courier</parameter>: like --with-mailuser, but specifies the group ID.</para> 44 <para><parameter>--withmailgroup=courier</parameter>: like 45 <option>--with-mailuser</option>, but specifies the group 46 <acronym>ID</acronym>.</para> 41 47 42 48 <para><option>--enable-workarounds-for-imap-client-bugs</option>: there are several confirmed bugs in some … … 49 55 <application>Courier</application>'s webmail server can use spell checking, if 50 56 the aspell program is available. If configure finds ispell, spell checking is enabled. If aspell is not in the 51 current search path, use --with-ispell=program to explicitly set the 52 location of <application>aspell</application>.</para> 57 current search path, use 58 <parameter>--with-ispell=<replaceable>program</replaceable></parameter> to 59 explicitly set the location of <application>aspell</application>.</para> 53 60 54 61 </sect2> -
server/mail/exim/exim-exp.xml
r635e06c6 ra4be499 2 2 <title>Command explanations</title> 3 3 4 <para><command>sed -e ... > Local/Makefile</command>: Many of exim's 4 <para><command>sed -e ... > Local/Makefile</command>: Many of 5 <application>Exim</application>'s 5 6 configuration options are compiled in. Here, we specify the minimum set 6 of options, BIN_DIRECTORY, CONFIGURE_FILE and EXIM_USER. We also defer 7 building the exim monitor program, which requires the X Window System 8 support, by commenting out the EXIM_MONITOR line in the Makefile.</para> 7 of options, <parameter>BIN_DIRECTORY</parameter>, 8 <parameter>CONFIGURE_FILE</parameter> and 9 <parameter>EXIM_USER</parameter>. We also defer 10 building the <application>Exim</application> monitor program, which 11 requires the <application>X</application> Window System 12 support, by commenting out the <parameter>EXIM_MONITOR</parameter> line 13 in the <filename>Makefile</filename>.</para> 9 14 10 15 <para><command>ln -s exim /usr/sbin/sendmail</command>: 11 Create a link to sendmail for applications which need it. exim will 12 accept most Sendmail command line options.</para> 16 Create a link to <command>sendmail</command> for applications which need 17 it. <application>Exim</application> will 18 accept most <application>Sendmail</application> command line options.</para> 13 19 14 20 </sect2> -
server/other/bind/bind-config.xml
r635e06c6 ra4be499 16 16 in the named user's <envar>HOME</envar> directory.</para> 17 17 18 <para>First we create the unprivile dged user and group named:</para>18 <para>First we create the unprivileged user and group named:</para> 19 19 20 20 <screen><userinput><command>groupadd -g 200 named && -
server/other/cvsserver/cvsserver-inst.xml
r635e06c6 ra4be499 40 40 machine using a user account that has <command>ssh</command> access to the 41 41 <acronym>CVS</acronym> server with the following commands: 42 <note><para>Replace "servername" with the <acronym>IP</acronym> address or host43 name ofthe <acronym>CVS</acronym> repository machine. You will be prompted for44 the user's shellaccount password before <acronym>CVS</acronym> checkout can 45 continue.</para></note></para>42 <note><para>Replace <replaceable>[servername]</replaceable> with the 43 <acronym>IP</acronym> address or host name of the <acronym>CVS</acronym> 44 repository machine. You will be prompted for the user's shell account password 45 before <acronym>CVS</acronym> checkout can continue.</para></note></para> 46 46 47 47 48 48 <screen><userinput><command>export CVS_RSH=/usr/bin/ssh && 49 cvs -d:ext:<replaceable> servername</replaceable>:/cvsroot co cvstest</command></userinput></screen></sect3>49 cvs -d:ext:<replaceable>[servername]</replaceable>:/cvsroot co cvstest</command></userinput></screen></sect3> 50 50 </sect2> 51 51 <sect2> … … 95 95 </para> 96 96 97 <screen><userinput><command>cvs -d:pserver:anonymous@<replaceable> servername</replaceable>:/cvsroot co cvstest</command></userinput></screen>98 <note><para>Replace "servername"with the <acronym>IP</acronym> address or97 <screen><userinput><command>cvs -d:pserver:anonymous@<replaceable>[servername]</replaceable>:/cvsroot co cvstest</command></userinput></screen> 98 <note><para>Replace <replaceable>[servername]</replaceable> with the <acronym>IP</acronym> address or 99 99 hostname of the <acronym>CVS</acronym> server</para></note> 100 100 -
server/other/openssh/openssh-exp.xml
r635e06c6 ra4be499 6 6 7 7 <para><parameter>--with-md5-passwords</parameter>: This is required 8 if you made the changes recommended by the shadowpasswd_plus lfs hint on 8 if you made the changes recommended by the shadowpasswd_plus 9 <acronym>LFS</acronym> hint on 9 10 your <acronym>SSH</acronym> server when you installed the Shadow Password 10 11 Suite or if you access a <acronym>SSH</acronym> server that authenticates by -
server/other/openssh/openssh-inst.xml
r635e06c6 ra4be499 4 4 <para><application>Open<acronym>SSH</acronym></application> runs as two 5 5 processes when connecting to other 6 computers. The first process is a privile dged process and controls the6 computers. The first process is a privileged process and controls the 7 7 issuance of privileges as necessary. The second process communicates 8 8 with the network. Additional installation steps are necessary to set up -
server/other/rsync/rsync-config.xml
r635e06c6 ra4be499 6 6 <para><filename>/etc/rsyncd.conf</filename></para> 7 7 <para>This is a simple download-only configuration. See the rsyncd man-page for 8 additional options (i.e. user authenti fication).</para>8 additional options (i.e. user authentication).</para> 9 9 10 10 <screen><userinput><command>cat > /etc/rsyncd.conf << "EOF"</command> 11 11 # This is a basic rsync configuration file 12 # It exports a single module without user authenti fication.12 # It exports a single module without user authentication. 13 13 14 14 motd file = /home/rsync/welcome.msg -
server/other/rsync/rsync-inst.xml
r635e06c6 ra4be499 3 3 4 4 <para>For security reasons, running <application>rsync</application> server as 5 an unprivile dged user and group is encouraged.</para>5 an unprivileged user and group is encouraged.</para> 6 6 7 7 <screen><userinput><command>groupadd rsyncd && -
server/other/samba/samba-desc.xml
r635e06c6 ra4be499 30 30 pages to binary code page files and vice versa.</para></sect3> 31 31 <sect3><title>make_unicodemap</title> 32 <para><command>make_unicodemap</command> converts text unicode map files to33 binary, for use in mapping characters to 16 bit unicode.</para></sect3>32 <para><command>make_unicodemap</command> converts text Unicode map files to 33 binary, for use in mapping characters to 16 bit Unicode.</para></sect3> 34 34 <sect3><title>mount.smbfs</title> 35 35 <para><command>mount.smbfs</command> provides <command>/bin/mount</command> -
x/installing/xfree86-setup.xml
r635e06c6 ra4be499 93 93 <screen>Section "Files" 94 94 ... 95 FontPath "/usr/X11R6/lib/X11/fonts/<TruetypeDir>/"95 FontPath "/usr/X11R6/lib/X11/fonts/<replaceable>[TrueTypeDir]</replaceable>/" 96 96 ... 97 97 EndSection</screen></para> … … 122 122 <sect2> 123 123 <title>Setting up keyboards</title> 124 <para>In this version of <application>XFree86</application>, it has been reported that non- latin125 keyboard layouts do not include latin configurations as was previous126 practice. To set up a keyboard for latin and non-latin input,124 <para>In this version of <application>XFree86</application>, it has been reported that non-Latin 125 keyboard layouts do not include Latin configurations as was previous 126 practice. To set up a keyboard for Latin and non-Latin input, 127 127 change the XkbLayout keyboard driver option in the InputDevice section 128 128 of the <filename>XF86Config</filename> file. For example:</para> -
x/installing/xfree86/xfree86-inst.xml
r635e06c6 ra4be499 89 89 /* #define HasMTRRSupport YES */ /* Enabled in kernel see kernel docs*/ 90 90 /* #define HasMMXSupport NO */ /* Any i586 or above */ 91 /* #define HasKatmaiSupport NO */ /* PIII SSE inst uctions */91 /* #define HasKatmaiSupport NO */ /* PIII SSE instructions */ 92 92 /* #define Has3DNowSupport NO */ /* AMD instructions */ 93 93 -
x/lib/atk/atk-desc.xml
r635e06c6 ra4be499 2 2 <title>Contents</title> 3 3 4 <para>The <application> atk</application> package contains <filename4 <para>The <application><acronym>ATK</acronym></application> package contains <filename 5 5 class="libraryfile">libatk</filename> libraries.</para> 6 6 … … 10 10 11 11 <sect3><title>ATK Libraries</title> 12 <para><application> ATK</application> libraries contain the <acronym>API</acronym> used by assistive technologies in order to12 <para><application><acronym>ATK</acronym></application> libraries contain the <acronym>API</acronym> used by assistive technologies in order to 13 13 interact with the desktop and applications.</para></sect3> 14 14 -
x/lib/atk/atk-intro.xml
r635e06c6 ra4be499 1 1 <sect2> 2 <title>Introduction to <application> ATK</application></title>2 <title>Introduction to <application><acronym>ATK</acronym></application></title> 3 3 4 <para>The <application> atk</application> package contains the5 <application> ATK</application> libraries. They are useful for4 <para>The <application><acronym>ATK</acronym></application> package contains the 5 <application><acronym>ATK</acronym></application> libraries. They are useful for 6 6 allowing accessibility solutions to be available for all 7 <application> GTK2</application>7 <application><acronym>GTK</acronym>2</application> 8 8 applications.</para> 9 9 … … 17 17 </sect3> 18 18 19 <sect3><title><application> ATK</application> dependencies</title>19 <sect3><title><application><acronym>ATK</acronym></application> dependencies</title> 20 20 <sect4><title>Required</title> 21 21 <para><xref linkend="GLib2"/></para></sect4> -
x/lib/fontconfig/fontconfig-config.xml
r635e06c6 ra4be499 30 30 <note><para><application>X</application> also includes an internal (and 31 31 older) version of <application>Fontconfig</application> 32 and unless it is explic tly disabled when building32 and unless it is explicitly disabled when building 33 33 <application>XFree86</application>, the internal 34 34 version is created leaving two slightly incompatible libraries on your system. -
x/lib/lib.xml
r635e06c6 ra4be499 11 11 and feel and interprocess communications so that applications written by 12 12 different programmers end up looking and acting similarly. They also 13 assist programmers by suppl ing common elements.</para>13 assist programmers by supplying common elements.</para> 14 14 15 15 &freetype2; -
x/lib/pango/pango-desc.xml
r635e06c6 ra4be499 2 2 <title>Contents</title> 3 3 4 <para>The <application> pango</application> package contains <filename4 <para>The <application>Pango</application> package contains <filename 5 5 class="libraryfile">libpango</filename> libraries.</para> 6 6
Note:
See TracChangeset
for help on using the changeset viewer.