ncurses: Fix the shared lib file name referenced in text

This commit is contained in:
Xi Ruoyao 2025-06-03 17:03:08 +08:00
parent 1b223fbe43
commit c24d5641af
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -127,7 +127,7 @@
make will spawn new shell processes during "make install". --> make will spawn new shell processes during "make install". -->
<para>The installation of this package will overwrite <para>The installation of this package will overwrite
<filename class="libraryfile">libncursesw.so.&ncurses-version;</filename> <filename class="libraryfile">libncursesw.so.&ncurses-base-version;</filename>
in-place. It may crash the shell process which is using code and data in-place. It may crash the shell process which is using code and data
from the library file. Install the package with from the library file. Install the package with
<literal>DESTDIR</literal>, and replace the library file correctly using <literal>DESTDIR</literal>, and replace the library file correctly using