]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Mention the servent module.
authorCollin Funk <collin.funk1@gmail.com>
Sun, 29 Dec 2024 00:19:01 +0000 (16:19 -0800)
committerCollin Funk <collin.funk1@gmail.com>
Sun, 29 Dec 2024 00:19:01 +0000 (16:19 -0800)
* doc/posix-functions/getservbyname.texi: Document that the servent
module will provide the declarations in netdb.h.
* doc/posix-functions/getservbyport.texi: Likewise.

ChangeLog
doc/posix-functions/getservbyname.texi
doc/posix-functions/getservbyport.texi

index 533383ed944165be9033e37347c6c51feee84709..4c3d2a88daca6f4176e9ed3d0224bcc40b00e303 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2024-12-28  Collin Funk  <collin.funk1@gmail.com>
+
+       doc: Mention the servent module.
+       * doc/posix-functions/getservbyname.texi: Document that the servent
+       module will provide the declarations in netdb.h.
+       * doc/posix-functions/getservbyport.texi: Likewise.
+
 2024-12-28  Simon Josefsson  <simon@josefsson.org>
 
        git-version-gen: avoid use of grep, suggested by Jim Meyering.
index 3e5ea8efc06ea7b13152e5aad2fb38a752e1adc0..d98a9e0a7abec99e091f511716bd0b311f0ba7d4 100644 (file)
@@ -4,7 +4,7 @@
 
 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/getservbyname.html}
 
-Gnulib module: ---
+Gnulib module: servent
 
 Portability problems fixed by Gnulib:
 @itemize
@@ -13,7 +13,4 @@ Portability problems fixed by Gnulib:
 Portability problems not fixed by Gnulib:
 @itemize
 @item
-This function is declared in @code{<winsock2.h>} instead of @code{<netdb.h>}
-on some platforms:
-mingw, MSVC 14.
 @end itemize
index 0034ce69c75fac85b9c39b5672922d1744c75987..8c275fe64ab36692aa8bee4afa4037560f0c48b7 100644 (file)
@@ -4,7 +4,7 @@
 
 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/getservbyport.html}
 
-Gnulib module: ---
+Gnulib module: servent
 
 Portability problems fixed by Gnulib:
 @itemize
@@ -13,7 +13,4 @@ Portability problems fixed by Gnulib:
 Portability problems not fixed by Gnulib:
 @itemize
 @item
-This function is declared in @code{<winsock2.h>} instead of @code{<netdb.h>}
-on some platforms:
-mingw, MSVC 14.
 @end itemize