diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-07-03 19:36:58 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-07-03 19:36:58 +0800 |
commit | f4313a75c82a222e804d3dd5284b37a510acbe6e (patch) | |
tree | 60ff60d899d3b5078db477b45f407e05150f0913 | |
parent | c273fc81ecdf4bd7f9e3960eaffc03cbf55c6794 (diff) |
libxcrypt: Fix a typo
-rw-r--r-- | chapter08/libxcrypt.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/libxcrypt.xml b/chapter08/libxcrypt.xml index c65d7db29..3fb59941d 100644 --- a/chapter08/libxcrypt.xml +++ b/chapter08/libxcrypt.xml @@ -99,7 +99,7 @@ no package installed by compiling from sources would link against them at runtime. However, the only known binary-only applications that link against these functions require ABI version 1. If you must - have such libraries because of some binary-only application or to be + have such functions because of some binary-only application or to be to be compliant with LSB, build the package again with the following commands:</para> |