diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-01-07 11:31:33 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-01-07 11:31:33 +0000 |
commit | ef448f2db714629b965d023a86564ccb8379046a (patch) | |
tree | 0ccebb6a2de5000e190087abeac3f59ec7fd8b3f /chapter06 | |
parent | abf1f62e1ac21c4d0af23782080cd45849ee8068 (diff) |
Applied Alexander's fixes patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7249 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/man-db.xml | 4 | ||||
-rw-r--r-- | chapter06/ncurses.xml | 2 | ||||
-rw-r--r-- | chapter06/vim.xml | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index 5d80c030a..c41b38cbc 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -180,9 +180,9 @@ while read F ; do done && cp -rv man? /usr/share/man/es</userinput></screen> -<note>The need to exclude the <filename>man7/iso_8859-7.7</filename> file +<note><para>The need to exclude the <filename>man7/iso_8859-7.7</filename> file from the conversion process because it is already in ISO-8859-1 is a packaging -bug in man-pages-es-1.55. Future versions should not require this workaround.</note> +bug in man-pages-es-1.55. Future versions should not require this workaround.</para></note> </sect2> diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index 2df394b7a..9e094c868 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -112,7 +112,7 @@ done && ln -sfv libncurses++w.a /usr/lib/libncurses++.a</userinput></screen> <para>Finally, make sure that old applications that look for -<filename class="libaryfile">-lcurses</filename> at build time are still +<filename class="libraryfile">-lcurses</filename> at build time are still buildable:</para> <screen><userinput>echo "INPUT(-lncursesw)" >/usr/lib/libcursesw.so && diff --git a/chapter06/vim.xml b/chapter06/vim.xml index aecbe3ac8..bd21f2f32 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -84,8 +84,8 @@ tutorials. An English tutorial will be used instead.</para> <!-- Removal is used instead of conversion in order for the user to be able to painlessly revert his UTF-8 locale choice. --> -<screen><userinput>rm -f /usr/share/vim/vim63/tutor/tutor.{gr,pl,ru,sk} -rm -f /usr/share/vim/vim63/tutor/tutor.??.*</userinput></screen> +<screen><userinput>rm -f /usr/share/vim/vim64/tutor/tutor.{gr,pl,ru,sk} +rm -f /usr/share/vim/vim64/tutor/tutor.??.*</userinput></screen> <para>Many users are used to using <command>vi</command> instead of <command>vim</command>. To allow execution of <command>vim</command> |