Changeset 8604d92f


Ignore:
Timestamp:
10/01/2003 12:45:19 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
bb363985
Parents:
2df36e4
Message:

Chapter 13, again

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

Files:
24 edited

Legend:

Unmodified
Added
Removed
  • multimedia/cdwriteutils/cdrtools/cdrtools-exp.xml

    r2df36e4 r8604d92f  
    22<title>Command explanations</title>
    33
    4 <para><command>INS_BASE=/usr</command> : This command moves the
     4<para><parameter>INS_BASE=/usr</parameter>: This command moves the
    55install directory from <filename class="directory">/opt/schily
    66</filename> to <filename class="directory">/usr</filename>.</para>
    77
    8 <para><command>DEFINSUSR=root DEFINSGRP=root</command> : These
     8<para><parameter>DEFINSUSR=root DEFINSGRP=root</parameter>: These
    99commands install all programs with root.root ownership instead of the default
    1010bin:bin.</para>
  • multimedia/cdwriteutils/cdwriteutils.xml

    r2df36e4 r8604d92f  
    33<title>CD-Writing utilities</title>
    44
    5 <para>This chapter contains information on CD-writing in Linux.  You
    6 will first have to configure your kernel for cd-writing.  We start by
     5<para>This chapter contains information on <acronym>CD</acronym>-writing in
     6Linux.  You will first have to configure your kernel for
     7<acronym>CD</acronym>-writing.  We start by
    78discussing how to do this, then discuss installing the actual utilities.</para>
    89
    9 <para>Additional sources of information on CD-writing include:</para>
     10<para>Additional sources of information on <acronym>CD</acronym>-writing include:</para>
    1011
    1112<itemizedlist>
  • multimedia/cdwriteutils/kernel.xml

    r2df36e4 r8604d92f  
    44
    55<para>In the kernel configuration, check your settings with those listed
    6 below for your CD-ROM interface type:</para>
     6below for your <acronym>CD</acronym>-<acronym>ROM</acronym> interface type:</para>
    77
    8 <para>SCSI CD-writer:</para>
     8<para><acronym>SCSI</acronym> <acronym>CD</acronym>-writer:</para>
    99<screen>SCSI support menu
    1010  SCSI support:           Y or M
     
    1616
    1717
    18 <para>IDE CD-writer:</para>
     18<para><acronym>IDE</acronym> <acronym>CD</acronym>-writer:</para>
    1919<screen>ATA/IDE/MFM/RLL support menu
    2020  IDE/ATAPI CDROM support:     N
     
    3030
    3131<para>If necessary, recompile the kernel with
    32 <screen>make dep &amp;&amp;
    33 make bzImage&amp;&amp;
    34 make modules &amp;&amp;
    35 make modules_install</screen>
     32<screen>make CC=/opt/gcc-2.95.3/bin/gcc dep &amp;&amp;
     33make CC=/opt/gcc-2.95.3/bin/gcc bzImage &amp;&amp;
     34make CC=/opt/gcc-2.95.3/bin/gcc modules &amp;&amp;
     35make CC=/opt/gcc-2.95.3/bin/gcc modules_install</screen>
    3636</para>
    3737<para>
  • multimedia/cdwriteutils/udftools/udftools-kernel-inst.xml

    r2df36e4 r8604d92f  
    1717
    1818<para>If necessary, recompile the kernel with
    19 <screen><userinput><command>make dep &amp;&amp;
    20 make bzImage&amp;&amp;
    21 make modules &amp;&amp;
    22 make modules_install</command></userinput></screen>
     19<screen><userinput><command>make CC=/opt/gcc-2.95.3/bin/gcc dep &amp;&amp;
     20make CC=/opt/gcc-2.95.3/bin/gcc bzImage &amp;&amp;
     21make CC=/opt/gcc-2.95.3/bin/gcc modules &amp;&amp;
     22make CC=/opt/gcc-2.95.3/bin/gcc modules_install</command></userinput></screen>
    2323</para>
    2424<para>
     
    3535
    3636<para>Finally, create the packet driver device nodes in <filename
    37 class="directory">/dev</filename>, add one node for every CD-RW drive you
     37class="directory">/dev</filename>, add one node for every
     38<acronym>CD</acronym>-<acronym>RW</acronym> drive you
    3839want to support:</para>
    3940<screen><userinput><command>mknod /dev/pktcdvd0 b97 0
  • postlfs/config/bootdisk.xml

    r2df36e4 r8604d92f  
    149149
    150150<para><parameter>bs=1k count=4096</parameter>: These parameters tell
    151 <filename>dd</filename> to read and write in "chunks" of 1024 bytes and
     151<command>dd</command> to read and write in "chunks" of 1024 bytes and
    152152process 4096 "chunks".</para>
    153153
     
    157157the version of <command>mount</command> (older ones don't have the
    158158<userinput>-o loop</userinput> option) or if <filename>/etc/mtab</filename>
    159 is symlinked to <filename>/proc</filename> (which causes mount to be
     159is symlinked to <filename class="directory">/proc</filename> (which causes mount to be
    160160unable to properly "unbind" a loop device, due to "lost" information).
    161161An alternate set of commands is provided, after these three commands,
     
    186186<option>-o loop</option> option <emphasis>and</emphasis> your
    187187<filename>/etc/mtab</filename> is a real file, rather than a symlink to
    188 <filename>/proc</filename>, the three above commands can be replaced
     188<filename class="directory">/proc</filename>, the three above commands can be replaced
    189189by these next two commands.</para>
    190190
     
    204204command tells <command>mount</command> to bind the named file to a
    205205loopback device it automatically selects (the first available) and mount
    206 the device on <filename>/mnt/loop1</filename>.</para>
     206the device on <filename class="directory">/mnt/loop1</filename>.</para>
    207207
    208208<para><emphasis>Add components to the file system</emphasis></para>
     
    210210<para><emphasis>A cautionary note:</emphasis> if you are not running in a
    211211<command>chroot</command> environment, be sure that you do not accidently
    212 omit the <filename>/mnt/loop1</filename> reference in the commands. If
     212omit the <filename class="directory">/mnt/loop1</filename> reference in the commands. If
    213213you do so, you might replace the equivalent components on your host with
    214214the components that are installed by these procedures.  Even if you are
     
    258258&nbsp;&nbsp;/mnt/loop1/dev</command></userinput></screen>
    259259
    260 <para><emphasis>What is needed in the <filename>/etc</filename>
     260<para><emphasis>What is needed in the <filename class="directory">/etc</filename>
    261261directory</emphasis></para>
    262262
     
    276276diskette to carry these files.</para>
    277277
    278 <para>Some might like to copy their <filename>/etc/rc*</filename>
     278<para>Some might like to copy their <filename class="directory">/etc/rc*</filename>
    279279directory into the ramdisk image, but this may have no value, other
    280280than archival use, in a worst-case recovery scenario.  If you want
     
    298298<command>noauto</command> in the options field so they don't cause an
    299299attempt to mount a potentially corrupt partition.  Copy it to
    300 <filename>/tmp</filename>, edit it as desired and then:</para>
     300<filename class="directory">/tmp</filename>, edit it as desired and then:</para>
    301301
    302302<screen><userinput><command>cp -a /tmp/fstab /mnt/loop1/etc</command></userinput></screen>
     
    309309control to <command>linuxrc</command> (<application><ulink
    310310url="http://www.busybox.net/downloads/busybox-0.60.4.tar.bz2">busybox
    311 </ulink></application>).  It wants to run an <filename>/etc/init.d/rcS</filename>
     311</ulink></application>).  It wants to run an <filename class="directory">/etc/init.d/rcS</filename>
    312312script to do any initial setup.</para>
    313313
    314314<para>If you use devfsd, you will need to set up the
    315315<filename>rcS</filename> script to handle the devfsd startup.  Put the
    316 following commands in <filename>/mnt/loop1/etc/init.d/rcS</filename>.
     316following commands in <filename class="directory">/mnt/loop1/etc/init.d/rcS</filename>.
    317317You may also want to add some of the processes shown in the non-devfs
    318318version that follows.</para>
     
    322322/sbin/devfsd /dev</userinput></screen>
    323323
    324 <para>If you don't use devfsd, but created a static <filename>/dev</filename>
     324<para>If you don't use devfsd, but created a static <filename
     325class="directory">/dev</filename>
    325326directory using <command>MAKEDEV</command>, or any similar process, the
    326327<filename>rcS</filename> script will do slightly different things.
     
    329330files, thus saving space on the diskette.</para>
    330331
    331 <para>The script made next will mount <filename>/proc</filename>, turn
     332<para>The script made next will mount <filename class="directory">/proc</filename>, turn
    332333on swap (no harm is done if it fails), make the
    333334<filename>/etc/passwd</filename> and <filename>/etc/group</filename>
     
    533534
    534535<para>To make a single-floppy rescue, using devfs, use the following
    535 commands. If you use the static <filename>/dev</filename> setup, use
     536commands. If you use the static <filename class="directory">/dev</filename> setup, use
    536537<filename>/dev/fd0</filename> instead of the /dev/floppy/0.</para>
    537538
     
    545546the kernel will use when it boots. Because it loads an initrd, it will
    546547automatically set that as the root device, initially. So, the
    547 <userinput>0,0</userinput> gives it "no value", telling the kernel to not
     548<option>0,0</option> gives it "no value", telling the kernel to not
    548549mount any other device. Some folks give <filename>/dev/fd0</filename> or
    549550something similar. But this has effect <emphasis>only</emphasis> when
     
    588589following commands, with the proper numbers inserted. Notice that the
    589590<command>seek</command> parameter's number must be the size, in blocks,
    590 of your kernel image. If you use the static <filename>/dev</filename>
     591of your kernel image. If you use the static <filename class="directory">/dev</filename>
    591592setup, use <filename>/dev/fd0</filename> in the commands below, instead
    592593of <filename>/dev/floppy/0</filename>.</para>
  • postlfs/config/profile.xml

    r2df36e4 r8604d92f  
    77help create an environment to run in.  Each file has a specific use and
    88may affect login and interactive environments differently.  The files in
    9 the <filename>/etc</filename> directory generally provide global
     9the <filename class="directory">/etc</filename> directory generally provide global
    1010settings. If an equivalent file exists in your home directory it may
    1111override the global settings.
     
    193193<para>Here is a base <filename>~/.bashrc</filename>.  Comments in the
    194194file should explain everything you need.  The comments and
    195 instructions for using <filename>/etc/skel</filename> for
     195instructions for using <filename class="directory">/etc/skel</filename> for
    196196<filename>.bash_profile</filename> above also apply here. Only the
    197197target file names are different.</para>
     
    234234<para>
    235235If you want to use the <filename>dircolors</filename> capability
    236 then run the following command. The <filename>/etc/skel</filename> setup
     236then run the following command. The <filename class="directory">/etc/skel</filename> setup
    237237steps seen above also can be used here to provide a
    238238<filename>.dircolors</filename> file when a new user is set up. As
  • postlfs/config/skel.xml

    r2df36e4 r8604d92f  
    44
    55<para>Together, the <command>/usr/sbin/useradd</command> command and
    6 <filename>/etc/skel</filename> directory (both are easy to setup and use)
     6<filename class="directory">/etc/skel</filename> directory (both are easy to setup and use)
    77provide a way to assure new users are added on your <acronym>LFS</acronym>
    88system with the same beginning settings for things like <envar>PATH</envar>,
     
    1010makes it easier to assure this initial state for each new user.</para>
    1111
    12 <para>The <filename>/etc/skel</filename> directory holds copies of various
     12<para>The <filename class="directory">/etc/skel</filename> directory holds copies of various
    1313initialization and other files that may be copied to the new user's home
    1414directory when the <command>/usr/sbin/useradd</command> program adds the new
     
    5151<para>For more information see <command>man useradd</command>.</para>
    5252
    53 <para><emphasis><filename>/etc/skel</filename></emphasis></para>
     53<para><emphasis><filename class="directory">/etc/skel</filename></emphasis></para>
    5454
    55 <para>To get started create an <filename>/etc/skel</filename> directory
     55<para>To get started create an <filename class="directory">/etc/skel</filename> directory
    5656and make sure it is writable only by the system administrator, usually
    5757root. Creating the directory as root is the best way to go.</para>
    5858
    5959<para>The mode of any files from this part of the book that you put in
    60 <filename>/etc/skel</filename> should be writable only by the owner.
     60<filename class="directory">/etc/skel</filename> should be writable only by the owner.
    6161Also, since there is no telling what kind of sensitive information a
    6262user may eventually place in their copy of these files, you should
    6363make them unreadable by "group" and "other".</para>
    6464
    65 <para>You can also put other files in <filename>/etc/skel</filename> and
     65<para>You can also put other files in <filename class="directory">/etc/skel</filename> and
    6666different permissions may be needed for them.</para>
    6767
     
    7474
    7575<para>The files from those sections that you might want to place in
    76 <filename>/etc/skel</filename> include
     76<filename class="directory">/etc/skel</filename> include
    7777<filename>.inputrc</filename>, <filename>.bash_profile</filename>,
    7878<filename>.bashrc</filename>, <filename>.bash_logout</filename>,
     
    8383
    8484<para>You will run a slightly modified set of commands for files which
    85 are placed in <filename>/etc/skel</filename>. Each section will remind
     85are placed in <filename class="directory">/etc/skel</filename>. Each section will remind
    8686you of this. In brief, the book's commands have been written for files
    87 <emphasis>not</emphasis> added to <filename>/etc/skel</filename> and
     87<emphasis>not</emphasis> added to <filename class="directory">/etc/skel</filename> and
    8888just send the results to the user's home directory. If the file is going
    89 to be in <filename>/etc/skel</filename>, change the book's command(s) to
     89to be in <filename class="directory">/etc/skel</filename>, change the book's command(s) to
    9090send output there instead and then just copy the file from
    91 <filename>/etc/skel</filename> to the appropriate directories, like
    92 <filename>/etc</filename>, <filename>~</filename> or the home directoriy
     91<filename class="directory">/etc/skel</filename> to the appropriate directories, like
     92<filename class="directory">/etc</filename>, <filename class="directory">~</filename> or the home directoriy
    9393of any other user already in the system.</para>
    9494
     
    9898the <option>-m</option> parameter, which tells
    9999<command>useradd</command> to create the user's home directory and
    100 copy files from <filename>/etc/skel</filename> (can be overridden) to
     100copy files from <filename class="directory">/etc/skel</filename> (can be overridden) to
    101101the new user's home directory.  For example:</para>
    102102
  • postlfs/editors/vim/vim-exp.xml

    r2df36e4 r8604d92f  
    22<title>Command explanations</title>
    33
    4 <para><parameter>--with-features=huge</parameter>: Enables all the additional
     4<para><parameter>--with-features=huge</parameter>: This switch enables all the additional
    55features available in <application>Vim</application>.</para>
    66
  • postlfs/filesystems/reiser/reiser-exp.xml

    r2df36e4 r8604d92f  
    44<para><parameter>--prefix=/usr</parameter>: This ensures that
    55the manual pages are installed in the correct location while still
    6 installing the programs in <filename>/sbin</filename> as they should
     6installing the programs in <filename class="directory">/sbin</filename> as they should
    77be.</para>
    88
    99<para><parameter>--sbindir=/sbin</parameter>: This ensures that the
    1010<application>ReiserFS</application>
    11 utilities are installed in <filename>/sbin</filename> as they should be.</para>
     11utilities are installed in <filename class="directory">/sbin</filename> as they should be.</para>
    1212
    1313</sect2>
  • postlfs/security/gnupg/gnupg-exp.xml

    r2df36e4 r8604d92f  
    22<title>Command explanations</title>
    33
    4 <para><parameter>--libexecdir=/usr/sbin</parameter>: This command
    5 creates a <filename>gnupg</filename> directory in <filename>/usr/sbin</filename> instead of
    6 <filename>/usr/libexec</filename>.</para>
     4<para><parameter>--libexecdir=/usr/lib</parameter>: This command
     5creates a <filename class="directory">gnupg</filename> directory in
     6<filename class="directory">/usr/sbin</filename> instead of
     7<filename class="directory">/usr/libexec</filename>.</para>
    78
    89</sect2>
  • postlfs/security/gnupg/gnupg-inst.xml

    r2df36e4 r8604d92f  
    44<para>Install <application>GnuPG</application> by running the following commands:</para>
    55
    6 <screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/sbin &amp;&amp;
     6<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/lib &amp;&amp;
    77make &amp;&amp;
    88make install &amp;&amp;
  • postlfs/security/pam/linux_pam-desc.xml

    r2df36e4 r8604d92f  
    33
    44<para>The <application>Linux-<acronym>PAM</acronym></application> package
    5 contains <command>unix-chkpwd</command> and <filename>libpam</filename>
     5contains <command>unix-chkpwd</command> and <filename
     6class="libraryfile">libpam</filename>
    67libraries.</para>
    78
     
    1415
    1516<sect3><title>libpam libraries</title>
    16 <para><filename>libpam</filename> libraries provide the interfaces between
     17<para><filename class="libraryfile">libpam</filename> libraries provide the interfaces between
    1718applications and the modules included with <acronym>PAM</acronym>.</para></sect3>
    1819
  • postlfs/security/shadow/shadow-config.xml

    r2df36e4 r8604d92f  
    1414
    1515<para>Add the following <application><acronym>PAM</acronym></application>
    16 configuration files to <filename>/etc/pam.d</filename> (or add them to
     16configuration files to <filename class="directory">/etc/pam.d</filename> (or add them to
    1717<filename>/etc/pam.conf</filename> with the additional field for the program).
    1818</para>
  • postlfs/security/tripwire/tripwire-config.xml

    r2df36e4 r8604d92f  
    33
    44<sect3><title>Config files</title>
    5 <para><filename>/etc/tripwire</filename></para>
     5<para><filename class="directory">/etc/tripwire</filename></para>
    66</sect3>
    77
     
    1010<para><application>Tripwire</application> uses a policy file to determine which
    1111files integrity are checked. The default policy file (<filename>twpol.txt
    12 </filename> found in <filename>/etc/tripwire/</filename>) is for a default
     12</filename> found in <filename class="directory">/etc/tripwire/</filename>) is for a default
    1313installation of Redhat 7.0 and is woefully outdated.</para>
    1414
     
    2323Custom policy file for SuSE 7.2 system</screen>
    2424
    25 <para>Download the custom policy file you'd like to try, copy it into <filename>
    26 /etc/tripwire/</filename>, and use it instead of <filename>twpol.txt
    27 </filename>. It is, however, recommended that you make your own policy file.
     25<para>Download the custom policy file you'd like to try, copy it into
     26<filename class="directory">/etc/tripwire/</filename>, and use it instead of
     27<filename>twpol.txt</filename>. It is, however, recommended that you make your own policy file.
    2828Get ideas from the examples above and read <filename>
    2929/usr/share/doc/tripwire/policyguide.txt</filename>. <filename>twpol.txt
     
    3232changes for uninstallation of software.</para>
    3333
    34 <para>After your policy file has been transferred to <filename>/etc/tripwire/
    35 </filename> you may begin the configuration steps:</para>
     34<para>After your policy file has been transferred to <filename
     35class="directory">/etc/tripwire/</filename> you may begin the configuration steps:</para>
    3636
    3737<screen><userinput><command>twadmin -m P /etc/tripwire/twpol.txt &amp;&amp;
    3838tripwire -m i</command></userinput></screen>
    3939
    40 <para>During configuration tripwire will create two (2) keys: a site key and
     40<para>During configuration <application>Tripwire</application> will create two (2) keys: a site key and
    4141 a local key which will be stored in <filename class="directory">/etc/tripwire/
    4242</filename>.</para>
     
    5656
    5757<para>Please note that after you run an integrity check, you must check
    58 the report or email and then modify the tripwire database of the files
    59 on your system so that tripwire will not continually notify you that
     58the report or email and then modify the
     59<application>Tripwire</application> database of the files
     60on your system so that <application>Tripwire</application> will not continually notify you that
    6061files you intentionally changed are a security violation. To do this you
    6162must first <command>ls /var/lib/tripwire/report/</command> and note
    6263the name of the newest file which starts with <filename>linux-</filename> and
    6364ends in <filename>.twr</filename>. This encrypted file was created during the
    64 last report creation and is needed to update the tripwire database of your
     65last report creation and is needed to update the
     66<application>Tripwire</application> database of your
    6567system. Then, type in the following command making the appropriate
    6668substitutions for '?':</para>
  • pst/printing/gs/espgs-exp.xml

    r2df36e4 r8604d92f  
    22<title>Command explanations</title>
    33
    4 <para><command>--without-gimp-print</command> : This switch disables
     4<para><option>--without-gimp-print</option>: This switch disables
    55the building of the <application><acronym>GIMP</acronym></application> print driver.</para>
    66
    7 <para><command>--without-ijs</command> : This switch disables the
     7<para><option>--without-ijs</option>: This switch disables the
    88<acronym>IJS</acronym> driver support.</para>
    99
  • pst/printing/gs/espgs-inst.xml

    r2df36e4 r8604d92f  
    77<screen><userinput><command>tar xzvf ../Omni-0.9.0.tar.gz</command></userinput></screen>
    88
    9 <para>Otherwise you must add <command>--without-omni</command> switch to
     9<para>Otherwise you must add <option>--without-omni</option> switch to
    1010the configure script if you intend to install the shared
    1111library.</para>
  • pst/printing/gs/gs-exp.xml

    r2df36e4 r8604d92f  
    22<title>Command explanations</title>
    33
    4 <para><parameter>--libexecdir=/usr/lib/gs</parameter>: executable
    5 libraries of <application>Ghostscript</application> will be installed to
     4<para><parameter>--libexecdir=/usr/lib/gs</parameter>: This switch
     5installs executable libraries of <application>Ghostscript</application> to
    66<filename class="directory">/usr/lib/gs</filename>.</para>
    77
    8 <para><parameter>--sysconfdir=/etc/gs</parameter>: Configuration data
    9 goes to <filename class="directory">/etc/gs</filename> instead of
     8<para><parameter>--sysconfdir=/etc/gs</parameter>: This switch installs
     9configuration data to <filename class="directory">/etc/gs</filename> instead of
    1010<filename class="directory">/usr/etc</filename>.</para>
    1111
  • pst/printing/lprng/lprng-config.xml

    r2df36e4 r8604d92f  
    99
    1010<para>There is no generic <filename>printcap</filename> for all
    11 printers. A sample printcap is loaded into the <filename>etc</filename>
     11printers. A sample printcap is loaded into the <filename
     12class="directory">etc</filename>
    1213directory which can be some help.  Information is also available at
    1314<ulink url="http://www.lprng.org"/> and <ulink
  • pst/printing/lprng/lprng-exp.xml

    r2df36e4 r8604d92f  
    33
    44<para><option>--libexecdir=/usr/sbin --sysconfdir=/etc</option>:
    5 These switches prevent the default use of <filename>/usr/libexec</filename> and <filename>/usr/etc</filename>.</para>
     5These switches prevent the default use of
     6<filename class="directory">/usr/libexec</filename> and
     7<filename class="directory">/usr/etc</filename>.</para>
    68
    79</sect2>
  • pst/scanning/sane/sane-desc.xml

    r2df36e4 r8604d92f  
    88
    99<sect3><title>Frontends:</title>
    10 <para><command>scanimage</command> : Command line interface for
     10<para><command>scanimage</command>: Command line interface for
    1111scanning.</para>
    12 <para><command>xscanimage</command> : Graphical user interface for
     12<para><command>xscanimage</command>: Graphical user interface for
    1313scanning.</para>
    14 <para><command>gimp-plugin</command> : xscanimage as
     14<para><command>gimp-plugin</command>: xscanimage as
    1515<application><acronym>GIMP</acronym></application> plugin.</para>
    1616</sect3>
  • pst/scanning/sane/sane-exp.xml

    r2df36e4 r8604d92f  
    22<title>Installation command explanations</title>
    33
    4 <para><command>--prefix=/usr</command> : All software is going to
    5 be installed in directories relative to<filename>/usr</filename>.</para>
     4<para><parameter>--prefix=/usr</parameter>: This switch installs all
     5software in directories relative to
     6<filename class="directory">/usr</filename>.</para>
    67
    78</sect2>
  • pst/scanning/xsane/xsane-exp.xml

    r2df36e4 r8604d92f  
    22<title>Installation command explanations</title>
    33
    4 <para><command>--prefix=/usr</command> : All software is going to
    5 be installed in directories relative to<filename>/usr</filename>.</para>
     4<para><parameter>--prefix=/usr</parameter>: This switch installs all
     5software in directories relative to
     6<filename class="directory">/usr</filename>.</para>
    67
    78</sect2>
  • pst/typesetting/tex/tex-exp.xml

    r2df36e4 r8604d92f  
    66Untar the <application>TeX</application> fonts and macro libraries.</para>
    77
    8 <para><command>--with-x=no</command> : Avoid any
     8<para><parameter>--with-x=no</parameter>: This switch will avoid any
    99<application>XFree86</application> dependencies.
    1010<application>TeX</application> can be compiled with
     
    1313configure option.</para>
    1414
    15 <para><command>--exec-prefix=/usr --bindir=/usr/bin</command> : Insure
    16 that <application>TeX</application> binaries will be installed in <filename>/usr/bin</filename>.</para>
     15<para><parameter>--exec-prefix=/usr --bindir=/usr/bin</parameter>: This
     16switch will insure
     17that <application>TeX</application> binaries will be installed in
     18<filename class="directory">/usr/bin</filename>.</para>
    1719
    18 <para><command>--without-texinfo</command> : A default
     20<para><option>--without-texinfo</option>: A default
    1921<acronym>LFS</acronym> installation already has the
    2022<application>texinfo</application> package
     
    2325package.</para>
    2426
    25 <para><command>--with-system-ncurses</command> : Specify using the
    26 already installed <filename>libncurses</filename> library.</para>
     27<para><option>--with-system-ncurses</option>: This switch specifies using the
     28already installed <filename class="libraryfile">libncurses</filename> library.</para>
    2729
    28 <para><command>--with-system-zlib</command> : <acronym>LFS</acronym> Systems starting with version 4.0 have zlib installed as part of the base operating system; we can avoid building it here.</para>
     30<para><option>--with-system-zlib</option>: <acronym>LFS</acronym> Systems starting with version 4.0 have zlib installed as part of the base operating system; we can avoid building it here.</para>
    2931
    30 <para><command>texconfig dvips paper letter</command> : Set the default
    31 paper size for <application>TeX</application>.</para>
     32<para><command>texconfig dvips paper letter</command>: This command sets the
     33default paper size for <application>TeX</application>.</para>
    3234
    33 <para><command>texconfig font rw</command> : Specify writable fonts.</para>
     35<para><command>texconfig font rw</command>: This command specifies writable
     36fonts.</para>
    3437
    3538</sect2>
  • pst/typesetting/tex/tex-inst.xml

    r2df36e4 r8604d92f  
    33
    44<para><application>TeX</application> is installed from the source
    5 directory (usually <filename>/usr/src</filename>) and untarring
     5directory (usually <filename class="directory">/usr/src</filename>) and untarring
    66instructions are included below instead of the usual assumption that you
    77have already untarred the package. The source directory should contain
Note: See TracChangeset for help on using the changeset viewer.