Changeset 8ad7980


Ignore:
Timestamp:
06/19/2004 01:39:28 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
f67f5cf
Parents:
ef57e3b
Message:

Tags corrections

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

Location:
chapter06
Files:
16 edited

Legend:

Unmodified
Added
Removed
  • chapter06/net-tools.xml

    ref57e3b r8ad7980  
    138138<listitem>
    139139<indexterm zone="ch-system-net-tools nisdomainname"><primary sortas="b-nisdomainname">nisdomainname</primary></indexterm>
    140 <para>does the same as domainname.</para>
     140<para>does the same as <command>domainname</command>.</para>
    141141</listitem>
    142142</varlistentry>
     
    179179<listitem>
    180180<indexterm zone="ch-system-net-tools ypdomainname"><primary sortas="b-ypdomainname">ypdomainname</primary></indexterm>
    181 <para>does the same as domainname.</para>
     181<para>does the same as <command>domainname</command>.</para>
    182182</listitem>
    183183</varlistentry>
  • chapter06/patch.xml

    ref57e3b r8ad7980  
    3030
    3131<para>Prepare Patch for compilation (the preprocessor flag
    32 <emphasis>-D_GNU_SOURCE</emphasis> is only needed on PowerPCs, on other
     32<parameter>-D_GNU_SOURCE</parameter> is only needed on PowerPCs, on other
    3333machines you can leave it out):</para>
    3434
     
    6060<indexterm zone="ch-system-patch patch"><primary sortas="b-patch">patch</primary></indexterm>
    6161<para>modifies files according to a patch file.
    62 A patch file normally is a difference listing created with the diff program.
    63 By applying these differences to the original files, patch creates the patched
     62A patch file normally is a difference listing created with the <command>diff</command> program.
     63By applying these differences to the original files, <command>patch</command> creates the patched
    6464versions. Using patches instead of entirely new tarballs to keep your sources
    6565up-to-date can save you a lot of download time.</para>
  • chapter06/perl.xml

    ref57e3b r8ad7980  
    4040<variablelist>
    4141<varlistentry>
    42 <term><userinput>-Dpager="/bin/less -isR"</userinput></term>
    43 <listitem><para>This corrects an error in the perldoc code with the invocation
    44 of the less program.</para></listitem>
     42<term><parameter>-Dpager="/bin/less -isR"</parameter></term>
     43<listitem><para>This corrects an error in the <command>perldoc</command> code with the invocation
     44of the <command>less</command> program.</para></listitem>
    4545</varlistentry>
    4646</variablelist>
     
    8686<listitem>
    8787<indexterm zone="ch-system-perl a2p"><primary sortas="b-a2p">a2p</primary></indexterm>
    88 <para>translates awk to perl.</para>
     88<para>translates awk to Perl.</para>
    8989</listitem>
    9090</varlistentry>
     
    9494<listitem>
    9595<indexterm zone="ch-system-perl c2ph"><primary sortas="b-c2ph">c2ph</primary></indexterm>
    96 <para>dumps C structures as generated from "cc -g -S" stabs.</para>
     96<para>dumps C structures as generated from <quote>cc -g -S</quote> stabs.</para>
    9797</listitem>
    9898</varlistentry>
     
    102102<listitem>
    103103<indexterm zone="ch-system-perl dprofpp"><primary sortas="b-dprofpp">dprofpp</primary></indexterm>
    104 <para>displays perl profile data.</para>
     104<para>displays Perl profile data.</para>
    105105</listitem>
    106106</varlistentry>
     
    119119<listitem>
    120120<indexterm zone="ch-system-perl find2perl"><primary sortas="b-find2perl">find2perl</primary></indexterm>
    121 <para>translates find commands to perl.</para>
     121<para>translates find commands to Perl.</para>
    122122</listitem>
    123123</varlistentry>
     
    127127<listitem>
    128128<indexterm zone="ch-system-perl h2ph"><primary sortas="b-h2ph">h2ph</primary></indexterm>
    129 <para>converts .h C header files to .ph Perl header files.</para>
     129<para>converts <filename class="extension">.h</filename> C header files to
     130<filename class="extension">.ph</filename> Perl header files.</para>
    130131</listitem>
    131132</varlistentry>
     
    135136<listitem>
    136137<indexterm zone="ch-system-perl h2xs"><primary sortas="b-h2xs">h2xs</primary></indexterm>
    137 <para>converts .h C header files to Perl extensions.</para>
     138<para>converts <filename class="extension">.h</filename> C header files to Perl extensions.</para>
    138139</listitem>
    139140</varlistentry>
     
    143144<listitem>
    144145<indexterm zone="ch-system-perl libnetcfg"><primary sortas="b-libnetcfg">libnetcfg</primary></indexterm>
    145 <para>can be used to configure the libnet.</para>
     146<para>can be used to configure the <filename class="libraryfile">libnet</filename>.</para>
    146147</listitem>
    147148</varlistentry>
     
    178179<indexterm zone="ch-system-perl perldoc"><primary sortas="b-perldoc">perldoc</primary></indexterm>
    179180<para>displays a piece of documentation in pod
    180 format that is embedded in the perl installation tree or in a perl script.</para>
     181format that is embedded in the Perl installation tree or in a Perl script.</para>
    181182</listitem>
    182183</varlistentry>
     
    204205<listitem>
    205206<indexterm zone="ch-system-perl pl2pm"><primary sortas="b-pl2pm">pl2pm</primary></indexterm>
    206 <para>is a rough tool for converting Perl4 .pl files to Perl5 .pm modules.</para>
     207<para>is a rough tool for converting Perl4 <filename class="extension">.pl</filename>
     208files to Perl5 <filename class="extension">.pm</filename> modules.</para>
    207209</listitem>
    208210</varlistentry>
     
    268270<listitem>
    269271<indexterm zone="ch-system-perl psed"><primary sortas="b-psed">psed</primary></indexterm>
    270 <para>is a Perl version of the stream editor <userinput>sed</userinput>.</para>
     272<para>is a Perl version of the stream editor <command>sed</command>.</para>
    271273</listitem>
    272274</varlistentry>
     
    276278<listitem>
    277279<indexterm zone="ch-system-perl pstruct"><primary sortas="b-pstruct">pstruct</primary></indexterm>
    278 <para>dumps C structures as generated from "cc -g -S" stabs.</para>
     280<para>dumps C structures as generated from <quote>cc -g -S</quote> stabs.</para>
    279281</listitem>
    280282</varlistentry>
     
    284286<listitem>
    285287<indexterm zone="ch-system-perl s2p"><primary sortas="b-s2p">s2p</primary></indexterm>
    286 <para>translates sed to perl.</para>
     288<para>translates sed to Perl.</para>
    287289</listitem>
    288290</varlistentry>
     
    293295<indexterm zone="ch-system-perl splain"><primary sortas="b-splain">splain</primary></indexterm>
    294296<para>is used to force verbose warning
    295 diagnostics in perl.</para>
     297diagnostics in Perl.</para>
    296298</listitem>
    297299</varlistentry>
  • chapter06/procps.xml

    ref57e3b r8ad7980  
    182182
    183183<varlistentry id="libproc">
    184 <term><command>libproc</command></term>
     184<term><filename class="libraryfile">libproc</filename></term>
    185185<listitem>
    186186<indexterm zone="ch-system-procps libproc"><primary sortas="c-libproc">libproc</primary></indexterm>
  • chapter06/psmisc.xml

    ref57e3b r8ad7980  
    3838<variablelist>
    3939<varlistentry>
    40 <term><userinput>--exec-prefix=""</userinput></term>
     40<term><parameter>--exec-prefix=""</parameter></term>
    4141<listitem><para>This causes the
    42 binaries to be installed in <filename>/bin</filename> instead of
    43 <filename>/usr/bin</filename>. As the Psmisc programs are often used in
    44 bootscripts, they should be available also when the <filename>/usr</filename>
     42binaries to be installed in <filename class="directory">/bin</filename> instead of
     43<filename class="directory">/usr/bin</filename>. As the Psmisc programs are often used in
     44bootscripts, they should be available also when the <filename class="directory">/usr</filename>
    4545file system isn't mounted.</para></listitem>
    4646</varlistentry>
     
    5555<screen><userinput>make install</userinput></screen>
    5656
    57 <para>There is no reason for the <filename>pstree</filename> and
    58 <filename>pstree.x11</filename> programs to reside in
     57<para>There is no reason for the <command>pstree</command> and
     58<command>pstree.x11</command> programs to reside in
    5959<filename class="directory">/bin</filename>. We therefore move them to
    6060<filename class="directory">/usr/bin</filename>. Also, there is no need
    61 for <filename>pstree.x11</filename> to exist as a separate program. We
    62 therefore make it a symbolic link to <filename>pstree</filename>:</para>
     61for <command>pstree.x11</command> to exist as a separate program. We
     62therefore make it a symbolic link to <command>pstree</command>:</para>
    6363
    6464<screen><userinput>mv /bin/pstree* /usr/bin
  • chapter06/pwdgroup.xml

    ref57e3b r8ad7980  
    2323command:</para>
    2424
    25 <screen><userinput>cat &gt; /etc/passwd &lt;&lt; "EOF"</userinput>
     25<screen><userinput>cat &gt; /etc/passwd &lt;&lt; "EOF"
    2626root:x:0:0:root:/root:/bin/bash
    27 <userinput>EOF</userinput></screen>
     27EOF</userinput></screen>
    2828
    2929<para>The actual password for <emphasis>root</emphasis> (the <quote>x</quote>
     
    3333command:</para>
    3434
    35 <screen><userinput>cat &gt; /etc/group &lt;&lt; "EOF"</userinput>
     35<screen><userinput>cat &gt; /etc/group &lt;&lt; "EOF"
    3636root:x:0:
    3737bin:x:1:
     
    4949utmp:x:13:
    5050usb:x:14:
    51 <userinput>EOF</userinput></screen>
     51EOF</userinput></screen>
    5252
    5353<para>The created groups aren't part of any standard -- they are some of the
     
    6868<screen><userinput>exec /tools/bin/bash --login +h</userinput></screen>
    6969
    70 <para>Note the use of the <emphasis>+h</emphasis> directive. This tells
     70<para>Note the use of the <parameter>+h</parameter> directive. This tells
    7171<command>bash</command> not to use its internal path hashing. Without this
    7272directive, <command>bash</command> would remember the paths to binaries it
  • chapter06/readjusting.xml

    ref57e3b r8ad7980  
    3636
    3737<para>From now on every compiled program will link <emphasis>only</emphasis>
    38 against the libraries in <filename>/usr/lib</filename> and
    39 <filename>/lib</filename>. The extra
    40 <emphasis>INSTALL=/tools/bin/install</emphasis> is needed because the Makefile
     38against the libraries in <filename class="directory">/usr/lib</filename> and
     39<filename class="directory">/lib</filename>. The extra
     40<parameter>INSTALL=/tools/bin/install</parameter> is needed because the Makefile
    4141created during the second pass still contains the reference to
    42 <filename>/usr/bin/install</filename>, which we obviously haven't installed yet.
     42<command>/usr/bin/install</command>, which we obviously haven't installed yet.
    4343Some host distributions contain a <filename class="symlink">ginstall</filename>
    4444symbolic link which takes precedence in the Makefile and thus can cause a
     
    7979in dynamic linker name):</para>
    8080
    81 <blockquote><screen>[Requesting program interpreter: /lib/ld-linux.so.2]</screen></blockquote>
     81<screen><computeroutput>[Requesting program interpreter: /lib/ld-linux.so.2]</computeroutput></screen>
    8282
    8383<para>Note especially that <filename class="directory">/lib</filename> is now
  • chapter06/revisedchroot.xml

    ref57e3b r8ad7980  
    2929will need to recompile and re-install them. The installation instructions are
    3030the same as in <xref linkend="chapter-temporary-tools"/>, apart from changing
    31 the prefix from <emphasis>/tools</emphasis> to <emphasis>/usr</emphasis>. The
     31the prefix from <filename class="directory">/tools</filename> to <filename class="directory">/usr</filename>. The
    3232BLFS book discusses a slightly different approach to installing Tcl, see
    3333<ulink url="&blfs-root;"/>.</para></note>
  • chapter06/sed.xml

    ref57e3b r8ad7980  
    3030
    3131<para>A bug in this version of sed changes permissions on files modified using
    32 the in-place function (<userinput>-i</userinput> flag).  Apply a patch to ensure
     32the in-place function (<parameter>-i</parameter> flag).  Apply a patch to ensure
    3333that the original file permissions are preserved.</para>
    3434
    35 <screen><userinput>patch -Np1 -i ../sed-&sed-version;-permissions-1.patch
    36 </userinput></screen>
     35<screen><userinput>patch -Np1 -i ../sed-&sed-version;-permissions-1.patch</userinput></screen>
    3736
    3837<para>Prepare Sed for compilation:</para>
  • chapter06/shadow.xml

    ref57e3b r8ad7980  
    8282
    8383<para>As some packages expect to find the just-moved libraries in
    84 <filename>/usr/lib</filename>, create the following symlinks:</para>
     84<filename class="directory">/usr/lib</filename>, create the following symlinks:</para>
    8585
    8686<screen><userinput>ln -sf ../../lib/libshadow.so.0 /usr/lib/libshadow.so
    8787ln -sf ../../lib/libmisc.so.0 /usr/lib/libmisc.so</userinput></screen>
    8888
    89 <para>The -D option of the <filename>useradd</filename> program requires this
     89<para>The <parameter>-D</parameter> option of the <command>useradd</command> program requires this
    9090directory for it to work properly:</para>
    9191
     
    416416
    417417<varlistentry id="libmisc">
    418 <term><command>libmisc</command></term>
     418<term><filename class="libraryfile">libmisc</filename></term>
    419419<listitem>
    420420<indexterm zone="ch-system-shadow libmisc"><primary sortas="c-libmisc">libmisc</primary></indexterm>
     
    424424
    425425<varlistentry id="libshadow">
    426 <term><command>libshadow</command></term>
     426<term><filename class="libraryfile">libshadow</filename></term>
    427427<listitem>
    428428<indexterm zone="ch-system-shadow libshadow"><primary sortas="c-libshadow">libshadow</primary></indexterm>
  • chapter06/sysklogd.xml

    ref57e3b r8ad7980  
    6161following:</para>
    6262
    63 <screen><userinput>cat &gt; /etc/syslog.conf &lt;&lt; "EOF"</userinput>
     63<screen><userinput>cat &gt; /etc/syslog.conf &lt;&lt; "EOF"
    6464# Begin /etc/syslog.conf
    6565
     
    7373
    7474# End /etc/syslog.conf
    75 <userinput>EOF</userinput></screen>
     75EOF</userinput></screen>
    7676
    7777</sect2>
  • chapter06/sysvinit.xml

    ref57e3b r8ad7980  
    2929<title>Installation of Sysvinit</title>
    3030
    31 <para>Sysvinit &sysvinit-version; contains a "buffer overflow" bug.
     31<para>Sysvinit &sysvinit-version; contains a <quote>buffer overflow</quote> bug.
    3232Under some conditions, it clobbers the
    3333values of environment variables. Fix that:</para>
     34
    3435<screen><userinput>patch -Np1 -i ../sysvinit-&sysvinit-version;-proclen-1.patch</userinput></screen>
     36
    3537<para>When run-levels are changed (for example, when halting the system),
    3638<command>init</command> sends termination signals to those processes that
     
    6567following:</para>
    6668
    67 <screen><userinput>cat &gt; /etc/inittab &lt;&lt; "EOF"</userinput>
     69<screen><userinput>cat &gt; /etc/inittab &lt;&lt; "EOF"
    6870# Begin /etc/inittab
    6971
     
    9294
    9395# End /etc/inittab
    94 <userinput>EOF</userinput></screen>
    95 
    96 <para> The -I '\033(K' switch tells agetty to send this escape sequence to
     96EOF</userinput></screen>
     97
     98<para> The <parameter>-I '\033(K'</parameter> switch tells <command>agetty</command> to send this escape sequence to
    9799the terminal before doing anything else. This escape sequence switches the
    98100console character set to a user-defined one, which can be modified by
     
    122124<listitem>
    123125<indexterm zone="ch-system-sysvinit halt"><primary sortas="b-halt">halt</primary></indexterm>
    124 <para>normally invokes shutdown with the -h flag,
     126<para>normally invokes <command>shutdown</command> with the <parameter>-h</parameter> flag,
    125127except when already in run-level 0, then it tells the kernel to halt the system.
    126128But first it notes in the file <filename>/var/log/wtmp</filename> that the
     
    189191<indexterm zone="ch-system-sysvinit poweroff"><primary sortas="b-poweroff">poweroff</primary></indexterm>
    190192<para>tells the kernel to halt the system and
    191 switch off the computer. But see halt.</para>
     193switch off the computer. But see <command>halt</command>.</para>
    192194</listitem>
    193195</varlistentry>
     
    197199<listitem>
    198200<indexterm zone="ch-system-sysvinit reboot"><primary sortas="b-reboot">reboot</primary></indexterm>
    199 <para>tells the kernel to reboot the system. But see halt.</para>
     201<para>tells the kernel to reboot the system. But see <command>halt</command>.</para>
    200202</listitem>
    201203</varlistentry>
     
    224226<indexterm zone="ch-system-sysvinit sulogin"><primary sortas="b-sulogin">sulogin</primary></indexterm>
    225227<para>allows the superuser to log in. It is
    226 normally invoked by init when the system goes into single user mode.</para>
     228normally invoked by <command>init</command> when the system goes into single user mode.</para>
    227229</listitem>
    228230</varlistentry>
     
    232234<listitem>
    233235<indexterm zone="ch-system-sysvinit telinit"><primary sortas="b-telinit">telinit</primary></indexterm>
    234 <para>tells init which run-level to enter.</para>
     236<para>tells <command>init</command> which run-level to enter.</para>
    235237</listitem>
    236238</varlistentry>
  • chapter06/texinfo.xml

    ref57e3b r8ad7980  
    5353<variablelist>
    5454<varlistentry>
    55 <term><userinput>TEXMF=/usr/share/texmf</userinput></term>
     55<term><parameter>TEXMF=/usr/share/texmf</parameter></term>
    5656<listitem><para>The TEXMF
    5757makefile variable holds the location of the root of your TeX tree if, for
     
    9393<para>is used to read Info documents. Info
    9494documents are a bit like man pages, but often go much deeper than just
    95 explaining all the flags. Compare for example man tar and info tar.</para>
     95explaining all the flags. Compare for example <command>man tar</command>
     96and <command>info tar</command>.</para>
    9697</listitem>
    9798</varlistentry>
  • chapter06/util-linux.xml

    ref57e3b r8ad7980  
    3131<title>FHS compliance notes</title>
    3232
    33 <para>The FHS recommends that we use <filename>/var/lib/hwclock</filename>,
    34 instead of the usual <filename>/etc</filename>, as the location for the
     33<para>The FHS recommends that we use <filename class="directory">/var/lib/hwclock</filename>,
     34instead of the usual <filename class="directory">/etc</filename>, as the location for the
    3535<filename>adjtime</filename> file. To make the <command>hwclock</command>
    3636program FHS-compliant, run the following:</para>
     
    6161<variablelist>
    6262<varlistentry>
    63 <term><userinput>HAVE_KILL=yes</userinput></term>
     63<term><parameter>HAVE_KILL=yes</parameter></term>
    6464<listitem><para>This prevents the
    6565<command>kill</command> program (already installed by Procps) from being
     
    6868
    6969<varlistentry>
    70 <term><userinput>HAVE_SLN=yes</userinput></term>
     70<term><parameter>HAVE_SLN=yes</parameter></term>
    7171<listitem><para>This prevents the
    7272<command>sln</command> program (a statically linked
     
    104104<indexterm zone="ch-system-util-linux agetty"><primary sortas="b-agetty">agetty</primary></indexterm>
    105105<para>opens a tty port, prompts for a login name,
    106 and then invokes the login program.</para>
     106and then invokes the <command>login</command> program.</para>
    107107</listitem>
    108108</varlistentry>
     
    345345<indexterm zone="ch-system-util-linux mcookie"><primary sortas="b-mcookie">mcookie</primary></indexterm>
    346346<para>generates magic cookies, 128-bit random hexadecimal numbers,
    347 for xauth.</para>
     347for <command>xauth</command>.</para>
    348348</listitem>
    349349</varlistentry>
     
    395395<indexterm zone="ch-system-util-linux more"><primary sortas="b-more">more</primary></indexterm>
    396396<para>is a filter for paging through text one
    397 screen full at a time. But less is much better.</para>
     397screen full at a time. But <command>less</command> is much better.</para>
    398398</listitem>
    399399</varlistentry>
  • chapter06/vim.xml

    ref57e3b r8ad7980  
    5050
    5151<para>The optional but highly recommended
    52 <userinput>--enable-multibyte</userinput> switch
     52<parameter>--enable-multibyte</parameter> switch
    5353includes support for editing files in multibyte character encodings into
    5454<command>vim</command>.
     
    9393people might not like this, but we prefer to run <command>vim</command> in its
    9494own mode (else we wouldn't have included it in this book, but the original
    95 <command>vi</command>). We've included the setting of "nocompatible"
     95<command>vi</command>). We've included the setting of <quote>nocompatible</quote>
    9696below to high-light the fact that the new behavior is being used. It
    97 also reminds those who would change to "compatible" mode that it should
     97also reminds those who would change to <quote>compatible</quote> mode that it should
    9898appear first because it changes other settings and overrides must come
    9999after this setting. Create a default vim configuration file by running
    100100the following:</para>
    101101
    102 <screen><userinput>cat &gt; /etc/vimrc &lt;&lt; "EOF"</userinput>
     102<screen><userinput>cat &gt; /etc/vimrc &lt;&lt; "EOF"
    103103" Begin /etc/vimrc
    104104
     
    106106set backspace=2
    107107syntax on
    108 <!-- set fileencodings=ucs-bom,utf-8,<replaceable>your-8-bit-charset</replaceable> -->
     108<!-- set fileencodings=ucs-bom,utf-8,<replaceable>[your-8-bit-charset]</replaceable> -->
    109109if (&amp;term == "iterm") || (&amp;term == "putty")
    110110  set background=dark
     
    112112
    113113" End /etc/vimrc
    114 <userinput>EOF</userinput></screen>
    115 
    116 <para>The <emphasis>set nocompatible</emphasis> makes
     114EOF</userinput></screen>
     115
     116<para>The <parameter>set nocompatible</parameter> makes
    117117<command>vim</command> behave in a more useful way (the default) than the
    118 vi-compatible manner. Remove the "no" if you want the old <command>vi</command>
    119 behavior. The <emphasis>set backspace=2</emphasis> allows
     118vi-compatible manner. Remove the <quote>no</quote> if you want the old <command>vi</command>
     119behavior. The <parameter>set backspace=2</parameter> allows
    120120backspacing over line breaks, autoindents and the start of insert. The
    121 <emphasis>syntax on</emphasis> enables <command>vim</command>'s
     121<parameter>syntax on</parameter> enables <command>vim</command>'s
    122122syntax highliting.
    123123<!-- XXX: the ascii-only files are considered to be in utf-8 - that's not what
    124124one expects . That's why fileencodings stuff is commented out for now
    125125
    126 The <emphasis>set fileencodings=...</emphasis> makes
     126The <parameter>set fileencodings=...</parameter> makes
    127127<command>vim</command> capable of automatically detecting the character
    128128set of the file being edited (replace
    129 "<replaceable>your-8-bit-charset</replaceable>"
     129"<replaceable>[your-8-bit-charset]</replaceable>"
    130130with the value appropriate for your country, e.g. iso-8859-15 in Italy).
    131131This line is useful because bleeding-edge distributions
    132132like Fedora Core use UTF-8, and conservative ones like Debian
    133133use traditional 8-bit encodings for text files. If you have not
    134 passed the <option>- -enable-multibyte</option> switch to the
     134passed the <parameter>- -enable-multibyte</parameter> switch to the
    135135<command>./configure</command> command above, this line will not work. -->
    136136Finally, the <emphasis>if</emphasis> statement with the
    137 <emphasis>set background=dark</emphasis> corrects <command>vim</command>'s
     137<parameter>set background=dark</parameter> corrects <command>vim</command>'s
    138138guess about the background color of some terminal emulators. This gives the
    139139highliting a better color scheme for use on the black background of
     
    165165<listitem>
    166166<indexterm zone="ch-system-vim efm_filter.pl"><primary sortas="b-efm_filter.pl">efm_filter.pl</primary></indexterm>
    167 <para>is a filter for creating an error file that can be read by vim.</para>
     167<para>is a filter for creating an error file that can be read by <command>vim</command>.</para>
    168168</listitem>
    169169</varlistentry>
     
    174174<indexterm zone="ch-system-vim efm_perl.pl"><primary sortas="b-efm_perl.pl">efm_perl.pl</primary></indexterm>
    175175<para>reformats the error messages of the
    176 Perl interpreter for use with the <quote>quickfix</quote> mode of vim.</para>
     176Perl interpreter for use with the <quote>quickfix</quote> mode of <command>vim</command>.</para>
    177177</listitem>
    178178</varlistentry>
     
    182182<listitem>
    183183<indexterm zone="ch-system-vim ex"><primary sortas="b-ex">ex</primary></indexterm>
    184 <para>starts vim in ex mode.</para>
     184<para>starts <command>vim</command> in ex mode.</para>
    185185</listitem>
    186186</varlistentry>
     
    190190<listitem>
    191191<indexterm zone="ch-system-vim less.sh"><primary sortas="b-less.sh">less.sh</primary></indexterm>
    192 <para>is a script that starts vim with less.vim.</para>
     192<para>is a script that starts <command>vim</command> with less.vim.</para>
    193193</listitem>
    194194</varlistentry>
     
    198198<listitem>
    199199<indexterm zone="ch-system-vim mve.awk"><primary sortas="b-mve.awk">mve.awk</primary></indexterm>
    200 <para>processes vim errors.</para>
     200<para>processes <command>vim</command> errors.</para>
    201201</listitem>
    202202</varlistentry>
     
    206206<listitem>
    207207<indexterm zone="ch-system-vim pltags.pl"><primary sortas="b-pltags.pl">pltags.pl</primary></indexterm>
    208 <para>creates a tags file for perl code, for use by vim.</para>
     208<para>creates a tags file for Perl code, for use by <command>vim</command>.</para>
    209209</listitem>
    210210</varlistentry>
     
    222222<listitem>
    223223<indexterm zone="ch-system-vim rview"><primary sortas="b-rview">rview</primary></indexterm>
    224 <para>is a restricted version of view: no shell
    225 commands can be started and view can't be suspended.</para>
     224<para>is a restricted version of <command>view</command>: no shell
     225commands can be started and <command>view</command> can't be suspended.</para>
    226226</listitem>
    227227</varlistentry>
     
    231231<listitem>
    232232<indexterm zone="ch-system-vim rvim"><primary sortas="b-rvim">rvim</primary></indexterm>
    233 <para>is a restricted version of vim: no shell
    234 commands can be started and vim can't be suspended.</para>
     233<para>is a restricted version of <command>vim</command>: no shell
     234commands can be started and <command>vim</command> can't be suspended.</para>
    235235</listitem>
    236236</varlistentry>
     
    240240<listitem>
    241241<indexterm zone="ch-system-vim shtags.pl"><primary sortas="b-shtags.pl">shtags.pl</primary></indexterm>
    242 <para>generates a tag file for perl scripts.</para>
     242<para>generates a tag file for Perl scripts.</para>
    243243</listitem>
    244244</varlistentry>
     
    256256<listitem>
    257257<indexterm zone="ch-system-vim view"><primary sortas="b-view">view</primary></indexterm>
    258 <para>starts vim in read-only mode.</para>
     258<para>starts <command>vim</command> in read-only mode.</para>
    259259</listitem>
    260260</varlistentry>
     
    272272<listitem>
    273273<indexterm zone="ch-system-vim vim132"><primary sortas="b-vim132">vim132</primary></indexterm>
    274 <para>starts vim with the terminal in 132-column mode.</para>
     274<para>starts <command>vim</command> with the terminal in 132-column mode.</para>
    275275</listitem>
    276276</varlistentry>
     
    280280<listitem>
    281281<indexterm zone="ch-system-vim vim2html.pl"><primary sortas="b-vim2html.pl">vim2html.pl</primary></indexterm>
    282 <para>converts vim documentation to HTML.</para>
     282<para>converts Vim documentation to HTML.</para>
    283283</listitem>
    284284</varlistentry>
     
    288288<listitem>
    289289<indexterm zone="ch-system-vim vimdiff"><primary sortas="b-vimdiff">vimdiff</primary></indexterm>
    290 <para>edits two or three versions of a file with vim and show differences.</para>
     290<para>edits two or three versions of a file with <command>vim</command> and show differences.</para>
    291291</listitem>
    292292</varlistentry>
     
    305305<indexterm zone="ch-system-vim vimspell.sh"><primary sortas="b-vimspell.sh">vimspell.sh</primary></indexterm>
    306306<para>is a script which spells a file and generates the syntax statements necessary
    307 to highlight in vim. This script requires the old Unix <command>spell</command>
     307to highlight in <command>vim</command>. This script requires the old Unix <command>spell</command>
    308308command, which is provided neither in LFS nor in BLFS.</para>
    309309</listitem>
     
    314314<listitem>
    315315<indexterm zone="ch-system-vim vimtutor"><primary sortas="b-vimtutor">vimtutor</primary></indexterm>
    316 <para>teaches you the basic keys and commands of vim.</para>
     316<para>teaches you the basic keys and commands of <command>vim</command>.</para>
    317317</listitem>
    318318</varlistentry>
  • chapter06/zlib.xml

    ref57e3b r8ad7980  
    3131<note><para>Zlib is known to build its shared library incorrectly if CFLAGS is
    3232specified in the environment. If you are using your own CFLAGS variable, be
    33 sure to add the <emphasis>-fPIC</emphasis> directive to your CFLAGS for the
     33sure to add the <parameter>-fPIC</parameter> directive to your CFLAGS for the
    3434duration of the below <command>configure</command> command, then remove it
    3535afterwards.</para></note>
     
    5151
    5252<para>Now also build the non-shared (static) library:</para>
     53
    5354<screen><userinput>make clean
    5455./configure --prefix=/usr
     
    8182<screen><userinput>mv /usr/lib/libz.so.* /lib</userinput></screen>
    8283
    83 <para>Now we need to fix the <filename>/usr/lib/libz.so</filename> symlink
     84<para>Now we need to fix the <filename class="symlink">/usr/lib/libz.so</filename> symlink
    8485because we just moved the file it points to:</para>
    8586
     
    99100
    100101<varlistentry id="libz">
    101 <term><command>libz*</command></term>
     102<term><filename class="libraryfile">libz*</filename></term>
    102103<listitem>
    103104<indexterm zone="ch-system-zlib libz"><primary sortas="c-libz*">libz*</primary></indexterm>
Note: See TracChangeset for help on using the changeset viewer.