diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-07-22 19:45:10 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-07-22 19:45:10 +0000 |
commit | b822811980a5f82726cb641cbeff66be9eb6d92a (patch) | |
tree | 27c4db3c62aaea065b053e43c39b2ba44c04a05f /appendixa/vim-desc.xml | |
parent | 46f5461af92bc70c62bbb92895032b930954d835 (diff) |
XML changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@827 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/vim-desc.xml')
-rw-r--r-- | appendixa/vim-desc.xml | 64 |
1 files changed, 18 insertions, 46 deletions
diff --git a/appendixa/vim-desc.xml b/appendixa/vim-desc.xml index 9aa6c298d..c60274b7a 100644 --- a/appendixa/vim-desc.xml +++ b/appendixa/vim-desc.xml @@ -1,10 +1,8 @@ <sect2> <title>Contents</title> -<para> -The Vim package contains the ctags, etags, ex, gview, gvim, rgview, -rgvim, rview, rvim, view, vim, vimtutor and xxd programs. -</para> +<para>The Vim package contains the ctags, etags, ex, gview, gvim, rgview, +rgvim, rview, rvim, view, vim, vimtutor and xxd programs.</para> </sect2> @@ -14,121 +12,95 @@ rgvim, rview, rvim, view, vim, vimtutor and xxd programs. <sect3> <title>ctags</title> -<para> -ctags generate tag files for source code. -</para> +<para>ctags generate tag files for source code.</para> </sect3> <sect3> <title>etags</title> -<para> -etags does the same as ctags but it can generate cross reference files +<para>etags does the same as ctags but it can generate cross reference files which list information about the various source objects found in a set -of language files. -</para> +of language files.</para> </sect3> <sect3> <title>ex</title> -<para> -ex starts vim in Ex mode. -</para> +<para>ex starts vim in Ex mode.</para> </sect3> <sect3> <title>gview</title> -<para> -gview is the GUI version of view. -</para> +<para>gview is the GUI version of view.</para> </sect3> <sect3> <title>gvim</title> -<para> -gvim is the GUI version of vim. -</para> +<para>gvim is the GUI version of vim.</para> </sect3> <sect3> <title>rgview</title> -<para> -rgview is the GUI version of rview. -</para> +<para>rgview is the GUI version of rview.</para> </sect3> <sect3> <title>rgvim</title> -<para> -rgvim is the GUI version of rvim. -</para> +<para>rgvim is the GUI version of rvim.</para> </sect3> <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> +<para>rview is a restricted version of view. No shell commands can be started +and Vim can't be suspended.</para> </sect3> <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> +<para>rvim is the restricted version of vim. No shell commands can be started +and Vim can't be suspended.</para> </sect3> <sect3> <title>view</title> -<para> -view starts vim in read-only mode. -</para> +<para>view starts vim in read-only mode.</para> </sect3> <sect3> <title>vim</title> -<para> -vim starts vim in the normal, default way. -</para> +<para>vim starts vim in the normal, default way.</para> </sect3> <sect3> <title>vimtutor</title> -<para> -vimtutor starts the Vim tutor. -</para> +<para>vimtutor starts the Vim tutor.</para> </sect3> <sect3> <title>xxd</title> -<para> -xxd makes a hexdump or does the reverse. -</para> +<para>xxd makes a hexdump or does the reverse.</para> </sect3> |