]> git.ipfire.org Git - thirdparty/man-pages.git/commit
crypt.3, encrypt.3: Fix library name and description
authorXi Ruoyao <xry111@xry111.site>
Sun, 16 Jul 2023 01:51:25 +0000 (09:51 +0800)
committerAlejandro Colomar <alx@kernel.org>
Sun, 16 Jul 2023 01:56:11 +0000 (03:56 +0200)
commitba45d94564a1bab30afa945f537f89c2542fe4df
tree3a64660b9ece4bb4973e9b0221c18a8c5a3c2629
parenta51cb93681d2bd1336677c11d2da07fa09ea18bf
crypt.3, encrypt.3: Fix library name and description

libcrypt is the password hashing library, and libcrypto is a completely
different library (OpenSSL cryptography library).  While the encrypt()
function can "encrypt" things, it uses a broken algorithm so let's not
call libcrypt an "encryption" library at all.  In crypt.3, also replace
"encrypt" with "hash" except several places where it really means
"encrypt".

Signed-off-by: Xi Ruoyao <xry111@xry111.site>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man3/crypt.3
man3/encrypt.3