diff options
author | Jim Gifford <jim@linuxfromscratch.org> | 2005-12-23 08:16:41 +0000 |
---|---|---|
committer | Jim Gifford <jim@linuxfromscratch.org> | 2005-12-23 08:16:41 +0000 |
commit | 2550494b85359ff42bb95a72911c7751cbce14d4 (patch) | |
tree | 38766a292ed556718529449133b71b25138df9b8 /chapter06/vim.xml | |
parent | ab444ff15c9c37f916c883bad056c57bbc20f437 (diff) |
Fixed Vim version for the symlink to /usr/share/doc
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7233 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/vim.xml')
-rw-r--r-- | chapter06/vim.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml index 91937b646..2083d4786 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -88,7 +88,7 @@ allows the documentation to be accessed via <filename class="directory">/usr/share/doc/vim-&vim-version;</filename>, making it consistent with the location of documentation for other packages:</para> -<screen><userinput>ln -sv ../vim/vim64/doc /usr/share/doc/vim-&version;</userinput></screen> +<screen><userinput>ln -sv ../vim/vim64/doc /usr/share/doc/vim-&vim-version;</userinput></screen> <para>If an X Window System is going to be installed on the LFS system, it may be necessary to recompile Vim after installing X. Vim |