Changeset 0c4501b for chapter08


Ignore:
Timestamp:
12/14/2022 11:36:16 PM (17 months ago)
Author:
David Bryant <davidbryant@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
dbaab99
Parents:
3c5ecc9
Message:

Patch capitalization. Substitute "spell-checking" for "spell":
"Spell" can be a noun or a verb, but it's never an adjective.
Clarify the description of "xxd".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/vim.xml

    r3c5ecc9 r0c4501b  
    5555<screen><userinput remap="pre">echo '#define SYS_VIMRC_FILE "/etc/vimrc"' &gt;&gt; src/feature.h</userinput></screen>
    5656
    57     <para>Prepare vim for compilation:</para>
     57    <para>Prepare Vim for compilation:</para>
    5858
    5959<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
     
    8484<screen><userinput remap="install">make install</userinput></screen>
    8585
    86     <para>Many users are used to using <command>vi</command> instead of
     86    <para>Many users reflexively type <command>vi</command> instead of
    8787    <command>vim</command>. To allow execution of <command>vim</command>
    8888    when users habitually enter <command>vi</command>, create a
     
    9595done</userinput></screen>
    9696
    97     <para>By default, vim's documentation is installed in <filename
     97    <para>By default, Vim's documentation is installed in <filename
    9898    class="directory">/usr/share/vim</filename>. The following symlink
    9999    allows the documentation to be accessed via <filename
     
    104104
    105105    <para>If an X Window System is going to be installed on the LFS
    106     system, it may be necessary to recompile vim after installing X. Vim
     106    system, it may be necessary to recompile Vim after installing X. Vim
    107107    comes with a GUI version of the editor that requires X and some
    108108    additional libraries to be installed. For more information on this
    109     process, refer to the vim documentation and the vim installation page
     109    process, refer to the Vim documentation and the Vim installation page
    110110    in the BLFS book at <ulink
    111111    url="&blfs-book;postlfs/vim.html"/>.</para>
     
    167167
    168168    <note>
    169       <para>By default, vim only installs spell files for the English language.
    170       To install spell files for your preferred language, copy the
     169      <para>By default, vim only installs spell-checking files for the English language.
     170      To install spell-checking files for your preferred language, copy the
    171171      <filename class='extension'>.spl</filename> and optionally, the
    172172      <filename class='extension'>.sug</filename> files for your language
     
    176176        /usr/share/&vim-docdir;/spell/</filename>.</para>
    177177
    178       <para>To use these spell files, some configuration in
     178      <para>To use these spell-checking files, some configuration in
    179179      <filename>/etc/vimrc</filename> is needed, e.g.:</para>
    180180
     
    298298        <listitem>
    299299          <para>Creates a hex dump of the given file; it can
    300           also do the reverse, so it can be used for binary patching</para>
     300          also perform the inverse operation, so it can be used for binary
     301          patching</para>
    301302          <indexterm zone="ch-system-vim xxd">
    302303            <primary sortas="b-xxd">xxd</primary>
Note: See TracChangeset for help on using the changeset viewer.