diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2023-08-21 15:13:37 +0200 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2023-08-21 15:13:37 +0200 |
commit | b55a1a261498893c1a207675be1873104cda2a7a (patch) | |
tree | 7a2686f812b79816feb29a5c9d00c87acc3b9f90 | |
parent | b59c9e9155e6fffe4c35d4a622a9eaa5eb93d226 (diff) |
libxcrypt: typo and misplaced "nodump"
-rw-r--r-- | chapter08/libxcrypt.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/libxcrypt.xml b/chapter08/libxcrypt.xml index 3fb59941d..1838a55b6 100644 --- a/chapter08/libxcrypt.xml +++ b/chapter08/libxcrypt.xml @@ -100,10 +100,10 @@ them at runtime. However, the only known binary-only applications that link against these functions require ABI version 1. If you must have such functions because of some binary-only application or to be - to be compliant with LSB, build the package again with the following + compliant with LSB, build the package again with the following commands:</para> -<screen><userinput remap="nodump">make distclean +<screen role="nodump"><userinput>make distclean ./configure --prefix=/usr \ --enable-hashes=strong,glibc \ --enable-obsolete-api=glibc \ |