Changeset 752f4e5 for chapter06


Ignore:
Timestamp:
09/05/2004 01:22:23 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
9876d9e
Parents:
e097438
Message:

Tags corrections, Chapter 6.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4132 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
53 edited

Legend:

Unmodified
Added
Removed
  • chapter06/autoconf.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-autoconf" xreflabel="Autoconf" role="wrap">
     6<sect1 id="ch-system-autoconf" role="wrap">
    77<title>Autoconf-&autoconf-version;</title>
    88<?dbhtml filename="autoconf.html"?>
  • chapter06/automake.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-automake" xreflabel="Automake" role="wrap">
     6<sect1 id="ch-system-automake" role="wrap">
    77<title>Automake-&automake-version;</title>
    88<?dbhtml filename="automake.html"?>
  • chapter06/bash.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-bash" xreflabel="Bash" role="wrap">
     6<sect1 id="ch-system-bash" role="wrap">
    77<title>Bash-&bash-version;</title>
    88<?dbhtml filename="bash.html"?>
  • chapter06/binutils.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-binutils" xreflabel="Binutils" role="wrap">
     6<sect1 id="ch-system-binutils" role="wrap">
    77<title>Binutils-&binutils-version;</title>
    88<?dbhtml filename="binutils.html"?>
     
    3434<parameter>-mcpu</parameter> options) are changed. If any environment
    3535variables that override default optimizations have been defined, such
    36 as <emphasis>CFLAGS</emphasis> and <emphasis>CXXFLAGS</emphasis>,
     36as <envar>CFLAGS</envar> and <envar>CXXFLAGS</envar>,
    3737unset them when building Binutils.</para>
    3838
  • chapter06/bison.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-bison" xreflabel="Bison" role="wrap">
     6<sect1 id="ch-system-bison" role="wrap">
    77<title>Bison-&bison-version;</title>
    88<?dbhtml filename="bison.html"?>
  • chapter06/bzip2.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-bzip2" xreflabel="Bzip2" role="wrap">
     6<sect1 id="ch-system-bzip2" role="wrap">
    77<title>Bzip2-&bzip2-version;</title>
    88<?dbhtml filename="bzip2.html"?>
  • chapter06/changingowner.xml

    re097438 r752f4e5  
    3232
    3333<para>The command uses <parameter>0:0</parameter> instead of
    34 <parameter>root:root</parameter>, because <userinput>chown</userinput>
     34<parameter>root:root</parameter>, because <command>chown</command>
    3535is unable to resolve the name <quote>root</quote> until the password
    3636file has been created. This book assumes you ran this
  • chapter06/chroot.xml

    re097438 r752f4e5  
    2121<para>The <parameter>-i</parameter> option given to the
    2222<command>env</command> command will clear all variables of the chroot
    23 environment. After that, only the <emphasis>HOME</emphasis>,
    24 <emphasis>TERM</emphasis>, <emphasis>PS1</emphasis>, and
    25 <emphasis>PATH</emphasis> variables are set again. The
     23environment. After that, only the <envar>HOME</envar>,
     24<envar>TERM</envar>, <envar>PS1</envar>, and
     25<envar>PATH</envar> variables are set again. The
    2626<parameter>TERM=$TERM</parameter> construct will set the
    27 <emphasis>TERM</emphasis> variable inside chroot to the same value as
     27<envar>TERM</envar> variable inside chroot to the same value as
    2828outside chroot. This variable is needed for programs like
    2929<command>vim</command> and <command>less</command> to operate
    3030properly.  If other variables are needed, such as
    31 <emphasis>CFLAGS</emphasis> or <emphasis>CXXFLAGS</emphasis>, this is
     31<envar>CFLAGS</envar> or <envar>CXXFLAGS</envar>, this is
    3232a good place to set them again.</para>
    3333
    3434<para>From this point on, there is no need to use the
    35 <emphasis>LFS</emphasis> variable anymore, because all work will be
     35<envar>LFS</envar> variable anymore, because all work will be
    3636restricted to the LFS file system.  This is because the Bash shell is
    3737told that <filename class="directory">$LFS</filename> is now the root
    3838(<filename class="directory">/</filename>) directory.</para>
    3939
    40 <para>Notice that <filename class="directory">/tools/bin</filename> comes last in the PATH. This means that a
     40<para>Notice that <filename class="directory">/tools/bin</filename>
     41comes last in the <envar>PATH</envar>. This means that a
    4142temporary tool will not be used anymore as soon as its final version
    4243is installed. This occurs when the shell does not <quote>remember</quote> the
    4344locations of executed binaries&mdash;for this reason, hashing is switched
    44 off by passing the +h option to bash.</para>
     45off by passing the <parameter>+h</parameter> option to bash.</para>
    4546
    4647<para>It is important that all the commands throughout the remainder
  • chapter06/coreutils.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-coreutils" xreflabel="Coreutils" role="wrap">
     6<sect1 id="ch-system-coreutils" role="wrap">
    77<title>Coreutils-&coreutils-version;</title>
    88<?dbhtml filename="coreutils.html"?>
  • chapter06/devices.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-devices" xreflabel="devices">
     6<sect1 id="ch-system-devices">
    77<title>Populating /dev</title>
    88<?dbhtml filename="devices.html"?>
     
    2626
    2727<para>The ideal way to populate <filename
    28 class="directory">/dev</filename> is to mount a ramfs onto <filename
     28class="directory">/dev</filename> is to mount a <systemitem
     29class="filesystem">ramfs</systemitem> onto <filename
    2930class="directory">/dev</filename>, like <systemitem
    3031class="filesystem">tmpfs</systemitem>, and create the devices on there
  • chapter06/diffutils.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-diffutils" xreflabel="Diffutils" role="wrap">
     6<sect1 id="ch-system-diffutils" role="wrap">
    77<title>Diffutils-&diffutils-version;</title>
    88<?dbhtml filename="diffutils.html"?>
  • chapter06/e2fsprogs.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-e2fsprogs" xreflabel="E2fsprogs" role="wrap">
     6<sect1 id="ch-system-e2fsprogs" role="wrap">
    77<title>E2fsprogs-&e2fsprogs-version;</title>
    88<?dbhtml filename="e2fsprogs.html"?>
     
    1111
    1212<sect2 role="package"><title/>
    13 <para>The E2fsprogs package contains the utilities for handling the ext2
    14 file system. It also supports the ext3 journaling file system.</para>
     13<para>The E2fsprogs package contains the utilities for handling the
     14<systemitem class="filesystem">ext2</systemitem> file system. It also supports
     15the <systemitem class="filesystem">ext3</systemitem> journaling file system.</para>
    1516
    1617<segmentedlist>
  • chapter06/file.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-file" xreflabel="File" role="wrap">
     6<sect1 id="ch-system-file" role="wrap">
    77<title>File-&file-version;</title>
    88<?dbhtml filename="file.html"?>
  • chapter06/findutils.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-findutils" xreflabel="Findutils" role="wrap">
     6<sect1 id="ch-system-findutils" role="wrap">
    77<title>Findutils-&findutils-version;</title>
    88<?dbhtml filename="findutils.html"?>
  • chapter06/flex.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-flex" xreflabel="Flex" role="wrap">
     6<sect1 id="ch-system-flex" role="wrap">
    77<title>Flex-&flex-version;</title>
    88<?dbhtml filename="flex.html"?>
     
    5757
    5858<para>There are some packages that expect to find the
    59 <filename>lex</filename> library in <filename
     59<filename class="libraryfile">lex</filename> library in <filename
    6060class="directory">/usr/lib</filename>. Create a symlink to account for
    6161this:</para>
  • chapter06/gawk.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-gawk" xreflabel="Gawk" role="wrap">
     6<sect1 id="ch-system-gawk" role="wrap">
    77<title>Gawk-&gawk-version;</title>
    88<?dbhtml filename="gawk.html"?>
  • chapter06/gcc.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-gcc" xreflabel="GCC" role="wrap">
     6<sect1 id="ch-system-gcc" role="wrap">
    77<title>GCC-&gcc-version;</title>
    88<?dbhtml filename="gcc.html"?>
     
    3434<parameter>-mcpu</parameter> options) are changed. If any environment
    3535variables that override default optimizations have been defined, such
    36 as <emphasis>CFLAGS</emphasis> and <emphasis>CXXFLAGS</emphasis>,
     36as <envar>CFLAGS</envar> and <envar>CXXFLAGS</envar>,
    3737unset them when building GCC.</para>
    3838
  • chapter06/gettext.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-gettext" xreflabel="Gettext" role="wrap">
     6<sect1 id="ch-system-gettext" role="wrap">
    77<title>Gettext-&gettext-version;</title>
    88<?dbhtml filename="gettext.html"?>
  • chapter06/glibc.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-glibc" xreflabel="Glibc" role="wrap">
     6<sect1 id="ch-system-glibc" role="wrap">
    77<title>Glibc-&glibc-version;</title>
    88<?dbhtml filename="glibc.html"?>
     
    3636<parameter>-mcpu</parameter> options) are changed. If any environment
    3737variables that override default optimizations have been defined, such
    38 as <emphasis>CFLAGS</emphasis> and <emphasis>CXXFLAGS</emphasis>,
     38as <envar>CFLAGS</envar> and <envar>CXXFLAGS</envar>,
    3939unset them when building GCC.</para>
    4040
     
    107107the <systemitem class="filesystem">tmpfs</systemitem> file system
    108108mounted at <filename class="directory">/dev/shm</filename>.  This
    109 occurs because of a lack of support for tmpfs in the
     109occurs because of a lack of support for <systemitem
     110class="filesystem">tmpfs</systemitem> in the
    110111kernel.</para></listitem>
    111112
     
    139140future packages to pass, in particular, the
    140141<emphasis>libstdc++</emphasis> tests from GCC. The following
    141 instructions, instead of the <emphasis>install-locales</emphasis>
     142instructions, instead of the <parameter>install-locales</parameter>
    142143target used above, will install the minimum set of locales necessary
    143144for the tests to run successfully:</para>
  • chapter06/grep.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-grep" xreflabel="Grep" role="wrap">
     6<sect1 id="ch-system-grep" role="wrap">
    77<title>Grep-&grep-version;</title>
    88<?dbhtml filename="grep.html"?>
  • chapter06/groff.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-groff" xreflabel="Groff" role="wrap">
     6<sect1 id="ch-system-groff" role="wrap">
    77<title>Groff-&groff-version;</title>
    88<?dbhtml filename="groff.html"?>
     
    2929<title>Installation of Groff</title>
    3030
    31 <para>Groff expects the environment variable <emphasis>PAGE</emphasis>
     31<para>Groff expects the environment variable <envar>PAGE</envar>
    3232to contain the default paper size. For users in the United States, the
    3333command below is appropriate. Elsewhere, the
     
    3737<para>Prepare Groff for compilation:</para>
    3838
    39 <screen><userinput>PAGE=letter ./configure --prefix=/usr</userinput></screen>
     39<screen><userinput>PAGE=<replaceable>[letter]</replaceable> ./configure --prefix=/usr</userinput></screen>
    4040
    4141<para>Compile the package:</para>
  • chapter06/grub.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-grub" xreflabel="Grub" role="wrap">
     6<sect1 id="ch-system-grub" role="wrap">
    77<title>Grub-&grub-version;</title>
    88<?dbhtml filename="grub.html"?>
     
    3333<parameter>-mcpu</parameter> options) are changed. If any environment
    3434variables that override default optimizations have been defined, such
    35 as <emphasis>CFLAGS</emphasis> and <emphasis>CXXFLAGS</emphasis>,
     35as <envar>CFLAGS</envar> and <envar>CXXFLAGS</envar>,
    3636unset them when building Grub.</para>
    3737
  • chapter06/gzip.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-gzip" xreflabel="Gzip" role="wrap">
     6<sect1 id="ch-system-gzip" role="wrap">
    77<title>Gzip-&gzip-version;</title>
    88<?dbhtml filename="gzip.html"?>
  • chapter06/iana-etc.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-iana-etc" xreflabel="Iana-Etc" role="wrap">
     6<sect1 id="ch-system-iana-etc" role="wrap">
    77<title>Iana-Etc-&iana-etc-version;</title>
    88<?dbhtml filename="iana-etc.html"?>
  • chapter06/inetutils.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-inetutils" xreflabel="Inetutils" role="wrap">
     6<sect1 id="ch-system-inetutils" role="wrap">
    77<title>Inetutils-&inetutils-version;</title>
    88<?dbhtml filename="inetutils.html"?>
  • chapter06/iproute2.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-iproute2" xreflabel="IProute2" role="wrap">
     6<sect1 id="ch-system-iproute2" role="wrap">
    77  <title>Iproute2-&iproute2-version;</title>
    88<?dbhtml filename="iproute2.html"?>
  • chapter06/kbd.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-kbd" xreflabel="Kbd" role="wrap">
     6<sect1 id="ch-system-kbd" role="wrap">
    77<title>Kbd-&kbd-version;</title>
    88<?dbhtml filename="kbd.html"?>
  • chapter06/kernfs.xml

    re097438 r752f4e5  
    3232
    3333<para>The <command>mount</command> commands executed above may result
    34 in the following warning message: <quote>can't open /etc/fstab: No
    35 such file or directory</quote>. This file&mdash;/etc/fstab&mdash;has
     34in the following warning message: <computeroutput>can't open /etc/fstab: No
     35such file or directory</computeroutput>. This
     36file&mdash;<filename>/etc/fstab</filename>&mdash;has
    3637not been created yet but is also not required for the file systems to
    3738be properly mounted. As such, the warning can be safely ignored.</para>
  • chapter06/less.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-less" xreflabel="Less" role="wrap">
     6<sect1 id="ch-system-less" role="wrap">
    77<title>Less-&less-version;</title>
    88<?dbhtml filename="less.html"?>
  • chapter06/libtool.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-libtool" xreflabel="Libtool" role="wrap">
     6<sect1 id="ch-system-libtool" role="wrap">
    77<title>Libtool-&libtool-version;</title>
    88<?dbhtml filename="libtool.html"?>
  • chapter06/m4.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-m4" xreflabel="M4" role="wrap">
     6<sect1 id="ch-system-m4" role="wrap">
    77<title>M4-&m4-version;</title>
    88<?dbhtml filename="m4.html"?>
  • chapter06/make.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-make" xreflabel="Make" role="wrap">
     6<sect1 id="ch-system-make" role="wrap">
    77<title>Make-&make-version;</title>
    88<?dbhtml filename="make.html"?>
  • chapter06/man-pages.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-man-pages" xreflabel="Man-pages" role="wrap">
     6<sect1 id="ch-system-man-pages" role="wrap">
    77<title>Man-pages-&man-pages-version;</title>
    88<?dbhtml filename="man-pages.html"?>
  • chapter06/man.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-man" xreflabel="Man" role="wrap">
     6<sect1 id="ch-system-man" role="wrap">
    77<title>Man-&man-version;</title>
    88<?dbhtml filename="man.html"?>
     
    3838
    3939<para>The second is a sed substitution to add the
    40 <parameter>-R</parameter> switch to the <emphasis>PAGER</emphasis>
     40<parameter>-R</parameter> switch to the <envar>PAGER</envar>
    4141variable so that escape sequences are properly handled by Less:</para>
    4242
     
    7676sequences, edit the <filename>man.conf</filename> file and
    7777add the <parameter>-c</parameter> switch to
    78 the <quote>NROFF</quote> variable.</para></note>
     78the <envar>NROFF</envar> variable.</para></note>
    7979
    8080<para>If the character set uses 8-bit characters, search for the line
  • chapter06/mktemp.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-mktemp" xreflabel="Mktemp" role="wrap">
     6<sect1 id="ch-system-mktemp" role="wrap">
    77<title>Mktemp-&mktemp-version;</title>
    88<?dbhtml filename="mktemp.html"?>
  • chapter06/module-init-tools.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-module-init-tools" xreflabel="Module-Init-Tools" role="wrap">
     6<sect1 id="ch-system-module-init-tools" role="wrap">
    77<title>Module-Init-Tools-&module-init-tools-version;</title>
    88<?dbhtml filename="module-init-tools.html"?>
  • chapter06/ncurses.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-ncurses" xreflabel="Ncurses" role="wrap">
     6<sect1 id="ch-system-ncurses" role="wrap">
    77<title>Ncurses-&ncurses-version;</title>
    88<?dbhtml filename="ncurses.html"?>
  • chapter06/patch.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-patch" xreflabel="Patch" role="wrap">
     6<sect1 id="ch-system-patch" role="wrap">
    77<title>Patch-&patch-version;</title>
    88<?dbhtml filename="patch.html"?>
  • chapter06/perl.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-perl" xreflabel="Perl" role="wrap">
     6<sect1 id="ch-system-perl" role="wrap">
    77<title>Perl-&perl-version;</title>
    88<?dbhtml filename="perl.html"?>
  • chapter06/procps.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-procps" xreflabel="Procps" role="wrap">
     6<sect1 id="ch-system-procps" role="wrap">
    77<title>Procps-&procps-version;</title>
    88<?dbhtml filename="procps.html"?>
  • chapter06/psmisc.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-psmisc" xreflabel="Psmisc" role="wrap">
     6<sect1 id="ch-system-psmisc" role="wrap">
    77<title>Psmisc-&psmisc-version;</title>
    88<?dbhtml filename="psmisc.html"?>
  • chapter06/readjusting.xml

    re097438 r752f4e5  
    6868<important><para>If working on a platform where the name of the
    6969dynamic linker is something other than
    70 <filename>ld-linux.so.2</filename>, substitute
    71 <filename>ld-linux.so.2</filename> with the name of the platform's
     70<filename class="libraryfile">ld-linux.so.2</filename>, substitute
     71<quote>ld-linux.so.2</quote> with the name of the platform's
    7272dynamic linker in the above commands. Refer back to <xref
    7373linkend="ch-tools-toolchaintechnotes" role=","/> if
  • chapter06/readline.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-readline" xreflabel="Readline" role="wrap">
     6<sect1 id="ch-system-readline" role="wrap">
    77<title>Readline-&readline-version;</title>
    88<?dbhtml filename="readline.html"?>
     
    4949<term><parameter>SHLIB_XLDFLAGS=-lncurses</parameter></term>
    5050<listitem><para>This option forces readline to link against the
    51 <filename>libncurses</filename> library.</para></listitem>
     51<filename class="libraryfile">libncurses</filename> library.</para></listitem>
    5252</varlistentry>
    5353</variablelist>
  • chapter06/revisedchroot.xml

    re097438 r752f4e5  
    3939usual location, such as <filename
    4040class="directory">/usr/src/packages</filename>. The entire directory
    41 can also be deleted if its contents have been burned to a CD).</para>
     41can also be deleted if its contents have been burned to a CD.</para>
    4242
    4343</sect1>
  • chapter06/sed.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-sed" xreflabel="Sed" role="wrap">
     6<sect1 id="ch-system-sed" role="wrap">
    77<title>Sed-&sed-version;</title>
    88<?dbhtml filename="sed.html"?>
  • chapter06/shadow.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-shadow" xreflabel="Shadow" role="wrap">
     6<sect1 id="ch-system-shadow" role="wrap">
    77<title>Shadow-&shadow-version;</title>
    88<?dbhtml filename="shadow.html"?>
  • chapter06/sysklogd.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-sysklogd" xreflabel="Sysklogd" role="wrap">
     6<sect1 id="ch-system-sysklogd" role="wrap">
    77<title>Sysklogd-&sysklogd-version;</title>
    88<?dbhtml filename="sysklogd.html"?>
  • chapter06/sysvinit.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-sysvinit" xreflabel="Sysvinit" role="wrap">
     6<sect1 id="ch-system-sysvinit" role="wrap">
    77<title>Sysvinit-&sysvinit-version;</title>
    88<?dbhtml filename="sysvinit.html"?>
  • chapter06/tar.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-tar" xreflabel="Tar" role="wrap">
     6<sect1 id="ch-system-tar" role="wrap">
    77<title>Tar-&tar-version;</title>
    88<?dbhtml filename="tar.html"?>
  • chapter06/texinfo.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-texinfo" xreflabel="Texinfo" role="wrap">
     6<sect1 id="ch-system-texinfo" role="wrap">
    77<title>Texinfo-&texinfo-version;</title>
    88<?dbhtml filename="texinfo.html"?>
     
    5454<varlistentry>
    5555<term><parameter>TEXMF=/usr/share/texmf</parameter></term>
    56 <listitem><para>The TEXMF makefile variable holds the location of the
     56<listitem><para>The <envar>TEXMF</envar> makefile variable holds the location of the
    5757root of the TeX tree if, for example, a TeX package will be installed
    5858later.</para></listitem>
  • chapter06/util-linux.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-util-linux" xreflabel="Util-linux" role="wrap">
     6<sect1 id="ch-system-util-linux" role="wrap">
    77<title>Util-linux-&util-linux-version;</title>
    88<?dbhtml filename="util-linux.html"?>
  • chapter06/vim.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-vim" xreflabel="Vim" role="wrap">
     6<sect1 id="ch-system-vim" role="wrap">
    77<title>Vim-&vim-version;</title>
    88<?dbhtml filename="vim.html"?>
     
    100100would change to <quote>compatible</quote> mode that it should appear
    101101first.  This is necessary because it changes other settings, and
    102 overrides must come after this setting.  Create a default vim
     102overrides must come after this setting.  Create a default <command>vim</command>
    103103configuration file by running the following:</para>
    104104
     
    123123autoindents, and the start of insert. The <parameter>syntax
    124124on</parameter> enables vim's syntax highlighting. Finally, the
    125 <parameter>if</parameter> statement with the <parameter>set
     125<emphasis>if</emphasis> statement with the <parameter>set
    126126background=dark</parameter> corrects <command>vim</command>'s guess
    127127about the background color of some terminal emulators. This gives the
  • chapter06/zlib.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-zlib" xreflabel="Zlib" role="wrap">
     6<sect1 id="ch-system-zlib" role="wrap">
    77<title>Zlib-&zlib-version;</title>
    88<?dbhtml filename="zlib.html"?>
     
    3030
    3131<note><para>Zlib is known to build its shared library incorrectly if
    32 CFLAGS is specified in the environment. If using a specified CFLAGS
     32<envar>CFLAGS</envar> is specified in the environment. If using a
     33specified <envar>CFLAGS</envar>
    3334variable, be sure to add the <parameter>-fPIC</parameter> directive to
    34 the <emphasis>CFLAGS</emphasis> variable for the duration of the
     35the <envar>CFLAGS</envar> variable for the duration of the
    3536configure command below, then remove it afterwards.</para></note>
    3637
Note: See TracChangeset for help on using the changeset viewer.