From 978d0bffc413b67ead9db2d2816b916cf3d502ca Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Wed, 24 Sep 2003 22:29:16 +0000 Subject: Changing the style of the command descriptions in appendix A. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2879 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/vim-desc.xml | 84 ++++++++++++++++++++------------------------------ 1 file changed, 34 insertions(+), 50 deletions(-) (limited to 'appendixa/vim-desc.xml') diff --git a/appendixa/vim-desc.xml b/appendixa/vim-desc.xml index d808ed81e..9ff2a56ad 100644 --- a/appendixa/vim-desc.xml +++ b/appendixa/vim-desc.xml @@ -6,77 +6,61 @@ Program file descriptions -efm_filter.pl -efm_filter.pl is a filter which reads from stdin, copies to -stdout and creates an error file that can be read by vim. +efm_filter.pl is a filter for creating an error +file that can be read by vim. -efm_perl.pl -efm_perl.pl reformats the error messages of the Perl interpreter for -use with the quickfix mode of vim. +efm_perl.pl reformats the error messages of the +Perl interpreter for use with the quickfix mode of vim. -ex -ex starts vim in Ex mode. +ex starts vim in ex mode. -less.sh -less.sh is a script which starts vim with less.vim. +less.sh is a script that starts vim with less.vim. -mve.awk -mve.awk processes vim errors. +mve.awk processes vim errors. -pltags.pl -pltags.pl creates a tags file for Perl code, for use by -vim. +pltags.pl creates a tags file for perl code, +for use by vim. -ref -ref checks the spelling of arguments. +ref checks the spelling of arguments. -rview -rview is a restricted version of view. No shell commands can be started -and vim can't be suspended. +rview is a restricted version of view: no shell +commands can be started and view can't be suspended. -rvim -rvim is the restricted version of vim. No shell commands can be started -and vim can't be suspended. +rvim is a restricted version of vim: no shell +commands can be started and vim can't be suspended. -shtags.pl -shtags.pl generates a tag file for perl scripts. +shtags.pl generates a tag file for perl scripts. -tcltags -tcltags generates a tag file for Tcl code. +tcltags generates a tag file for TCL code. -vi -vi starts vim in vi-compatible mode. +vi starts vim in vi-compatible mode. -view -view starts vim in read-only mode. +view starts vim in read-only mode. -vim -vim starts vim in the normal, default way. +vim is the editor. -vim132 -vim132 starts vim with the terminal in 132 column mode. +vim132 starts vim with the terminal in +132-column mode. -vim2html.pl -vim2html.pl converts vim documentation to HTML. +vim2html.pl converts vim documentation to +HTML. -vimdiff -vimdiff edits two or three versions of a file with vim and show -differences. +vimdiff edits two or three versions of a file with +vim and show differences. -vimm -vimm enables the DEC locator input model on a remote -terminal. +vimm enables the DEC locator input model on a +remote terminal. -vimspell.sh -vimspell.sh is a script which spells a file and generates the syntax -statements necessary to highlight in vim. +vimspell.sh is a script which spells a file and generates the syntax +statements necessary to highlight in vim. -vimtutor -vimtutor starts the Vim tutor. +vimtutor teaches you the basic keys and commands +of vim. -xxd -xxd makes a hexdump or does the reverse. +xxd makes a hexdump of the given file. It can +also do the reverse, so it can be used for binary patching. + -- cgit v1.2.3-54-g00ecf