public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] encrypt.3: encrypt/encrypt_r, not crypt/crypt_r were deleted from 2.28
@ 2021-12-30  9:42 Huang Pei
  2021-12-31 11:39 ` Alejandro Colomar (man-pages)
  0 siblings, 1 reply; 2+ messages in thread
From: Huang Pei @ 2021-12-30  9:42 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man

See sysdeps/unix/sysv/linux/riscv/rv{32,64}/libcrypt.abilist from
glibc

Signed-off-by: Huang Pei <huangpei@loongson.cn>
---
 man3/encrypt.3 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man3/encrypt.3 b/man3/encrypt.3
index b4be7f3e0..b7df15777 100644
--- a/man3/encrypt.3
+++ b/man3/encrypt.3
@@ -124,8 +124,8 @@ The function is not provided.
 .SH VERSIONS
 Because they employ the DES block cipher,
 which is no longer considered secure,
-.BR crypt (),
-.BR crypt_r (),
+.BR encrypt (),
+.BR encrypt_r (),
 .BR setkey (),
 and
 .BR setkey_r ()
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-31 11:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-30  9:42 [PATCH] encrypt.3: encrypt/encrypt_r, not crypt/crypt_r were deleted from 2.28 Huang Pei
2021-12-31 11:39 ` Alejandro Colomar (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox