mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 21:17:38 +00:00
pkgmgt: fix two typos
This commit is contained in:
parent
9b2dedc676
commit
6582ddc527
@ -94,7 +94,7 @@
|
|||||||
<filename class='libraryfile'>libfoo.so.1.24</filename>),
|
<filename class='libraryfile'>libfoo.so.1.24</filename>),
|
||||||
you should remove the library file from the previously installed version
|
you should remove the library file from the previously installed version
|
||||||
(<filename class='libraryfile'>libfoo.so.1.25</filename> in this case).
|
(<filename class='libraryfile'>libfoo.so.1.25</filename> in this case).
|
||||||
Otherwise, a <command>ldconfig</command> command (invokeed by yourself from the command
|
Otherwise, a <command>ldconfig</command> command (invoked by yourself from the command
|
||||||
line, or by the installation of some package) will reset the symlink
|
line, or by the installation of some package) will reset the symlink
|
||||||
<filename class='libraryfile'>libfoo.so.1</filename> to point to
|
<filename class='libraryfile'>libfoo.so.1</filename> to point to
|
||||||
the old library file because it seems to be a <quote>newer</quote>
|
the old library file because it seems to be a <quote>newer</quote>
|
||||||
@ -107,7 +107,7 @@
|
|||||||
(especially, a security vulnerability) is fixed, all running programs
|
(especially, a security vulnerability) is fixed, all running programs
|
||||||
linked to the shared library should be restarted. The following
|
linked to the shared library should be restarted. The following
|
||||||
command, run as <systemitem class="username">root</systemitem> after
|
command, run as <systemitem class="username">root</systemitem> after
|
||||||
the update is cmplete, will list which processes are using the old versions of those libraries
|
the update is complete, will list which processes are using the old versions of those libraries
|
||||||
(replace <replaceable>libfoo</replaceable> with the name of the
|
(replace <replaceable>libfoo</replaceable> with the name of the
|
||||||
library):</para>
|
library):</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user