diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2002-02-06 23:15:46 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2002-02-06 23:15:46 +0000 |
commit | bdc08c1c6419be50edb433c4425481bdabf8a5ea (patch) | |
tree | b93620a39c60088e399ecfd4cfb667a62ea0ec21 /appendixa/vim-desc.xml | |
parent | 76c0b783eeb766c0dec8e66dab2e6c275ba0786d (diff) |
[Bug 190] reorganise and sync descriptions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1549 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/vim-desc.xml')
-rw-r--r-- | appendixa/vim-desc.xml | 61 |
1 files changed, 28 insertions, 33 deletions
diff --git a/appendixa/vim-desc.xml b/appendixa/vim-desc.xml index c263ce5a1..23ec52eab 100644 --- a/appendixa/vim-desc.xml +++ b/appendixa/vim-desc.xml @@ -1,48 +1,43 @@ -<sect2> -<title>Contents</title> +<sect2><title>Contents</title> -<para>The Vim package contains the ex, gview, gvim, rgview, -rgvim, rview, rvim, view, vim, vimtutor and xxd programs.</para> +<sect3><title>Program Files</title> +<para>ex (link to vim), rview (link to vim), rvim (link to vim), vi +(link to vim), view (link to vim), vim, vimdiff (link to vim), vimtutor +(link to vim) and xxd</para></sect3> -</sect2> - -<sect2> -<title>Description</title> +<sect3><title>Descriptions</title> -<sect3><title>ex</title> -<para>ex starts vim in Ex mode.</para></sect3> +<sect4><title>ex</title> +<para>ex starts vim in Ex mode.</para></sect4> -<sect3><title>gview</title> -<para>gview is the GUI version of view.</para></sect3> - -<sect3><title>gvim</title> -<para>gvim is the GUI version of vim.</para></sect3> +<sect4><title>rview</title> +<para>rview is a restricted version of view. No shell commands can be started +and Vim can't be suspended.</para></sect4> -<sect3><title>rgview</title> -<para>rgview is the GUI version of rview.</para></sect3> +<sect4><title>rvim</title> +<para>rvim is the restricted version of vim. No shell commands can be started +and Vim can't be suspended.</para></sect4> -<sect3><title>rgvim</title> -<para>rgvim is the GUI version of rvim.</para></sect3> +<sect4><title>vi</title> +<para>vi starst vim in vi-compatible mode.</para></sect4> -<sect3><title>rview</title> -<para>rview is a restricted version of view. No shell commands can be started -and Vim can't be suspended.</para></sect3> +<sect4><title>view</title> +<para>view starts vim in read-only mode.</para></sect4> -<sect3><title>rvim</title> -<para>rvim is the restricted version of vim. No shell commands can be started -and Vim can't be suspended.</para></sect3> +<sect4><title>vim</title> +<para>vim starts vim in the normal, default way.</para></sect4> -<sect3><title>view</title> -<para>view starts vim in read-only mode.</para></sect3> +<sect4><title>vimdiff</title> +<para>vimdiff edits two or three versions of a file with Vim and show +differences.</para></sect4> -<sect3><title>vim</title> -<para>vim starts vim in the normal, default way.</para></sect3> +<sect4><title>vimtutor</title> +<para>vimtutor starts the Vim tutor.</para></sect4> -<sect3><title>vimtutor</title> -<para>vimtutor starts the Vim tutor.</para></sect3> +<sect4><title>xxd</title> +<para>xxd makes a hexdump or does the reverse.</para></sect4> -<sect3><title>xxd</title> -<para>xxd makes a hexdump or does the reverse.</para></sect3> +</sect3> </sect2> |