]> Savannah Git Hosting - gnulib.git/commitdiff
doc: More updates.
authorBruno Haible <bruno@clisp.org>
Sun, 21 Mar 2021 15:03:57 +0000 (16:03 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Mar 2021 15:03:57 +0000 (16:03 +0100)
* doc/glibc-functions/sethostname.texi: Update regarding macOS.
* doc/glibc-functions/sethostname.texi: List the affected platforms.

ChangeLog
doc/glibc-functions/sethostname.texi
doc/posix-functions/setstate.texi

index 83115ce87e9d75631f070fdd700c93fde4f6596e..76ea9c3ebcc03e1934bffa1f7fbe73b50d1da506 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2021-03-21  Bruno Haible  <bruno@clisp.org>
 
+       doc: More updates.
+       * doc/glibc-functions/sethostname.texi: Update regarding macOS.
+       * doc/glibc-functions/sethostname.texi: List the affected platforms.
+
        doc: Update for macOS 11.1.
        * doc/posix-headers/*.texi: Update.
        * doc/glibc-headers/*.texi: Update.
index d34f4a14a25294d861da9a96e88b6e3d54f77121..9d6852d63ea9c6780eee57c44f302bf87bac95ec 100644 (file)
@@ -34,8 +34,10 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 The first parameter is @code{char *} instead of @code{const char *}
-on some platforms: Solaris 11 2010-11.
+on some platforms:
+Solaris 11 2010-11.
 @item
 The second parameter is @code{int} instead of @code{size_t}
-on some platforms: Mac OS X 10.12, MidnightBSD 2.0, Solaris 11 2010-11.
+on some platforms:
+macOS 11.1, MidnightBSD 2.0, Solaris 11 2010-11.
 @end itemize
index 68c58ea1009988c38368cc792dc07689eb211539..826533f88131271eeab0d693d55b11dbf20c3cff 100644 (file)
@@ -20,5 +20,6 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function has a slightly incompatible declaration (the argument type being
-@samp{const char *} instead of @samp{char *}) on some platforms.
+@samp{const char *} instead of @samp{char *}) on some platforms:
+macOS 11.1, AIX 7.1, HP-UX 11.31, IRIX 6.5, Solaris 11 OpenIndiana.
 @end itemize