diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-10-02 21:02:16 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-10-02 21:02:16 +0800 |
commit | 6582ddc527ff5959daf6dce5cb16a2c42678f7c5 (patch) | |
tree | 6c0daa56095471443595a325941b9fd362c66b45 /chapter08/pkgmgt.xml | |
parent | 9b2dedc676a0377d5101986aa97576b8215676ea (diff) |
pkgmgt: fix two typos
Diffstat (limited to 'chapter08/pkgmgt.xml')
-rw-r--r-- | chapter08/pkgmgt.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/pkgmgt.xml b/chapter08/pkgmgt.xml index 5d9477e80..60c472ad4 100644 --- a/chapter08/pkgmgt.xml +++ b/chapter08/pkgmgt.xml @@ -94,7 +94,7 @@ <filename class='libraryfile'>libfoo.so.1.24</filename>), you should remove the library file from the previously installed version (<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 <filename class='libraryfile'>libfoo.so.1</filename> to point to 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 linked to the shared library should be restarted. The following 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 library):</para> |