https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=0813644661e3a2f6f00e7e51922ecbb02c79506a

commit 0813644661e3a2f6f00e7e51922ecbb02c79506a
Author:     Corinna Vinschen <cori...@vinschen.de>
AuthorDate: Fri Jan 17 13:19:32 2025 +0100
Commit:     Corinna Vinschen <cori...@vinschen.de>
CommitDate: Fri Jan 17 13:19:32 2025 +0100

    Cygwin: doc: the library is called libcrypt, not crypt
    
    Signed-off-by: Corinna Vinschen <cori...@vinschen.de>

Diff:
---
 winsup/doc/posix.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/winsup/doc/posix.xml b/winsup/doc/posix.xml
index 2782beb86547..eb5835c50d13 100644
--- a/winsup/doc/posix.xml
+++ b/winsup/doc/posix.xml
@@ -158,7 +158,7 @@ also IEEE Std 1003.1-2017 (POSIX.1-2017).</para>
     crealf
     creall
     creat
-    crypt                      (available in external "crypt" library)
+    crypt                      (available in external "libcrypt" library)
     csin
     csinf
     csinh
@@ -200,7 +200,7 @@ also IEEE Std 1003.1-2017 (POSIX.1-2017).</para>
     dup
     dup2
     duplocale
-    encrypt                    (available in external "crypt" library)
+    encrypt                    (available in external "libcrypt" library)
     endgrent
     endhostent
     endprotoent
@@ -849,7 +849,7 @@ also IEEE Std 1003.1-2017 (POSIX.1-2017).</para>
     sethostent
     setitimer                  (see <xref linkend="std-notes">chapter 
"Implementation Notes"</xref>)
     setjmp
-    setkey                     (available in external "crypt" library)
+    setkey                     (available in external "libcrypt" library)
     setlocale
     setlogmask
     setpgid
@@ -1299,7 +1299,7 @@ also IEEE Std 1003.1-2017 (POSIX.1-2017).</para>
     clog10f
     clog10l
     close_range                        (see <xref linkend="std-notes">chapter 
"Implementation Notes"</xref>)
-    crypt_r                    (available in external "crypt" library)
+    crypt_r                    (available in external "libcrypt" library)
     dladdr                     (see <xref linkend="std-notes">chapter 
"Implementation Notes"</xref>)
     dremf
     dup3

Reply via email to