diff options
Diffstat (limited to 'chapter06/vim.xml')
-rw-r--r-- | chapter06/vim.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml index 0e2e7d81e..82d20bb2b 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -46,8 +46,8 @@ class="directory">/etc</filename>:</para> <screen><userinput>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h</userinput></screen> -<para>Vim has a security vulnerability already addressed upstream. The -following patch fixes the problem:</para> +<para>Vim has two known security vulnerabilities that have already been +addressed upstream. The following patch fixes the problems:</para> <screen><userinput>patch -Np1 -i ../&vim-security_fix-patch;</userinput></screen> |