Ignore:
Timestamp:
07/22/2001 07:45:10 PM (23 years ago)
Author:
Mark Hymers <markh@…>
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, v3_0, v3_1, v3_2, v3_3, v4_0, v4_1, v5_0, v5_1, v5_1_1, 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:
f1da843
Parents:
46f5461
Message:

XML changes

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • appendixa/vim-desc.xml

    r46f5461 rb822811  
    22<title>Contents</title>
    33
    4 <para>
    5 The Vim package contains the ctags, etags, ex, gview, gvim, rgview,
    6 rgvim, rview, rvim, view, vim, vimtutor and xxd programs.
    7 </para>
     4<para>The Vim package contains the ctags, etags, ex, gview, gvim, rgview,
     5rgvim, rview, rvim, view, vim, vimtutor and xxd programs.</para>
    86
    97</sect2>
     
    1513<title>ctags</title>
    1614
    17 <para>
    18 ctags generate tag files for source code.
    19 </para>
     15<para>ctags generate tag files for source code.</para>
    2016
    2117</sect3>
     
    2420<title>etags</title>
    2521
    26 <para>
    27 etags does the same as ctags but it can generate cross reference files
     22<para>etags does the same as ctags but it can generate cross reference files
    2823which list information about the various source objects found in a set
    29 of language files.
    30 </para>
     24of language files.</para>
    3125
    3226</sect3>
     
    3529<title>ex</title>
    3630
    37 <para>
    38 ex starts vim in Ex mode.
    39 </para>
     31<para>ex starts vim in Ex mode.</para>
    4032
    4133</sect3>
     
    4436<title>gview</title>
    4537
    46 <para>
    47 gview is the GUI version of view.
    48 </para>
     38<para>gview is the GUI version of view.</para>
    4939
    5040</sect3>
     
    5343<title>gvim</title>
    5444
    55 <para>
    56 gvim is the GUI version of vim.
    57 </para>
     45<para>gvim is the GUI version of vim.</para>
    5846
    5947</sect3>
     
    6250<title>rgview</title>
    6351
    64 <para>
    65 rgview is the GUI version of rview.
    66 </para>
     52<para>rgview is the GUI version of rview.</para>
    6753
    6854</sect3>
     
    7157<title>rgvim</title>
    7258
    73 <para>
    74 rgvim is the GUI version of rvim.
    75 </para>
     59<para>rgvim is the GUI version of rvim.</para>
    7660
    7761</sect3>
     
    8064<title>rview</title>
    8165
    82 <para>
    83 rview is a restricted version of view. No shell commands can be started
    84 and Vim can't be suspended.
    85 </para>
     66<para>rview is a restricted version of view. No shell commands can be started
     67and Vim can't be suspended.</para>
    8668
    8769</sect3>
     
    9072<title>rvim</title>
    9173
    92 <para>
    93 rvim is the restricted version of vim. No shell commands can be started
    94 and Vim can't be suspended.
    95 </para>
     74<para>rvim is the restricted version of vim. No shell commands can be started
     75and Vim can't be suspended.</para>
    9676
    9777</sect3>
     
    10080<title>view</title>
    10181
    102 <para>
    103 view starts vim in read-only mode.
    104 </para>
     82<para>view starts vim in read-only mode.</para>
    10583
    10684</sect3>
     
    10987<title>vim</title>
    11088
    111 <para>
    112 vim starts vim in the normal, default way.
    113 </para>
     89<para>vim starts vim in the normal, default way.</para>
    11490
    11591</sect3>
     
    11894<title>vimtutor</title>
    11995
    120 <para>
    121 vimtutor starts the Vim tutor.
    122 </para>
     96<para>vimtutor starts the Vim tutor.</para>
    12397
    12498</sect3>
     
    127101<title>xxd</title>
    128102
    129 <para>
    130 xxd makes a hexdump or does the reverse.
    131 </para>
     103<para>xxd makes a hexdump or does the reverse.</para>
    132104
    133105</sect3>
Note: See TracChangeset for help on using the changeset viewer.