libxcrypt: typo and misplaced "nodump"

This commit is contained in:
Pierre Labastie 2023-08-21 15:13:37 +02:00
parent b59c9e9155
commit b55a1a2614

View File

@ -100,10 +100,10 @@
them at runtime. However, the only known binary-only applications them at runtime. However, the only known binary-only applications
that link against these functions require ABI version 1. If you must that link against these functions require ABI version 1. If you must
have such functions 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 compliant with LSB, build the package again with the following
commands:</para> commands:</para>
<screen><userinput remap="nodump">make distclean <screen role="nodump"><userinput>make distclean
./configure --prefix=/usr \ ./configure --prefix=/usr \
--enable-hashes=strong,glibc \ --enable-hashes=strong,glibc \
--enable-obsolete-api=glibc \ --enable-obsolete-api=glibc \