From: Collin Funk Date: Sun, 29 Dec 2024 01:26:28 +0000 (-0800) Subject: doc: Fix the previous commit. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=4beb431a3f2b425e76ea826228d1a0102fc965e3;p=gnulib.git doc: Fix the previous commit. Suggested by Bruno Haible in: . * doc/posix-functions/getservbyname.texi: Mention the Windows declaration under "Portability problems fixed by Gnulib". * doc/posix-functions/getservbyport.texi: Likewise. --- diff --git a/ChangeLog b/ChangeLog index 4c3d2a88da..3dbab44698 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2024-12-28 Collin Funk + doc: Fix the previous commit. + Suggested by Bruno Haible in: + . + * doc/posix-functions/getservbyname.texi: Mention the Windows + declaration under "Portability problems fixed by Gnulib". + * doc/posix-functions/getservbyport.texi: Likewise. + doc: Mention the servent module. * doc/posix-functions/getservbyname.texi: Document that the servent module will provide the declarations in netdb.h. diff --git a/doc/posix-functions/getservbyname.texi b/doc/posix-functions/getservbyname.texi index d98a9e0a7a..2e843fee1e 100644 --- a/doc/posix-functions/getservbyname.texi +++ b/doc/posix-functions/getservbyname.texi @@ -8,9 +8,12 @@ Gnulib module: servent Portability problems fixed by Gnulib: @itemize +@item +This function is declared in @code{} instead of @code{} +on some platforms: +mingw, MSVC 14. @end itemize Portability problems not fixed by Gnulib: @itemize -@item @end itemize diff --git a/doc/posix-functions/getservbyport.texi b/doc/posix-functions/getservbyport.texi index 8c275fe64a..8d3a3da240 100644 --- a/doc/posix-functions/getservbyport.texi +++ b/doc/posix-functions/getservbyport.texi @@ -8,9 +8,12 @@ Gnulib module: servent Portability problems fixed by Gnulib: @itemize +@item +This function is declared in @code{} instead of @code{} +on some platforms: +mingw, MSVC 14. @end itemize Portability problems not fixed by Gnulib: @itemize -@item @end itemize